Skip to content

Commit

Permalink
Replace atomicfu with new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Apr 1, 2020
1 parent 1aeec0d commit 382cfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/darwin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
sourceSets {
darwinMain.dependencies {
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core-native', version: coroutines_version
implementation "org.jetbrains.kotlinx:atomicfu:$atomicfu_version"
implementation "org.jetbrains.kotlinx:atomicfu-native:$atomicfu_version"
}

darwinMain { dependsOn commonMain }
Expand Down
2 changes: 1 addition & 1 deletion gradle/posix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ kotlin {
sourceSets {
posixMain.dependencies {
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core-native', version: coroutines_version
implementation "org.jetbrains.kotlinx:atomicfu:$atomicfu_version"
implementation "org.jetbrains.kotlinx:atomicfu-native:$atomicfu_version"
}

posixTest
Expand Down

0 comments on commit 382cfac

Please sign in to comment.