What’s new in Kotlin 1.2.30
The 1.2.30 update released on March 1, 2018, provides changes to the standard library as well as bug fixes. The update is compatible with multiple versions of the JetBrains IntelliJ Idea and the Android Studio 3.0 IDEs.
Its new capabilities include:
- A new declaration in the library imitates the
suspend
modifier for lambda expressions. - Android modules are now supported in multiplatform projects.
- The TestNG testing framework has been added to
test
. - The
kapt
annotation processing capability has been extended with error-reporting. It also adds proper links to original Kotlin declarations. - New inspections have been added to the IntelliJ IDE plugin, and performance has been improved as well. The plugin also has bug fixes.
- Kotlin’s compiler has had bugs fixed and performance improved. To provide for more-efficient compiled code, the compiler now can optimize a tail call made in a suspending function to another
Unit
-returning suspending function.
No comments:
Post a Comment