Hello! I am trying to run the compose multiplatform sample but I can not add the ios configuration. It is totally missing from the configuration list. I ve tried it in android studio 2022.2.1 and intellij 2023.1.2. How to enable it? 🤔 Do I need an extra plugin?
k
Konstantin Tskhovrebov
05/23/2023, 8:03 AM
have you read the readme? did you setup an environment correct?
j
Joel Denke
05/23/2023, 8:08 AM
You need Kotlin multiplatform plugin in IntelliJ most probably not installed. Its mentioned in template RADME 🙂 Also recommend test using KDoctor, to make sure all setup correct.
k
Konstantin Tskhovrebov
05/23/2023, 8:14 AM
IntelliJ Android Studio
v
Vaios Tsitsonis
05/23/2023, 9:08 AM
I had installed the plugin and probably i removed it... After installing it again it worked! Thank you and sorry 🙂