You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I type: ./gradlew installDebug or ./gradlew test I get
warning: Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError: com/sun/tools/javac/code/TypeTags
And errors that indicate that `lombok-pg doesn't generate methods:
error: cannot find symbol
myData.setBody(response);
^
The text was updated successfully, but these errors were encountered:
I have the following configuration with
lombok
:app/build.gradle
This works like a magic, now I want to use extra features from
lombok-pg
so I replaced the configuration above with:If I type:
./gradlew installDebug
or./gradlew test
I getAnd errors that indicate that `lombok-pg doesn't generate methods:
The text was updated successfully, but these errors were encountered: