Skip to content

Instantly share code, notes, and snippets.

@prokash-sarkar
Last active February 9, 2021 04:58
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 prokash-sarkar/87084d4c25aa65c787279925816439ab to your computer and use it in GitHub Desktop.
Save prokash-sarkar/87084d4c25aa65c787279925816439ab to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'jacoco'
apply from: "$project.rootDir/tools/script-jacoco.gradle"
android {
// Code omitted for brevity
}
dependencies {
// Code omitted for brevity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment