Hello there! I'm trying to migrate my project to A...
# arrow
u
Hello there! I'm trying to migrate my project to Arrow 2 with Kotlin 2.1, My build system is Maven, though. Is there a way to get the optics annotations processed? The old
com.dyescape.kotlin-maven-symbol-processing
maven symbol processing plugin does not seem to work with Kotlin 2.1
a
there is a standalone mode for KSP you may (temporarily) use to produce your sources: https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html
(that's the only thing I can think of, I guess the Maven plugin has to be updated for 2.1)