Skip to content

Commit

Permalink
Reduce korlibs-math-core dependencies (korlibs#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Mar 2, 2024
1 parent 8ff8656 commit 917b2f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions korlibs-math-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ project.extensions.extraProperties.properties.apply {
}

dependencies {
commonMainApi(libs.kotlinx.coroutines.core)
commonMainApi(libs.kotlinx.atomicfu)
commonTestApi(libs.kotlinx.coroutines.test)
commonMainApi(libs.kotlinx.atomicfu)
commonTestApi(libs.kotlinx.coroutines.test)
}

0 comments on commit 917b2f3

Please sign in to comment.