Am I correct that Kotlin does not support inherite...
# multiplatform
n
Am I correct that Kotlin does not support inherited annotations in multiplatform code? (Like
@java.lang.annotation.Inherited
in Java.)
g