I'm running into problems where my old build.gradl...
# android
c
I'm running into problems where my old build.gradle breaks for my Android project when I try to add and run any Kotlin Espresso tests. For one issue, it seems the relative path used to set systemProp.javax.net.ssl.trustStore no longer works in gradle.properties. I can only use an absolute path that breaks other users. For a second issue, it seems we were executing shell commands in the ext {} block and now that produces "A problem occurred evaluating project ':app' For input string """. These issues only appear on running the test, not on Gradle sync. I'm wondering if there's a resource that documents changes or errata I should expect when running instrumented unit tests under the Kotlin Android Gradle plugin.