I am trying to do an unit test for an android app and I need to get a string from res.string resources. The class that I want to test is a POJO class. I am doing the app in two
Untested: would it work to use the below, and probably targetContext?
android { testOptions { unitTests { includeAndroidResources = true } } }