Last active
October 18, 2018 19:01
-
-
Save oliverspryn/adc86289dfd5ab4a2b3075076a9a0c6c to your computer and use it in GitHub Desktop.
Common Android Gradle Plugins
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: 'com.android.application' | |
| apply plugin: 'jacoco' | |
| apply plugin: 'kotlin-android' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment