发布于 2017-03-15 00:24:12 | 78 次阅读 | 评论: 0 | 来源: 网友投递
Kotlin 基于JVM的编程语言
Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。
Kotlin 1.1.1 发布了,这也是 Kotlin 1.1 的首次 bug 修复版本。
本次更新的主要重点是解决不正确代码生成的回归,详细信息可在更新日志中查看.
值得关注的更新如下:
默认情况下,启用 Gradle 增量编译。但如果需要,仍然可以按照文档中的说明关闭它。
Kotlin plugins are now available in the Gradle plugin portal. See the documentation for usage instructions.
Using function types with receivers as parameter types of JavaScript external declarations is no longer allowed. Previously, lambdas passed to such parameters weren’t invoked with correct arguments, and there’s no easy workaround for this issue, so for now we’ve decided to disable the functionality.
除了上述的功能,官方团队还更新了 Kotlin 的 Eclipse 和 NetBeans 插件,以引入 Kotlin 1.1.1,所以无论你选择了哪个 IDE,都可以享受新版 Kotlin 带来的好处。
下载地址