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?
Francisco Barreiras
11/11/2025, 12:25 AM
Trying to use both modules as multiplatform now
z
Zac Sweers
11/11/2025, 2:17 AM
The kotlin compiler is JVM so unclear how that would realistically work