Skip to content

Instantly share code, notes, and snippets.

@auranga
Last active July 2, 2023 01:31
Show Gist options
  • Select an option

  • Save auranga/2272451ced63c45a4fd8e46255dde19e to your computer and use it in GitHub Desktop.

Select an option

Save auranga/2272451ced63c45a4fd8e46255dde19e to your computer and use it in GitHub Desktop.
Gradle share dependencies between modules
# libs.versions.toml
[versions]
ktx = "1.10.1"
[libraries]
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "ktx" }
# build.gradle
# implementation (libs.androidx.core.ktx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment