Hello there, I am curious is it possible to make a...
# multiplatform
n
Hello there, I am curious is it possible to make annotation processor for Kotlin Multiplatform at the moment? I found this https://stackoverflow.com/questions/52757881/how-to-write-annotation-processors-for-kotlin-native with the response on October, 2018, but maybe things have changed since then
I need the annotation to be processed compile-time
r
I've successfully used this library to create a compiler plugin for annotation processing in KVision MPP projects.
n
Excellent, thanks!