Now we're ready to add the iOS project to our Kotlin multiplatform project. To try this, perform the following steps:
- To get started, we'll create a new root-level directory in our project named iosapp. Within this directory, we will then need to create a new iOS Xcode project using the Single View App template:
- After clicking Next, you'll be prompted to fill in your project details:
In this case, we'll name this project iosapp and then click Next to choose the project directory. Here, we'll specify our root/iosapp directory ...