Previously everything worked fine. Seems now Kotli...
# announcements
m
Previously everything worked fine. Seems now Kotlin implicitly casts Java
Annotation
to Kotlin
Annotation
, which doesn’t have this method. But Kotlin
Annotation
has an extension field
annotationClass
. I assume it’s the same as
annotationType()
but it requires Kotlin reflection library.