Hi! With KSP it is possible to share code between ...
# ksp
c
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
Not for now. Currently KSP follows Kotlin compiler's compilation model and the processing unit is the compilation unit.
thank you color 1