[File sharing] Lombok files compatible with Android Studio
See original GitHub issueThis is not an issue indeed. I’m just sharing files extracted from IDEA plugins folder.
File | From | Compatible AS versions |
---|---|---|
see comments below | IDEA 2022.1.4 | Electric Eel 2022.1.1 Canary 10+ |
lombok-213.7172.25.zip | IDEA 2021.3.3 | Dolphin 2021.3.1 Canary 9+, Electric Eel 2022.1.1 Canary 1+ |
lombok-213.6777.52.zip | unknown | Dolphin 2021.3.1 Canary 4+ |
lombok-212.5712.43.zip | IDEA 2021.2.4 | Chipmunk 2021.2.1 RC 1, Patch 1+ |
lombok-211.7628.21.zip | IDEA 2021.1.3 | Bumblebee 2021.1.1 Patch 2 |
How to use
- download the zip
- extract it and you’ll see a
lombok
folder in it. - move the
lombok
folder to your Android Studio’s plugin folder. - restart AS to make it work.
Note
Somehow I cannot upload anymore zip files to this comment, see: https://github.com/orgs/community/discussions/31303.
Maybe there’s some kind of limitation that the users cannot attach too much files within a single comment.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:39
- Comments:15
Top Results From Across the Web
Android - Project Lombok
Android Studio · Go to File > Settings > Plugins · Click on Browse repositories... · Search for Lombok Plugin · Click on...
Read more >Android Studio Bumblebee - Fix lombok is not compatible issue
This video specifically focuses on fixing the android studio error - Plugin ' Lombok ' (version '0.34.1-2019.1') is not compatible with the ...
Read more >Lombok prefix configurations in Android Studio - Stack Overflow
I'm using Lombok to generate accessor methods. I have my lombok.config file in module/src/main/java directory. The config file looks like this.
Read more >Sharing a file - Android Developers
Once you have set up your app to share files using content URIs, you can respond to other apps' requests for those files....
Read more >Java Project Lombok | DigitalOcean
Adding Lombok in your project is simple. Just add the below dependency in your maven project pom.xml file. <dependency> <groupId>org.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
it works well thanks
老哥给力!