Hi!
With KSP it is possible to share code between configurations without adding extra modules?
For example between
kspAndroid
and
kspJs
.
I need to have similar output for both configurations only with a few lines of difference. Creating separate processors with separate modules and 1 common module is a little bit too much for what I want.
t
Ting-Yuan Huang
05/24/2024, 5:27 PM
Not for now. Currently KSP follows Kotlin compiler's compilation model and the processing unit is the compilation unit.