Hi, i use KSP to generate a class, let`s say "_Jso...
# compiler
f
Hi, i use KSP to generate a class, let`s say "_JsonPlaceHolderApiImpl.kt". Now i have a compiler plugin where i create a IrConstructorCallImpl that calls the constructor of that class. This is all working fine on JVM and Native. But on JS it only works on a clean build. When it`s an incremental build the compiler always throws me an error:
"Could not load module <Ktorfit:sandbox> in an attempt to find deserializer for symbol com.example.api/_JsonPlaceHolderApiImpl|null[0]."
Does someone has an idea, why that happens?
d
I'm having similar problem.....any solution ?