Skip to content

Instantly share code, notes, and snippets.

@uteke
Created May 27, 2023 18:32
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/55b7ce0579980f02892d5cd5a79fe8e8 to your computer and use it in GitHub Desktop.
Save uteke/55b7ce0579980f02892d5cd5a79fe8e8 to your computer and use it in GitHub Desktop.
Feature Gradle build script
plugins {
id("kotlin-android-library-conventions")
id("test-conventions")
}
dependencies {
implementation(libs.androidX.appCompat)
implementation(libs.google.material)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment