
We have a dependencies verification feature enabled in the Kotlin Compiler Test Helper Dependency verification You can download IntelliJ IDEA here.Īfter cloning the project, import the project in IntelliJ by choosing the project directory in the Open project dialog.įor handy work with compiler tests it's recommended to use It is recommended to use the latest released version of Intellij IDEA (Community or Ultimate Edition). Working with the project in IntelliJ IDEA Refer to libraries/ReadMe.md for details.

OPTIONAL: Some artifacts, mainly Maven plugin ones, are built separately with Maven. Local builds don't run proguard and have jar compression disabled by default. To reproduce TeamCity build use -Pteamcity=true flag.

(see gradle.properties for supported variable names). So you could either download them manually and provide path to installation via JDK_1_6 and JDK_1_7 environment variables orĪlternatively, it is still possible to only provide required JDKs via environment variables Unfortunately AdoptOpenJdk project does not provide required JDK 1.6 and 1.7 images, To select and auto-provision required JDKs from AdoptOpenJdk project. This repository is using Gradle toolchains feature Kotlin IntelliJ IDEA Plugin ( source code).Getting Started with Kotlin Multiplatform Mobile Guide.Kotlin Multiplatform Mobile for sharing code between Android and iOS.It reduces time spent writing and maintaining the same code for different platforms while retaining the flexibility and benefits of native programming. Support for multiplatform programming is one of Kotlin’s key benefits. It is an open-source, statically typed programming language supported and developed by JetBrains and open-source contributors.
