KSP doesn't touch compile tasks, except for adding...
# ksp
t
KSP doesn't touch compile tasks, except for adding dependency of and inputs from
kspKotlin
to the main compilation task, e.g.,
compileKotlin
. So yes, it is safe to use it in a regular kotlin project.
👍 3