Hi all, using the Android Studio MMP template in A...
# multiplatform
m
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
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