The latest updates on all JetBrains products and topics
Greetings Kotlin fans! Ever since we announced interoperability with Objective-C for Kotlin/Native, we’ve been getting lots of questions about IDE support that would allow working on projects that mix Kotlin/Native and Swift/Objective-C. Today we are happy to announce that we are working on a Kotli…
We are pleased to announce Kotlin/Native v0.6 (Valentine’s Day release) of our toolchain. This is a major update, including the following features: Support for multiplatform projects in compiler and Gradle plugin Transparent Objective-C/Kotlin container classes interoperability Support first embed…
This is a guest blog post from Eric Wendelin software engineer for Gradle A build cache allows Gradle to reuse task output from any previous invocation, including those from other machines. Kotlin 1.2.21 allows Kotlin projects to make use of build caching. The build cache works by storing compi…
Greetings Kotlin fans, A New Year is coming and we are truly happy to make the last announcement of 2017. We’ve just released the update for Kotlin/Native plugin for CLion. It brings support for Kotlin/Native platform v0.5 which was published recently. Your feedback is very important for us. Pleas…
Kotlin/Native is a brand new technology that compiles Kotlin directly to machine code and produces executables that can run without a virtual machine. At KotlinConf 2017, we announced a preview release of development tools for Kotlin/Native. While we have IntelliJ IDEA for working with Kotlin, Kotl…
Today we are happy to present the first BETA release of the Kotlin plugin for the NetBeans IDE. The main features are: Building and Running Your Code Maven and Ant Support Java Interoperability Code Highlighting Diagnostics Code Completion Navigation Debugging Unit Testing Auto-Import Mark Occurr…
We are happy to present a new release of our plugin for Eclipse. Along with support for Kotlin 1.0.2 compiler, this update brings very important features and improvements. (more…)…
We always said that Kotlin is really easy to learn. And it is! But it’s not only about the language: learning materials make a difference too. Today we are making another important step in this direction. We are happy to present Kotlin Educational Plugin. Kotlin Edu is a plugin for IntelliJ IDEA …
New in this release Kotlin Beta 2 support Semantic highlighting Rename refactoring Mark Occurrences Extract Variable refactoring Navigation to Kotlin standard library sources (more…)…
We are happy to announce Kotlin Eclipse Plugin version 0.3.0. This release is loaded with new features: Kotlin M13 support Find references Parameter hints Select enclosing/next/previous element Override/Implement action Body conversion intention Debugger: Run to cursor Debugger: Step into selectio…
We are currently working on improving compilation times. Today we are happy to invite you to try Kotlin 0.12.1230 making use of the Gradle Daemon. It eliminates startup costs, and your builds run faster. (more…)…
This post is largely outdated. Please refer to the kapt documentation. We announced kapt, an Annotation Processing Tool for Kotlin, some time ago, and discussed its limitations. Now most of the limitations are going away with the updated version of kapt that is available as a 0.1-SNAPSHOT preview.…