release notes
release notes
Published 12/6/2018
PatchContains breaking changesThe release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.
Please note that Kotlin 1.3.11 and its plugin are only compatible with AS 3.2.1, 3.3 RC2+ and 3.4 C6+
KT-28097 AbstractMethodError for @JvmSuppressWildcards annotation used with coroutinesKT-28225 Report a warning when comparing incompatible enumsKT-28389 MPP IDE import does not recognize a dependency from a subproject to the root projectKT-28445 "Redundant async" inspection does not work with release coroutinesKT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform moduleKT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0KT-27500 MPP: Native: .module dependency is reported as error in the IDE after importThis release also includes the fixes and improvements from the previous releases.
release notes
Published 12/6/2018
PatchContains breaking changesThe release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.
Please note that Kotlin 1.3.11 and its plugin are only compatible with AS 3.2.1, 3.3 RC2+ and 3.4 C6+
KT-28097 AbstractMethodError for @JvmSuppressWildcards annotation used with coroutinesKT-28225 Report a warning when comparing incompatible enumsKT-28389 MPP IDE import does not recognize a dependency from a subproject to the root projectKT-28445 "Redundant async" inspection does not work with release coroutinesKT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform moduleKT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0KT-27500 MPP: Native: .module dependency is reported as error in the IDE after importThis release also includes the fixes and improvements from the previous releases.
The Kotlin Programming Language.