including rx java dependency for the sdk tests because real (monarchy) tranisitive depends on rx but doesn't propagate it as an API dependency

- without an explicit declaration we can't mock the realm instance
This commit is contained in:
Adam Brown 2021-09-22 12:39:24 +01:00
parent 0a2d7d709b
commit ced85964da
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ dependencies {
// Database
implementation 'com.github.Zhuinden:realm-monarchy:0.7.1'
testImplementation libs.rx.rxKotlin
kapt 'dk.ilios:realmfieldnameshelper:2.0.0'
// Work