Kotlin is fully supported in Android Studio . All new releases of Android Studio ship with support for creating new projects with Kotlin files, converting Java language code to Kotlin, debugging Kotlin code, and more.
Read moreHow do I add plugins to Kotlin?
Install the EAP Plugin for IntelliJ IDEA or Android Studio
Read moreHow do I find my Kotlin plugin version in IntelliJ?
Go to Intellij Preferences -> Build, Execution, Deployment -> Kotlin Compiler . Update Language version and Api version to the one you wish. This should be the accepted answer.
Read moreHow do I change my Kotlin plugin version?
You can follow these instructions to install the preview version of the Kotlin Plugin for IntelliJ IDEA or Android Studio.
Read moreWhat is the Kotlin plugin?
The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio . Getting Started in IntelliJ IDEA. Getting Started in Android Studio. Public Slack. Issue tracker.
Read moreWhat is Kotlin plugin for?
The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio . Documentation. YouTube channel. Public Slack. Issue tracker.
Read moreWhat is Kotlin Android extensions plugin?
Kotlin Android Extensions are another Kotlin plugin that is included in the regular one, and that will allow recovering views from Activities, Fragments, and Views in an amazing seamless way .
Read more