Skip to content

Instantly share code, notes, and snippets.

View auranga's full-sized avatar
🏠
Working from home

Alejandro Uranga Reyes auranga

🏠
Working from home
View GitHub Profile
@auranga
auranga / libs.versions.toml
Last active July 2, 2023 01:31
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)