On the current main branch, I'm getting this build error:
Cause: class lombok.javac.apt.LombokProcessor (in unnamed module @0x196abf85) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x196abf85
Changing the Lombok version as the diff here shows fixes it for me.
I'm new to Android development, so I'm not sure if this is the correct fix, but if it is, please consider this PR!
Hm, i don't have such error with current version of loombok, but it also work with version in your PR. So i don`t see any way to not to update it. Thank you for PR
Hi!
On the current main branch, I'm getting this build error:
Changing the Lombok version as the diff here shows fixes it for me.
I'm new to Android development, so I'm not sure if this is the correct fix, but if it is, please consider this PR!
My system is: