Skip to content

Commit

Permalink
JS. Use common dependencies (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Dec 8, 2024
1 parent 8db0a1a commit 8c07b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kotlin-js/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
jsMainImplementation(libs.coroutines.core)
commonMainImplementation(libs.coroutines.core)

jsTestImplementation(libs.coroutines.test)
jsTestImplementation(libs.kotlin.test)
commonTestImplementation(libs.coroutines.test)
commonTestImplementation(libs.kotlin.test)
}

0 comments on commit 8c07b81

Please sign in to comment.