Skip to content

Commit

Permalink
Don't directly depend on coroutines lib
Browse files Browse the repository at this point in the history
We'll assume the consumer of this lib brings their own that is compatible
with ours.
  • Loading branch information
janseeger committed Sep 29, 2023
1 parent d893c54 commit c027d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dachlatten-flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ plugins {
}

dependencies {
implementation(libs.coroutines)
compileOnly(libs.coroutines)

testImplementation(libs.coroutines)
}

0 comments on commit c027d7d

Please sign in to comment.