How do you resolve `android.support.annotation` an...
# android
a
How do you resolve
android.support.annotation
and
org.jetbrains.annotations
in a Java class extending a Kotlin class? Is there a way to have Kotlin compile using the support annotations? Or is just better to use the Kotlin annotations, and the tooling and linter still just work?