Hi, everyone
Sorry if I am writing to wrong channel. I used Kotlin for previous multiplatform project. I am using IDEA, so I used: Kotlin (Mobile Android/iOS) project type. Now I want to develop another project for both mobile platforms but in addition - develop a server on Kotlin as well and want to share same model classes or common code betwee those parts.
What is the best project type/setup/structure (preferably in IDEA) for this kind of projects?