can I use a java annotation preprocessor with kotl...
# announcements
x
can I use a java annotation preprocessor with kotlin? like one that generates source? specifically thinking of the immutables library. https://immutables.github.io
c
In general it should work with kapt, but there is a related unresolved bug https://youtrack.jetbrains.com/issue/KT-25489