Why isn't the annotation being retained in this ``...
# announcements
j
Why isn't the annotation being retained in this
Copy code
class Something(@State val x: Int)
Later on
Copy code
something = Something(1)
println(something.javaClass.kotlin.memberProperties.first().annotations)