Skip to content

Instantly share code, notes, and snippets.

@nwagu
Created June 18, 2020 23:28
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 nwagu/d17f96e0214d2f2e746f492c4c7380d9 to your computer and use it in GitHub Desktop.
Save nwagu/d17f96e0214d2f2e746f492c4c7380d9 to your computer and use it in GitHub Desktop.
sourceSets {
main {
java {
srcDir '../side-app/src/main/java'
}
assets {
srcDir '../side-app/src/main/assets'
}
res {
srcDirs '../side-app/src/main/res'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment