https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Andrew Golovanov

09/28/2023, 11:53 AM
Hi all. I want to start KMP project in intelliJ IDEA, that ill be able to run both. on ios and android. I have the following stack: SwiftUI + Flutter + KMP. All business logic will be written in KMP, and I decided not to install android studio for this task, because I think that it is possible to develop, test and compile all the BL using IDEA. I have a few questions: 1. In iDEA for KMP there are several templates: fullstack-web, Library, Native app. Which one should I choose in order to develop for ios/android? 2. After selecting one of the templates, how will I need to change the build script?
👍 1
2 Views