Skip to content

Commit 4826118

Browse files
[Windows] Update Kotlin to latest (#12607)
1 parent cb033ce commit 4826118

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

images/windows/scripts/tests/Tools.Tests.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,15 @@ Describe "Pipx" {
201201
}
202202

203203
Describe "Kotlin" {
204-
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-js", "kotlinc-jvm")
204+
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm")
205205

206206
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
207207
"$toolName -version" | Should -ReturnZeroExitCode
208208
}
209+
210+
It "kotlinc-js is available" {
211+
"kotlinc-js -help" | Should -ReturnZeroExitCode
212+
}
209213
}
210214

211215
Describe "SQL OLEDB Driver" {

images/windows/toolsets/toolset-2022.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,7 @@
360360
"version": "14"
361361
},
362362
"kotlin": {
363-
"version": "2.1.10",
364-
"pinnedDetails": {
365-
"link": "https://youtrack.jetbrains.com/issues/KT?preview=KT-76169",
366-
"reason": "this was pinned due to a new version 2.1.20 released has an issue with kotlinc-js -version` and kapt -version",
367-
"review-at": "2025-03-31"
368-
}
363+
"version": "latest"
369364
},
370365
"openssl": {
371366
"version": "1.1.1",

images/windows/toolsets/toolset-2025.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,7 @@
321321
"version": "17"
322322
},
323323
"kotlin": {
324-
"version": "2.1.10",
325-
"pinnedDetails": {
326-
"link": "https://youtrack.jetbrains.com/issues/KT?preview=KT-76169",
327-
"reason": "this was pinned due to a new version 2.1.20 released has an issue with kotlinc-js -version` and kapt -version",
328-
"review-at": "2025-03-31"
329-
}
324+
"version": "latest"
330325
},
331326
"openssl": {
332327
"version": "3.5.1",

0 commit comments

Comments
 (0)