I have an app which I have written in Kotlin/JS + Kotlin/Compose. Today I have everything in a single project, at top-level. What is the easiest way in IntellIJ to convert the app to a module/subproject so that I can create more modules/subprojects?
I have tried to do it manually, but I always end up with different strange errors.