Skip to content

Instantly share code, notes, and snippets.

@heitorpaceli
Last active November 3, 2021 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heitorpaceli/1713372f71b33d284666bbc84b273a42 to your computer and use it in GitHub Desktop.
Save heitorpaceli/1713372f71b33d284666bbc84b273a42 to your computer and use it in GitHub Desktop.
Android Instrumented tests inside main source set
sourceSets {
androidTest {
java.srcDir 'src/main/java'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment