Today we’re releasing the first bugfix update for Kotlin 1.1. The primary focus of this update is to address regressions causing incorrect code generation; we wanted to get those fixes out as quickly as possible. The details are available in the changelog. The specific changes worth highlighting are: Gradle incremental compilation is now enabled by default. You can still turn it off as described in the documentation if you need to. Kotlin plugins are now available in the Gradle plugin porta...