Skip to content

Commit

Permalink
Update kotlinx-atomicfu to 0.25.0 (#4192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvicsokolova authored Jul 24, 2024
1 parent 29cf413 commit 33ec429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
configure(subprojects) {
val project = this
if (name in sourceless) return@configure
apply(plugin = "kotlinx-atomicfu")
apply(plugin = "org.jetbrains.kotlinx.atomicfu")
tasks.withType<KotlinCompilationTask<*>>().configureEach {
val isMainTaskName = name.startsWith("compileKotlin")
compilerOptions {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
kotlin_version=2.0.0
kotlin_language_version=2.0
# DO NOT rename this property without adapting kotlinx.train build chain:
atomicfu_version=0.23.2
atomicfu_version=0.25.0

# Dependencies
junit_version=4.12
Expand Down

0 comments on commit 33ec429

Please sign in to comment.