Christiano
12/26/2023, 10:48 PMcomposeApp/jsMain
package.
But when trying to run the ktor server (which is located in the package server
) I was getting errors while compiling and after trying a couple of things I'm not really sure what to do.
So my question would mainly be, is it actually possible to create a KMP project with kobweb, android and a separate ktor server? Or is it really mandatory to use the internal ktor from within kobweb itself?
If not mandatory, is there somewhere some sort of example that I can try and ascertain where I went wrong or what I missed exactly?Christiano
12/26/2023, 10:50 PMDavid Herman
12/27/2023, 12:22 AMDavid Herman
12/27/2023, 12:24 AMDavid Herman
12/27/2023, 12:25 AMChristiano
12/29/2023, 2:30 PM[ksp] java.lang.IllegalStateException: KobwebProcessorProvider: Missing processor mode (kobweb.mode)
Package setup:
project
- composeApp (kobweb application)
- androidMain
- iosMain
- commonMain
- jsMain
- shared (kobweb library)
- androidMain
- iosMain
- commonMain
- jsMain
- jvmMain
- server