darkmoon_uk
03/12/2020, 2:04 AM> Task :Examples:ExampleApplication:processDebugAnnotationsWithJavac FAILED
error: cannot access JvmStatic
class file for kotlin.jvm.JvmStatic not found
Consult the following stack trace for details.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for kotlin.jvm.JvmStatic not found
1 error
When compiling Java referencing a Kotlin library, is it expected that the annotation processor requires Kotlin annotations to be defined?darkmoon_uk
03/12/2020, 2:09 AMJvmStatic
has
@Retention(AnnotationRetention.RUNTIME)
...this is not helpful if Java & tooling has to know what to do with it.