hey! I just upgraded android project to 1.1.4-2 an...
# kapt
s
hey! I just upgraded android project to 1.1.4-2 and kotlin-kapt and it doesn’t seem to work with lombok (in legacy part of project). crashes with
Copy code
java.lang.IllegalStateException: failed to analyze: org.jetbrains.kotlin.kapt3.diagnostic.KaptError: Error while annotation processing
	at org.jetbrains.kotlin.analyzer.AnalysisResult.throwIfError(AnalysisResult.kt:57)
and points to bunch of lombok annotations (Builder, AllArgConstructor etc). Is there known fix/workaround for this?