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

View File

@@ -35,6 +35,7 @@ lightcompressor = "1.3.2"
markdown = "077a2cde64"
media3 = "1.4.1"
mockk = "1.13.12"
kotlinx-coroutines-test = "1.9.0-RC.2"
navigationCompose = "2.8.1"
okhttp = "5.0.0-alpha.14"
runner = "1.6.2"
@@ -116,6 +117,7 @@ markdown-commonmark = { group = "com.github.vitorpamplona.compose-richtext", nam
markdown-ui = { group = "com.github.vitorpamplona.compose-richtext", name = "richtext-ui", version.ref = "markdown" }
markdown-ui-material3 = { group = "com.github.vitorpamplona.compose-richtext", name = "richtext-ui-material3", version.ref = "markdown" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinx-coroutines-test"}
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
rfc3986-normalizer = { group = "org.czeal", name = "rfc3986", version.ref = "rfc3986" }
secp256k1-kmp-jni-android = { group = "fr.acinq.secp256k1", name = "secp256k1-kmp-jni-android", version.ref = "secp256k1KmpJniAndroid" }