Skip to content

Idea

Idea és una IDE per Java i {% link “/kotlin/” %}.

Instal.la {% link “/tool/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

Obre un terminal de {% link “/windows/powershell” %}.

Crea un nou projecte amb {% link ”./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 .