Skip to content

Instantly share code, notes, and snippets.

@uteke
Created May 27, 2023 17:06
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 uteke/5997efc4b771052cb9d961653627b9f2 to your computer and use it in GitHub Desktop.
Save uteke/5997efc4b771052cb9d961653627b9f2 to your computer and use it in GitHub Desktop.
Composite module build
plugins {
`kotlin-dsl`
`kotlin-dsl-precompiled-script-plugins`
}
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
dependencies {
implementation(libs.kotlin.gradlePlugin)
implementation(libs.gradle)
}
tasks.test {
useJUnitPlatform()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment