Lombok-intellij-plugin: Lombok plugin dont work on Android Studio 2.2.2

Created on 28 Oct 2016  路  3Comments  路  Source: mplushnikov/lombok-intellij-plugin

Hello, i updated the Android Studio for version 2.2.2 and the lombok plugin not working, there is something to solve it?

Thanks for any feedback.

Most helpful comment

I think you should change your gradle configuration, add this two lines:

provided "org.projectlombok:lombok:1.16.10"
annotationProcessor "org.projectlombok:lombok:1.16.10"

From https://github.com/rzwitserloot/lombok/issues/1242

All 3 comments

Problem resolved:
I change the version:
compile "org.projectlombok:lombok:1.16.10"
to:
compile "org.projectlombok:lombok:1.12.6"

I think you should change your gradle configuration, add this two lines:

provided "org.projectlombok:lombok:1.16.10"
annotationProcessor "org.projectlombok:lombok:1.16.10"

From https://github.com/rzwitserloot/lombok/issues/1242

thanks!!

Was this page helpful?
0 / 5 - 0 ratings