[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

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