Skip to content

Commit

Permalink
Switch to using alias for the AtomicFu plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
devcrocod authored and e5l committed Jan 7, 2025
1 parent fc0c8e8 commit 5247f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
alias(libs.plugins.kotlin.serialization)
alias(libs.plugins.dokka)
alias(libs.plugins.jreleaser)
id("org.jetbrains.kotlinx.atomicfu") version "0.26.1"
alias(libs.plugins.atomicfu)
`maven-publish`
}

Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# plugins version
kotlin = "2.0.21"
dokka = "2.0.0"
atomicfu = "0.26.1"

# libraries version
serialization = "1.7.3"
Expand Down Expand Up @@ -35,4 +36,5 @@ mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
jreleaser = { id = "org.jreleaser", version.ref = "jreleaser"}
jreleaser = { id = "org.jreleaser", version.ref = "jreleaser"}
atomicfu = { id = "org.jetbrains.kotlinx.atomicfu", version.ref = "atomicfu" }

0 comments on commit 5247f6e

Please sign in to comment.