We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb5758 commit cb033ceCopy full SHA for cb033ce
images/ubuntu/scripts/build/install-kotlin.sh
@@ -9,7 +9,7 @@
9
source $HELPER_SCRIPTS/install.sh
10
11
KOTLIN_ROOT="/usr/share"
12
-download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\") and endswith(\".zip\")" "2.1.10")
+download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\") and endswith(\".zip\")" "latest")
13
archive_path=$(download_with_retry "$download_url")
14
15
# Supply chain security - Kotlin
images/ubuntu/scripts/tests/Tools.Tests.ps1
@@ -387,7 +387,7 @@ Describe "Kotlin" {
387
}
388
389
It "kotlinc-js" {
390
- "kotlinc-js -version" | Should -ReturnZeroExitCode
+ "kotlinc-js -help" | Should -ReturnZeroExitCode
391
392
393
0 commit comments