Seems like that it only happens with `CompilationE...
# ksp
t
Seems like that it only happens with
CompilationErrorException
, which is caught and treated specially by compiler.
KSPLogger.error("msg")
and
throw Error("msg")
do fail
kspKotlin
and blocks `compileKotlin`(which depends on
kspKotlin
)