Skip to content

🚀Native Kotlin tool that launches the latest installed IntelliJ

Notifications You must be signed in to change notification settings

TobseF/IntelliJ-Launcher-n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 IntelliJ-Launcher

Kotlin Native

Native Windows Kotlin program that launches the latest installed IntelliJ with a specified project.
This can be useful to launch IntelliJ e.g. on system startup.
It provides a permanent shortcut which survives any update.

It's also a short sample application to for Kotlin Native on Windows.

📦 Download

✅ Requirements

  • IntelliJ Ultimate

The executable runs without a Java Virtual machine!

💡 Usage

Run intellij-runner.exe with click, bash or link:

intellij-runner.exe project={your-path}

🔨 Build

Run gradle command run\ runReleaseExecutableMingw.