Add method to locate the Kotlin compiler in common locations

This commit is contained in:
Erik C. Thauvin 2025-03-21 21:08:13 -07:00
parent 9fcc5cc362
commit a57ae52a1c
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 189 additions and 26 deletions

View file

@ -44,6 +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.
You can also manually configure the Kotlin home location as follows:
```java