Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created November 15, 2022 09:42
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 landarskiy/afb3ced9f752014a8516af76f19e15be to your computer and use it in GitHub Desktop.
Save landarskiy/afb3ced9f752014a8516af76f19e15be to your computer and use it in GitHub Desktop.
plugins {
`kotlin-dsl`
}
group = "com.touchlane.compositebuild.example.buildlogic"
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
dependencies {
compileOnly(libs.android.gradlePlugin)
compileOnly(libs.kotlin.gradlePlugin)
}
gradlePlugin {
plugins {
//Here is the place to register plugins
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment