<android.arch.persistence.room:testing depends on ...
# stackoverflow
u
android.arch.persistence.room:testing depends on Kotlin? Long time ago, I've enabled Kotlin support for my android studio project, then removed it. Android Studio, hovewer, doesn't stop to notify me about newer kotlin libs version available. Whatever. I've switched off Kotling plugin, removed it and any Kotling configs in gradle(and, if it means something, all .kt files were removed too) I've got my project written on Java, without any Kotlin libs\plugins enbabled\etc. I'm writing some Room migration tests and trying to launch them, but got...