Skip to content

Commit

Permalink
Add a KOTLIN_HOME env var (cashapp#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber authored Feb 21, 2023
1 parent b268c46 commit 1d1fbe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kotlin.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ source = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotl
binaries = ["bin/kapt", "bin/kotlin", "bin/kotlin-dce-js", "bin/kotlinc-js", "bin/kotlinc-jvm"]
strip = 1
test = "kotlinc-jvm -version"

env = {
"KOTLIN_HOME": "${root}",
}
version "1.5.0" "1.5.20" "1.5.21" "1.5.30" "1.5.31" "1.6.0" "1.5.32" "1.6.10" "1.6.20"
"1.6.21" "1.7.0" "1.7.10" "1.7.20" "1.7.21" "1.8.0" "1.8.10" {
auto-version {
Expand Down

0 comments on commit 1d1fbe2

Please sign in to comment.