The new EAP build 1.0.4-eap-100
is available.
What’s new:
- The new kapt2 that implements JSR 269 for Kotlin (this should improve compatibility with existing annotation processors). This feature is considered experimental. To try it just add
apply plugin: 'kotlin-kapt'
to your gradle.build
files and remove
kapt {
generateStubs = true
}
- Incremental compilation for Gradle now can track changes between the subprojects. This should improve build times (if IC is enabled) for multi-project builds.
- It’s possible to evaluate Kotlin expressions when debugging Java files.
- New bugfixes, intentions and quickfixes.
Full changelog (includes both EAPs changes).