Is there a way to generate kotlin code in an agnos...
# kapt
g
Is there a way to generate kotlin code in an agnostic module in an mpp project? kapt() is not available as it depends on javac
t
check talk from kotlinconf 2018 about writing compiler plugin. I think it is closest for your needs, though not stable yet:

https://www.youtube.com/watch?v=w-GMlaziIyo

g
That’s so complicated for what I’d like to achieve…