The latest updates on all JetBrains products and topics
In today's keynote at KotlinConf 2018 we made a series of announcements around releases, resources, and other things we've made available. For your convenience below is a brief summary of the announcements with the corresponding links for more information. Kotlin 1.3 hits RC Version 1.3 hits RC…
fun main(args : Array<String>) { println("Hello Kotliner!") println("Click this green button at the top right!") } Oh yes, this is a runnable Kotlin snippet embedded right in the blog post. Note that you can not only run it, but you can also change the code: …