Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created November 15, 2022 11:23
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/c2749e2915aa61cd99007794c3a4eae3 to your computer and use it in GitHub Desktop.
Save landarskiy/c2749e2915aa61cd99007794c3a4eae3 to your computer and use it in GitHub Desktop.
//Before
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
}
//After
plugins {
id("compositebuild.android.application")
alias(libs.plugins.kotlin.android)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment