File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# DurianRx releases
2
2
3
3
## [ Unreleased]
4
+ ### Changed
5
+ - Downgrade from Kotlin ` 2.1.0 ` to ` 2.0.21 `
4
6
5
7
## [ 5.0.0] - 2025-01-24
6
8
### Changed
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def VER_JUNIT='4.12'
24
24
dependencies {
25
25
implementation " com.diffplug.durian:durian-core:${ VER_DURIAN} "
26
26
implementation " com.diffplug.durian:durian-concurrent:${ VER_DURIAN} "
27
- api " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2 "
27
+ api " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 "
28
28
testImplementation " junit:junit:${ VER_JUNIT} "
29
29
testImplementation " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
30
30
testImplementation " com.diffplug.durian:durian-debug:${ VER_DURIAN_DEBUG} "
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ plugins {
20
20
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
21
21
id ' org.jetbrains.dokka' version ' 1.9.20' apply false
22
22
// 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
24
24
// 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
26
26
// 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
28
28
// https://github.com/adamko-dev/dokkatoo/releases
29
29
id ' dev.adamko.dokkatoo-html' version ' 2.4.0' apply false
30
30
}
@@ -34,6 +34,7 @@ blowdryerSetup {
34
34
setPluginsBlockTo {
35
35
it. file ' plugin.versions'
36
36
it. file ' plugin-kotlin.versions'
37
+ it. replace ' 2.1.0' , ' 2.0.21'
37
38
}
38
39
}
39
40
You can’t perform that action at this time.
0 commit comments