Reorder the common kotlin compiler potential locations

This commit is contained in:
Erik C. Thauvin 2025-03-21 21:24:44 -07:00
parent a57ae52a1c
commit e7d0ada68c
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 18 additions and 13 deletions

View file

@ -44,13 +44,14 @@ for all available configuration options.
Please make sure the Kotlin compiler is [installed](https://kotlinlang.org/docs/command-line.html#install-the-compiler).
The plugin will look in common locations such as:
- `KOTLIN_HOME`
- `PATH`
- SDKMAN!
- Homebrew
- JetBrains Toolbox (IntelliJ IDEA, Android Studio)
- etc.
The extension will look in common locations such as:
- `KOTLIN_HOME`
- `PATH`
- [SDKMAN!](https://sdkman.io/)
- [Homebrew](https://brew.sh/)
- [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) (IntelliJ IDEA, Android Studio)
- etc.
You can also manually configure the Kotlin home location as follows: