Java-interop is bleeding: ```> Task :Examples:E...
# announcements
d
Java-interop is bleeding:
Copy code
> 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?
Hmm for whatever reason
JvmStatic
has
Copy code
@Retention(AnnotationRetention.RUNTIME)
...this is not helpful if Java & tooling has to know what to do with it.