Skip to content

Commit

Permalink
fix: coroutines dependency is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Oct 16, 2024
1 parent 1e68503 commit e349daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dependencies {
// -- Serialization --
commonMainApi(libs.kotlinx.serialization.proto)

// -- Coroutines --
commonMainImplementation(libs.kotlinx.coroutines)

// -- Test --
jvmTestImplementation(libs.kotlin.test)
jvmTestImplementation(libs.mockk)
Expand Down

0 comments on commit e349daf

Please sign in to comment.