Join Slack
Powered by
Hello there, I am curious is it possible to make a...
# multiplatform
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
Nikita Khlebushkin
12/28/2019, 10:19 PM
I need the annotation to be processed compile-time
r
Robert Jaros
12/28/2019, 10:36 PM
https://github.com/Foso/MpApt
Robert Jaros
12/28/2019, 10:38 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!
Open in Slack
Previous
Next