added kotlinx.coroutines.test library

added MediaCompressor first tests
This commit is contained in:
David Kaspar
2024-10-02 17:36:01 +02:00
parent 38a9030963
commit e3858dc830
4 changed files with 136 additions and 1 deletions
+1
View File
@@ -293,6 +293,7 @@ dependencies {
testImplementation libs.junit
testImplementation libs.mockk
testImplementation libs.kotlinx.coroutines.test
androidTestImplementation platform(libs.androidx.compose.bom)
androidTestImplementation libs.androidx.junit