Kotlin1.1.50發布,基于JVM的編程語言
我們更高興地宣布 Kotlin 1.1.50 發布了,該版本包含一個新的 bug 修復和新的工具更新,該版本:
-
Introduces a new versioning scheme: 1.1.5x instead of 1.1.5-x
-
Improves support for JSR-305 annotations (nullability problems can be reported as warnings, checks work when JSR-305 classes are not on the classpath)
-
Improves generated bytecode performance
-
Enables primitive array to TypedArray translation, adds source maps support to the dead code elimination tool and makes other improvements for the JS backend
-
Fixes lots of bugs in the compiler and IDE
-
Introduces new inspections, performance improvements and bugfixes in the IntelliJ plugin
-
Supports extension points for preview of the Kotlin serialization plugin
本次更新兼容 IntelliJ IDEA from 2016.3 到 2017.3 的所有版本, 以及 Android Studio 2.3 和 3.0.
完整內容請查看更新日志或 Github 發布主頁。