I was trying Kotlin Gradle Script and Android Testing.
When I try to configure android resource for Testing I get the following error :
Cannot access includeAndroidResource It is private in UnitTestOptions.
What is the proper way to enable using android Resource in Android Unit testing?