Skip to content

Commit 33ec429

Browse files
authored
Update kotlinx-atomicfu to 0.25.0 (#4192)
1 parent 29cf413 commit 33ec429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/configure-compilation-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
33
configure(subprojects) {
44
val project = this
55
if (name in sourceless) return@configure
6-
apply(plugin = "kotlinx-atomicfu")
6+
apply(plugin = "org.jetbrains.kotlinx.atomicfu")
77
tasks.withType<KotlinCompilationTask<*>>().configureEach {
88
val isMainTaskName = name.startsWith("compileKotlin")
99
compilerOptions {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
44
kotlin_version=2.0.0
55
kotlin_language_version=2.0
66
# DO NOT rename this property without adapting kotlinx.train build chain:
7-
atomicfu_version=0.23.2
7+
atomicfu_version=0.25.0
88

99
# Dependencies
1010
junit_version=4.12

0 commit comments

Comments
 (0)