[Ubuntu] Upgrade Kotlin to latest (#12608)

This commit is contained in:
akilesh-amaran
2025-07-17 19:33:43 +05:30
committed by GitHub
parent 4eb57589e3
commit cb033ce75c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
source $HELPER_SCRIPTS/install.sh
KOTLIN_ROOT="/usr/share"
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")
archive_path=$(download_with_retry "$download_url")
# Supply chain security - Kotlin

View File

@@ -387,7 +387,7 @@ Describe "Kotlin" {
}
It "kotlinc-js" {
"kotlinc-js -version" | Should -ReturnZeroExitCode
"kotlinc-js -help" | Should -ReturnZeroExitCode
}
}