[Windows] Update Kotlin to latest (#12607)

This commit is contained in:
akilesh-amaran
2025-07-17 19:34:03 +05:30
committed by GitHub
parent cb033ce75c
commit 48261188cb
3 changed files with 7 additions and 13 deletions

View File

@@ -201,11 +201,15 @@ Describe "Pipx" {
}
Describe "Kotlin" {
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-js", "kotlinc-jvm")
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm")
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode
}
It "kotlinc-js is available" {
"kotlinc-js -help" | Should -ReturnZeroExitCode
}
}
Describe "SQL OLEDB Driver" {