Kotlin version M1 (0.1.2090) released Today, the first official “milestone” project from Kotlin, a modern programming language for the Java platform developed by JetBrains, has been released:
The most interesting changes:
Maven support fixed. Appeared KDoc - JavaDoc analogue, with which the generated documentation for the standard library . The standard library itself is greatly expanded. Annotations, multiline string patterns, local functions, etc. are supported in the language. Auto-completion of extension-functions has been added to the IDE and the semantic code highlighting has been significantly expanded. More information about the release and language changes can be found
here and
here .
You can learn more about Kotlin:
PS Bugs can be written to the
tracker , and ideas / comments / suggestions -
to the forum .
')
Source: https://habr.com/ru/post/141973/All Articles