Quick question: are annotation processing compiler...
# announcements
a
Quick question: are annotation processing compiler-only or can they be at runtime as well? I can't seem to find an example of such.
a
Thanks.....
Looking at this, it seems that this is for JVM only...
I'm actually trying to do this in a multiplatform project....
I guess my only option is to "output code" that will do the processing at runtime on the target platform.
Can Annotations be used in Kotlin/JS?
Annotation processing, that is.