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/b2660e855f2dc1cffdbcc2f17af224ae to your computer and use it in GitHub Desktop.
Save prokash-sarkar/b2660e855f2dc1cffdbcc2f17af224ae to your computer and use it in GitHub Desktop.
apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'kotlin-kapt'
apply plugin: 'jacoco'
apply from: "$project.rootDir/tools/script-jacoco.gradle"
dependencies {
// Code omitted for brevity
}
// Code omitted for brevity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment