what is the recommended project setup for a Kotlin...
# announcements
a
what is the recommended project setup for a Kotlin Multiplatform library using Android Studio IDE?
s
If you are looking for Android and iOS KMP only, take a look a KaMP-Kit from Touchlabs
j
If the project wizard doesn't show it maybe is simpler install IntelliJ.
s
ah… you say “library”, not app… that is a bit different. Sorry.
a
so for "library" it's better to use IntelliJ?
I was using Android Studio 3.5, now upgraded to 4.0.1, at least now I can see the code-completion and errors working no Kotlin code.
j
I didn't try Android studio wizard for it. I used the intellij one for the first library and later I just reuse my own code.