is it safe to mix KSP in a regular kotlin project?...
# ksp
z
is it safe to mix KSP in a regular kotlin project? i.e. does its gradle plugin confine it entirely to just the
ksp
task it makes? Or does it replace the kotlin compiler in other kotlincompile tasks too?