Skip to content

Commit 7b80e66

Browse files
add fix for atomicfu error
1 parent d878906 commit 7b80e66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ kotlin {
6969
implementation("junit:junit:4.12")
7070
implementation("org.assertj:assertj-core:3.11.1")
7171
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${project.property("kotlinx-coroutines.version")}")
72+
implementation("org.jetbrains.kotlin:atomicfu:1.6.21") // Temp fix waiting for coroutines 1.6.3 [https://github.com/Kotlin/kotlinx.coroutines/issues/3305]
7273
}
7374
}
7475
}

0 commit comments

Comments
 (0)