I have a problem with testing a Room database: when I run the test, I get this exception:
java.lang.RuntimeException: cannot find implementation for databa
Add below plugin and dependency
apply plugin: 'kotlin-kapt'
kapt "android.arch.persistence.room:compiler:1.1.1"