Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Last active August 25, 2022 15:35
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 igorescodro/729c00faac0e1a557b0b48388c288908 to your computer and use it in GitHub Desktop.
Save igorescodro/729c00faac0e1a557b0b48388c288908 to your computer and use it in GitHub Desktop.
dependencies {
// Adds a single dependency
implementation libs.kotlin
// Add a group of dependencies
implementation libs.bundles.compose
// Tests dependencies works in the same way
testImplementation libs.junit
androidTestImplementation libs.espresso.core
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment