https://kotlinlang.org logo
n

Nikita Khlebushkin

12/28/2019, 10:15 PM
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

Robert Jaros

12/28/2019, 10:36 PM
I've successfully used this library to create a compiler plugin for annotation processing in KVision MPP projects.
n

Nikita Khlebushkin

12/28/2019, 10:49 PM
Excellent, thanks!