[macOS] Pin kotlin to latest version(2.2.0) (#12610)

* unpin kotlin to 2.1.10 version

* # Avoid version call, use -help instead to avoid IR errors
This commit is contained in:
sureshe456
2025-07-18 14:52:41 +05:30
committed by GitHub
parent 7db2ea564d
commit 612f67eb25
2 changed files with 1 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ Describe "Kotlin" {
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm", "kotlinc-js")
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode
"$toolName -help" | Should -ReturnZeroExitCode
}
}