No-no, I’m talking about different approach. Becau...
# kapt
g
No-no, I’m talking about different approach. Because only JVM module can generate code. You have a special JVM module that attaches annotation processor and generates code. It will be one more additional step, that you probably should run manually. There is no easy way to somehow bypass it, the only way to have 2 steps: run code generation separately and build your project with already generated code attached as a separate common module