is it possible to compile Kotlin to classes with n...
# announcements
o
is it possible to compile Kotlin to classes with no runtime dependency? I'd like to write annotation processors for Java in Kotlin, but I think bundling the runtime with the library would be a bit much