Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Android Studio Iguana / JDK17 - At compile time cannot find symbol for all .get / .set of the project #3634

Open
JeromeRider opened this issue Mar 20, 2024 · 0 comments

Comments

@JeromeRider
Copy link

Error : at compile time, fails at "cannot find symbol" .get .set for the whole project.

If I let me helped by the IDE, I switch from
implementation 'org.projectlombok:lombok:1.18.30' to
annotationProcessor 'org.projectlombok:lombok:1.18.30'

When done, I run but then this time it's @getter and @Setter that fail at compile. Then I stop run, I hover over @getter, a button leads to add lombok in classpath, when I click it replaces annotationProcessor by implementation... first loophole.

I tried so many hacky or not things like pick latest plugin from marketspace, get plugin from my Intellij workspace and put it in Android Studio, remove plugin and get a zip from a github that lists the right lombok for each Android Studio version.

I tried freefair, edge, etc. I'm still stuck.
Could you please help ?

Last worked on
Android Studio Giraffe
JDK8 with lombok 1.18.12

** Version **
-Lombok 1.18.30
-Android Studio Iguana 2023.2.1
-Gradle 8.4 / AGP 8.3
-JDK17
-Target Android 14
-Kotlin 1.9.20
-Mainly Java project with Getters and Setters Lombok annotations

@JeromeRider JeromeRider changed the title Android Studio Iguana / JDK17 - At compile time cannot find symbol for all .get / .set of the project [BUG] Android Studio Iguana / JDK17 - At compile time cannot find symbol for all .get / .set of the project Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant