The latest updates on all JetBrains products and topics
With Kotlin 1.1, targeting JavaScript in the Kotlin compiler has officially reached production-ready status. Of course, having compiler support is not enough to be able to solve real-life problems, so we continue our work on integrating Kotlin into the larger JavaScript ecosystem. Today, we'd like …
Members of our community have translated this blog post into several languages: Today we're releasing Kotlin 1.1. It is a big step forward that enables the use of Kotlin in many new scenarios, and we hope you'll enjoy it. Our vision for Kotlin is to enable the use of a single expressive, perfo…
Congratulations! Today Kotlin 1.1 has reached Beta, and this means that it's time to try it out, there's still time to give us your feedback (and we really need it!), the release is coming fairly soon. We've seen a lot of interest in Kotlin over the past year, and would like to thank all our u…
When working with JavaScript, i.e. creating a Kotlin application that compiles down to JavaScript, we often need to interoperate with existing libraries in JavaScript. While Kotlin already provides support for this, we've added a few more options in M10 to make interoperability even easier. (more&h…
Did you know that Kotlin can target JavaScript as well as the JVM? Don’t be too surprised if you didn’t know, as we’ve not been giving it too much coverage, despite already shipping a successful product that uses this capability. But here’s hoping to change things. (more…)…