Is there a way to know from the annotations API if...
# kapt
f
Is there a way to know from the annotations API if an element type is nullable?
g
You need kotlin-metadata for that
f
Thanks!