Hello, Is it it possible to use ksp-api with kotli...
# ksp
f
Hello, Is it it possible to use ksp-api with kotlin/js? Basically I have a project with the app (js app) and kspcore (annotation processor), both are kotlin/js submodules and I'm trying to use the ksp api in kspcore, could I get some help?
Trying to use both modules as multiplatform now
z
The kotlin compiler is JVM so unclear how that would realistically work