Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created November 15, 2022 12:19
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/88af112df10566d92fc2d763366d2fc5 to your computer and use it in GitHub Desktop.
Save landarskiy/88af112df10566d92fc2d763366d2fc5 to your computer and use it in GitHub Desktop.
gradlePlugin {
plugins {
register("androidApplication") {
id = "compositebuild.android.application"
implementationClass = "AndroidApplicationConventionPlugin"
}
register("androidKotlin") {
id = "compositebuild.jetbrains.kotlin.android"
implementationClass = "AndroidKotlinConventionPlugin"
}
register("androidLibrary") {
id = "compositebuild.android.library"
implementationClass = "AndroidLibraryConventionPlugin"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment