Computer scienceProgramming languagesKotlinKotlin MultiplatformIntroduction to KMP

Tools for KMP

Theory

DISABLE_05

Report a typo

Hey there! This problem might be a bit unpredictable, but give it a go and let us know how you do!
You want to start a new Kotlin Multiplatform project using IntelliJ IDEA. What is the correct sequence of steps to set it up?
Put the items in the correct order
Wait for the project setup to complete and load the project
Specify the project name, location, and other project settings
Open IntelliJ IDEA and select 'New Project'
Choose the target platforms you want to support (e.g., JVM, JS, Native)
Start writing your shared Kotlin code in the 'commonMain' source set
Choose 'Kotlin' from the left menu and select 'Kotlin Multiplatform'
___

Create a free account to access the full topic