[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" { 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 = $_ } }) { It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode "$toolName -version" | Should -ReturnZeroExitCode
} }
It "kotlinc-js is available" {
"kotlinc-js -help" | Should -ReturnZeroExitCode
}
} }
Describe "SQL OLEDB Driver" { Describe "SQL OLEDB Driver" {

View File

@@ -360,12 +360,7 @@
"version": "14" "version": "14"
}, },
"kotlin": { "kotlin": {
"version": "2.1.10", "version": "latest"
"pinnedDetails": {
"link": "https://youtrack.jetbrains.com/issues/KT?preview=KT-76169",
"reason": "this was pinned due to a new version 2.1.20 released has an issue with kotlinc-js -version` and kapt -version",
"review-at": "2025-03-31"
}
}, },
"openssl": { "openssl": {
"version": "1.1.1", "version": "1.1.1",

View File

@@ -321,12 +321,7 @@
"version": "17" "version": "17"
}, },
"kotlin": { "kotlin": {
"version": "2.1.10", "version": "latest"
"pinnedDetails": {
"link": "https://youtrack.jetbrains.com/issues/KT?preview=KT-76169",
"reason": "this was pinned due to a new version 2.1.20 released has an issue with kotlinc-js -version` and kapt -version",
"review-at": "2025-03-31"
}
}, },
"openssl": { "openssl": {
"version": "3.5.1", "version": "3.5.1",