Skip to content

Commit efd1ab0

Browse files
committed
Downgrade from Kotlin 2.1.0 to 2.0.21
1 parent 1537cdb commit efd1ab0

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# DurianSwt releases
22

33
## [Unreleased]
4+
### Changed
5+
- Downgrade from Kotlin `2.1.0` to `2.0.21`
46

57
## [5.0.0] - 2025-01-25
68
### Changed

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ VER_FINDBUGS=3.0.1
1313

1414
# Dependencies
1515
VER_DURIAN=1.2.0
16-
VER_DURIAN_RX=5.0.0
17-
VER_DURIAN_DEBUG=1.0.0
16+
VER_DURIAN_RX=5.0.1
17+
VER_DURIAN_DEBUG=1.1.0
1818
# SWT Dependencies from P2
1919
SWT_VERSION=4.21
2020
SWT_VERSION_X86=4.7
2121

2222
# Testing
23-
VER_JUNIT=4.12
24-
VER_ASSERTJ=3.10.0
23+
VER_JUNIT=4.13.2
24+
VER_ASSERTJ=3.27.3

settings.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ plugins {
2020
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
2121
id 'org.jetbrains.dokka' version '1.9.20' apply false
2222
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
23-
id 'org.jetbrains.kotlin.jvm' version '2.1.0' apply false
23+
id 'org.jetbrains.kotlin.jvm' version '2.0.21' apply false
2424
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
25-
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.0' apply false
25+
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.21' apply false
2626
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
27-
id 'org.jetbrains.kotlin.multiplatform' version '2.1.0' apply false
27+
id 'org.jetbrains.kotlin.multiplatform' version '2.0.21' apply false
2828
// https://github.com/adamko-dev/dokkatoo/releases
2929
id 'dev.adamko.dokkatoo-html' version '2.4.0' apply false
3030
}
@@ -34,6 +34,7 @@ blowdryerSetup {
3434
setPluginsBlockTo {
3535
it.file 'plugin.versions'
3636
it.file 'plugin-kotlin.versions'
37+
it.replace '2.1.0', '2.0.21'
3738
}
3839
}
3940

0 commit comments

Comments
 (0)