If you really want this (I really don't recommend ...
# announcements
k
If you really want this (I really don't recommend it) call
Thread.currentThread().getStackTrace()
, get the second last element (hope the Kotlin compiler hasn't generated a bunch of synthetic stuff),
.classname
, look that up in the classloader ans then check if that class is annotated with
@kotlin.Metadata
.