Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.04 KB

install-eap-plugin.md

File metadata and controls

44 lines (30 loc) · 2.04 KB

No preview versions are currently available

Starting from IntelliJ IDEA 2023.3 and Android Studio Iguana (2023.2.1) Canary 15, the Kotlin plugin doesn't need to be configured separately. All you need to do is change the Kotlin version in your build scripts.

{style="note"}

You can follow these instructions to install the preview version of the Kotlin Plugin for IntelliJ IDEA or Android Studio.

  1. Select Tools | Kotlin | Configure Kotlin Plugin Updates.

    Select Kotlin Plugin Updates {width="600"}

  2. In the Update channel list, select the Early Access Preview channel.

    Select the EAP update channel {width="500"}

  3. Click Check again. The latest EAP build version appears.

    Install the EAP build {width="500"}

    If the Kotlin EAP plugin can't find the latest EAP build, check that you are using the latest version of IntelliJ IDEA or Android Studio.

    {style="note"}

  4. Click Install.

If you want to work on existing projects that were created before installing the EAP version, you need to configure your build for EAP.

If you run into any problems