Are there any plans for Kapt to work in K/N (or an...
# kotlin-native
a
Are there any plans for Kapt to work in K/N (or annotation processing in general)?
g
I don’t think so. I answered on similar question about common code some time ago: https://kotlinlang.slack.com/archives/C2R77UD35/p1534844504000100
But you can use JVM module to generate some Kotlin code and than use it as part of K/N project