anyone aware of some classpath bugs when using `ko...
# announcements
d
anyone aware of some classpath bugs when using
kotlin.compiler.execution.strategy="in-process"
? I am seeing
java.lang.ClassCastException: com.sun.tools.javac.api.JavacTrees cannot be cast to com.sun.source.util.Trees
when calling
Trees.instance(processingEnv)
in a processor through kapt