#Kotlin 1.0.7 EAP
We are happy to announce the EAP for Kotlin 1.0.7.
What’s new
- Gradle plugin is now compatible with recent Gradle distributions (3.2+).
- Gradle plugin is now compatible with Jack&Jill.
- Improvements in the experimental kapt.
- Numerous bugfixes in compiler & IDE.
See the full changelog.
How to get EAP build
For IntelliJ IDEA
You can configure Early Access Preview channel in Tools → Kotlin → Configure Kotlin Plugin Updates. Change the update channel and press Check for updates now.
For Gradle or Maven
Add https://dl.bintray.com/kotlin/kotlin-eap
to your repositories.
Change the version of Kotlin dependencies (compiler and stdlib) to 1.0.7-eap-43
.
Please do provide feedback and report any issues to our issue tracker (please specify your plugin version and IDE version).