Skip to content

Commit fc112b3

Browse files
mvicsokolovawoainikk
authored andcommitted
Update kotlinx-atomicfu to 0.25.0 (#4192)
1 parent c5aeca9 commit fc112b3

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
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
66
configure(subprojects) {
77
val project = this
88
if (name in sourceless) return@configure
9-
apply(plugin = "kotlinx-atomicfu")
9+
apply(plugin = "org.jetbrains.kotlinx.atomicfu")
1010
tasks.withType<KotlinCompilationTask<*>>().configureEach {
1111
val isMainTaskName = name.startsWith("compileKotlin")
1212
compilerOptions {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
44
#to run locally add -Pkotlin_repo_url=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev
55
kotlin_version=1.9.21
66
# DO NOT rename this property without adapting kotlinx.train build chain:
7-
atomicfu_version=0.23.1
7+
atomicfu_version=0.25.0
88

99

1010
# Dependencies

0 commit comments

Comments
 (0)