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

Matthew Rees

10/26/2020, 8:39 AM
Hi all, using the Android Studio MMP template in Android Studio the with the new iOS architecture with Kotlin 1.4 it produces a module with supported platforms -
Selected Target platforms: Native (ios_arm64), Native (ios_x64)
but when manually creating a module in IntelliJ there is no way to create a module with multiple targets? There’s a
Target Platform: Multiplatform
but this does not allow the use of the iOS platform libraries. Should I just scrap my existing project and use the new Template, or is there something I’m missing?
w

william

10/26/2020, 12:41 PM
i don't think intellij automatically adds those other targets, but theres nothing stopping you from pasting those in yourself to the build.gradle file
7 Views