Skip to content

Instantly share code, notes, and snippets.

@marukami
Last active September 11, 2018 22:49
Show Gist options
  • Save marukami/e8415a781f750913f043c9b45d5a05f2 to your computer and use it in GitHub Desktop.
Save marukami/e8415a781f750913f043c9b45d5a05f2 to your computer and use it in GitHub Desktop.
apply plugin: 'kotlin-allopen'
allOpen {
// allows mocking for classes w/o directly opening them for release builds
annotation 'com.android.example.github.testing.OpenClass'
}
// Forked from https://github.com/googlesamples/android-architecture-components/blob/d81da2cb1e3d61e40f052e631bb15883d0f9f637/GithubBrowserSample/app/build.gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment