Hi everyone. I have a compose multiplatform projec...
# multiplatform
d
Hi everyone. I have a compose multiplatform project. When I was creating it I selected ios, web and android modules to be created. This was from intellij's wizard. I want to add a ktor server now. Does someone have an advice on how to add it now after the project has already been created?
s
I'd suggest using the wizard to create blank projects with ios/android/web and with ios/android/web/ktor. Then study the differences between those and make the same changes to your existing project