Last active
September 11, 2018 22:49
-
-
Save marukami/e8415a781f750913f043c9b45d5a05f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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