Add method to locate the Kotlin compiler in common locations
This commit is contained in:
parent
9fcc5cc362
commit
a57ae52a1c
4 changed files with 189 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue