Kotlin 1.2 Beta 版发布了。该版本主要新特性包括实验支持多平台项目以及功能齐全的语言和标准库,详细更新内容如下:
New Features
Quickfixes to support @parcelize
Fixes
Android extensions + Parcelable: VerifyError in case of RawValue annotation on a type when it's unknown how to parcel it
Parcelize: Building with ProGuard enabled
[Android Extensions] inner class LayoutContainer causes NoSuchMethodError
Parcelize explodes on LongArray
Parcelize does not propogate flags argument when writing nested Parcelable
本次更新兼容 IntelliJ IDEA from 2016.3到2017.3的所有版本, 以及Android Studio 2.3 和 3.0.
该版本更新内容较多。
软件详情:https://github.com/JetBrains/kotlin/releases
下载地址:https://github.com/JetBrains/kotlin/archive/v1.2-beta.zip
来自:开源中国社区

