1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Kotlin 1.0.4 发布,基于 JVM 的编程语言 下载

本帖由 漂亮的石头2016-09-23 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,979
    赞:
    47
    Kotlin 1.0.4 发布了。Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。

    主要改进内容:


    编译器:


    • Better type inference for callable expressions


    • More efficient bytecode for several cases of when and for expressions


    • Better parser recovery after syntax errors


    • Fixed several cases when “Cast never succeeds” warning was incorrectly reported

    构建工具:


    • Full compatibility with Gradle 2.14 and later.


    • Gradle incremental compilation can now track changes between subprojects.


    • CLI and Ant builds add the Kotlin reflection library to the classpath by default; use the no-reflect switch to disable.

    IDE 新特性:

    [​IMG]


    • You now have the option to use Kotlin syntax when evaluating expressions and watches in Java files


    • New inspection to detect “leaking this” – possible NullPointerException issues caused by access to incompletely initialized data.


    • Intention to convert a lambda to a function reference


    • Inspection to detect mismatches between Gradle version and Kotlin plugin version


    • Many other new intentions, inspections and quickfixes

    点击此处,查看完整改进内容。

    下载地址:

    Kotlin 1.0.4 发布,基于 JVM 的编程语言下载地址
     
正在加载...