Turbine: introduce consumeItemsUntilTimeout

This commit is contained in:
ganfra 2023-07-25 18:37:32 +02:00
parent fa963dcc11
commit b96b0b10f5
2 changed files with 45 additions and 0 deletions

View file

@ -30,4 +30,5 @@ dependencies {
implementation(libs.test.junit)
implementation(libs.coroutines.test)
implementation(projects.libraries.core)
implementation(libs.test.turbine)
}