Idea és una IDE per Java i Kotlin.

Introducció

Idea és una IDE per Java i Kotlin.

Instal.la Box tal com s'explica en el document:

Set-ExecutionPolicy Remote -Scope CurrentUser
Install-Module Box -scope CurrentUser -SkipPublisherCheck

Instal.la la IDE:

scoop bucket add extras
scoop install extras/idea-ultimate

Projecte

Obre un terminal de Powershell.

Crea un nou projecte amb Gradle:

md whale
cd whale
gradle init --package whale --project-name whale --java-version 21 --type kotlin-application --dsl kotlin --test-framework kotlintest --no-split-project --no-incubating --overwrite
...

Obre el projecte amb l'editor:

idea.exe .

Tips

TODO