bigdigital / watchdrip

GNU General Public License v3.0
41 stars 13 forks source link

Upgrade lombok 1.18.10 -> 1.18.30 #32

Closed mortenfyhn closed 8 months ago

mortenfyhn commented 8 months ago

Hi!

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!

My system is:

bigdigital commented 8 months ago

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