We’re happy to announce the release of Kotlin 1.2.40, a new bugfix and tooling update for Kotlin 1.2! This update:
Allows platform modules in experimental multiplatform projects to have more than one expectedBy dependency;
Enables support for crossinline suspend parameters in inline functions;
@JvmDefault annotation that makes interface methods default in Java (experimental);
Adds new inspections and intentions to the Kotlin IntelliJ plugin;
Deprecates using short names of types brought into the scope through subtyping of companion objects, without qualifying or importing them;
Fixes a lot o