Reorder the common kotlin compiler potential locations
This commit is contained in:
parent
a57ae52a1c
commit
e7d0ada68c
2 changed files with 18 additions and 13 deletions
15
README.md
15
README.md
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue