๐ŸŒ
Kotlin
kotlinlang.org โ€บ docs โ€บ kotlin-ide.html
IDEs for Kotlin development | Kotlin Documentation
IntelliJ IDEA is an IDE designed for JVM languages, such as Kotlin and Java, to maximize developer productivity. It does the routine and repetitive tasks for you by providing clever code completion, static code analysis, and refactorings.
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ get-started-with-kotlin.html
Get started with Kotlin | IntelliJ IDEA Documentation
With a Java file open in the editor, go to the main menu and select Code | Convert Java File to Kotlin File or press Ctrl+Alt+Shift+K. K2 mode enables support for the new Kotlin compiler frontend (K2) in IntelliJ IDEA.

integrated development environment

IntelliJ IDEA (pronounced /ษชnหˆtษ›lษชdส’eษช/ in-TEL-ih-jay "idea") is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by โ€ฆ Wikipedia
Factsheet
Developer JetBrains
Initial release 1.0 / January 2001; 24 years ago (2001-01)
Stable release 2025.3
/ 8 December 2025
Factsheet
Developer JetBrains
Initial release 1.0 / January 2001; 24 years ago (2001-01)
Stable release 2025.3
/ 8 December 2025
๐ŸŒ
JetBrains
jetbrains.com โ€บ idea
The Leading IDE for Professional Java and Kotlin Development
June 1, 2021 - IntelliJ IDEA is the JetBrains IDE for pro development in Java and Kotlin. Built for your comfort, it unlocks productivity, ensures quality code, supports cutting-edge tech, and protects your privacy.
๐ŸŒ
JetBrains
jetbrains.com โ€บ idea โ€บ download
Download IntelliJ IDEA
June 1, 2021 - Download the latest version of IntelliJ IDEA, the leading IDE for professional development in Java and Kotlin. Available for Windows, macOS, and Linux.
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ create-your-first-kotlin-app.html
Tutorial: Create your first Kotlin application | IntelliJ IDEA Documentation
Select the Gradle IntelliJ Maven build system. Choose the Groovy Kotlin language for the build script. From the JDK list, select the JDK that you want to use in your project. If the JDK is installed on your computer, but not defined in the IDE, ...
๐ŸŒ
Reddit
reddit.com โ€บ r/kotlin โ€บ is intellij the only working ide for kotlin?
r/Kotlin on Reddit: Is IntelliJ the only working IDE for Kotlin?
January 20, 2022 -

I tried NetBeans, and discovered that its Kotlin plugin has been abandoned for years. Then I tried Eclipse, and it did not work at all. I used the latest Eclipse and installed the Kotlin plugin using the in-built software installation feature, but creating a new Kotlin project threw an exception, and manually creating a .kt file also threw an exception. So, unless you are those kind of geniuses who can write code using Notepad, you are pretty much vendor-locked in IntelliJ?

๐ŸŒ
Kotlin
kotlinlang.org โ€บ docs โ€บ jvm-get-started.html
Create a console app โ€“ tutorial | Kotlin Documentation
This tutorial demonstrates how to use IntelliJ IDEA for creating a console application.
๐ŸŒ
Baeldung
baeldung.com โ€บ home โ€บ kotlin โ€บ kotlin basics โ€บ kotlin โ€“ getting started with intellij
Kotlin โ€“ Getting Started with IntelliJ | Baeldung on Kotlin
March 19, 2024 - IntelliJ IDEA is one of the most popular IDEโ€™s for Java-based software development. If we want to create applications using Kotlin, IntelliJ becomes the natural choice because of its native support and great user experience.
Find elsewhere
๐ŸŒ
Kotlin
kotlinlang.org โ€บ docs โ€บ native-get-started.html
Get started with Kotlin/Native | Kotlin Documentation
In this tutorial, you'll learn how to create a Kotlin/Native application. Choose the tool that works best for you and create your app using: The IDE. Here, you can clone the project template from a version control system and use it in IntelliJ IDEA.
๐ŸŒ
Kotlin
kotlinlang.org โ€บ docs โ€บ tutorials โ€บ getting-started.html
Getting Started with Kotlin - Kotlin Programming Language
Itโ€™s easy to get started with Kotlin using the Kotlin plugin integrated in IntelliJ IDEA. Benefit from code highlighting, code completion, refactoring, debugging, and other features available for Kotlin.
๐ŸŒ
Kotlin
kotlinlang.org โ€บ docs โ€บ getting-started.html
Get started with Kotlin | Kotlin Documentation
Download and install one of these IDEs to start using Kotlin. Here you'll learn how to develop a console application and create unit tests with Kotlin. Create a basic JVM application with the IntelliJ IDEA project wizard.
๐ŸŒ
JetBrains
blog.jetbrains.com โ€บ idea โ€บ 2025 โ€บ 04 โ€บ kotlin-notebook-arrives-in-intellij-idea
Kotlin Notebook Arrives in IntelliJ IDEA | The IntelliJ IDEA Blog
April 17, 2025 - Starting with version 2025.1, Kotlin Notebook will be integrated into IntelliJ IDEA Ultimate out of the box, without the need to install the plugin! Kotlin Notebook is a new interactive environment for JVM developers.
๐ŸŒ
JetBrains Academy
support.hyperskill.org โ€บ hc โ€บ en-us โ€บ articles โ€บ 360038633072-How-to-install-and-run-IntelliJ-IDEA-for-learning-Java-or-Kotlin
How to install and run IntelliJ IDEA for learning Java or Kotlin? โ€“ Hyperskill Help Center
Open IntelliJ IDEA, log in to your Hyperskill account, and choose one of our projects from the Java or Kotlin courses. On the Project stage or the Problem page, choose the IDE tab and click Solve in IDE.
๐ŸŒ
JetBrains
plugins.jetbrains.com โ€บ docs โ€บ intellij โ€บ using-kotlin.html
Configuring Kotlin Support | IntelliJ Platform Plugin SDK
Existing Java classes can be converted to their Kotlin equivalents by using the J2K converter (part of the Kotlin plugin). In addition to null safety, type-safe builders, and Kotlin Coroutines the Kotlin language offers many convenient features for plugin development, which make plugins easier to read and simpler to maintain. Much like Kotlin for Android, the IntelliJ Platform makes extensive use of callbacks, which are straightforward to express as lambdas in Kotlin.
๐ŸŒ
JetBrains
jetbrains.com โ€บ idea-edu
Learn Java, Kotlin, and Scala with IntelliJ IDEA
May 27, 2021 - Want to learn Java, Kotlin, or Scala? Are you ready to create programming courses? IntelliJ IDEA has everything for learners and educators!
๐ŸŒ
TutorialKart
tutorialkart.com โ€บ kotlin โ€บ setup-of-kotlin-java-project-in-intellij-idea
Get Started with Kotlin Java Project in IntelliJ IDEA
November 26, 2020 - By default, on the left pane, you may find Java, Java FX, Android etc. Select Java. In the โ€œAdditional Libraries and Frameworksโ€ section, check โ€œKotlin(Java)โ€. Leave other options to their defaults.
๐ŸŒ
JetBrains
jetbrains.com โ€บ idea โ€บ whatsnew
What's New in IntelliJ IDEA
IntelliJ IDEA's advanced code analysis now understands even Spring 7's dynamically registered beans. Additionally, the IDE marks registered classes with the Spring bean gutter icon, lets you navigate to where the bean is registered, and runs inspections to catch registration issues early. With the Kotlin DSL, you can group related beans together, register them conditionally, or reuse registration logic just like any other Kotlin function, keeping configuration modular and maintainable.