Kotlin M13 发布,此版本更新内容如下: Compiler daemon for faster compilation; lateinit properties to support dependency injection and other frameworks;
sealed classes for expressing closed hierarchies;
Specifying and checking annotation targets; Java get/set pairs are now seen as properties in Kotlin; Better type safety for Java interop: taking @NotNull annotations into account (see this blog post); Modifiers and annotations have been separated syntactically (see this blog post); Fully functional reflection on classes, functions and properties; Access to internal is now checked outside of a module (details below); New .class file layout for top-level functions and properties; and more (see below)
详细改进请看发行说明。 同时发布了 Kotlin Eclipse Plugin 0.3.0,此版本新特性: Kotlin M13 支持 查找手册 参数提示
选择 enclosing/next/previous 元素 Override/Implement action Body conversion intention Debugger: Run to cursor Debugger: Step into selection 性能提升
Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。 其主要设计目标: |