Adds coroutinesTest to matrix sdk gradle

This commit is contained in:
ericdecanini 2022-03-09 12:18:46 +01:00
parent 63cd79dc4f
commit 047e767f34
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ dependencies {
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
testImplementation libs.mockk.mockk
testImplementation libs.tests.kluent
implementation libs.jetbrains.coroutinesAndroid
testImplementation libs.jetbrains.coroutinesTest
// Plant Timber tree for test
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
// Transitively required for mocking realm as monarchy doesn't expose Rx