Kotlin - Idea

Idea és una IDE per Kotlin.

Introducció

Idea és una IDE per Java i Kotlin.

Instal·la IDEA tal com s’explica a Jetbrains - Bàsic.

Tots les IDEs de JetBrains tenen una base comuna, per tant, fes l’activitat Jetbrains - Bàsic

A continuació fes l’activitat Kotlin - Computació per veure com es treballa amb IDEA.

SDKs

A Software Development Kit, or an SDK, is a collection of tools that you need to develop an application for a specific software framework. For example, to develop applications in Java, you need a Java SDK (JDK). SDKs contain binaries, source code for the binaries, and documentation for the source code. JDK builds also contain annotations.

Generally, SDKs are global. It means that one SDK can be used in multiple projects and modules.

IDEA - SDKs

Blog

IntelliJ IDEA 2025.3 Early Access Program Is Open!

In 2025.3, IntelliJ IDEA will move to unified distribution.

More features becoming available without subscription, such as wizards, basic highlighting for JavaScript, SQL, JPQL, template engines markup, and support database schema exploration.

Tips

With the Optimize Imports action Ctrl+Alt+O (Windows/Linux), you can quickly remove any unused imports, merge imports from the same module, and optionally sort the import statements.

Pendent