Create a multiplatform library
- In IntelliJ IDEA, select File | New | Project.
- In the panel on the left, select Kotlin.
Enter a project name and select Library under Multiplatform as the project template.
- Click Next.
You can finish creating the project by clicking Finish on the next screen or configure it if necessary:
- Add the target platforms and modules by clicking the + icon.
Configure target settings, such as the target template, JVM target version, and test framework.
The new project opens. Discover what it includes.