diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 3bcb08c02c..b703b13c78 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -130,7 +130,6 @@ dependencies { // Database implementation 'com.github.Zhuinden:realm-monarchy:0.7.1' - testImplementation libs.rx.rxKotlin kapt 'dk.ilios:realmfieldnameshelper:2.0.0' @@ -167,6 +166,8 @@ dependencies { implementation libs.jetbrains.coroutinesAndroid // 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 + testImplementation libs.rx.rxKotlin kaptAndroidTest libs.dagger.daggerCompiler androidTestImplementation libs.androidx.testCore