I’ve been trying out the kapt worker change in 1.2...
# kapt
z
I’ve been trying out the kapt worker change in 1.2.51, but it seems to be broken on a couple edge cases in my project (gradle 4.9-rc-2): Two projects failing: - One mistakenly had kapt despite no annotation processing to be done - The other is just a plain kotlin annotation processor project (the project is an annotation processor, so the processing that kapt does is to run autoservice) Both fail with an esoteric
Caused by: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find package java.lang in classpath or bootclasspath
at
KaptWithoutKotlincTask.kt:110
Can file a but but trying to see if it’s a known issue at all