File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# DurianRx releases
22
33## [ Unreleased]
4+ ### Changed
5+ - Downgrade from Kotlin ` 2.1.0 ` to ` 2.0.21 `
46
57## [ 5.0.0] - 2025-01-24
68### Changed
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def VER_JUNIT='4.12'
2424dependencies {
2525 implementation " com.diffplug.durian:durian-core:${ VER_DURIAN} "
2626 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 "
2828 testImplementation " junit:junit:${ VER_JUNIT} "
2929 testImplementation " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
3030 testImplementation " com.diffplug.durian:durian-debug:${ VER_DURIAN_DEBUG} "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments