Skip to content

Instantly share code, notes, and snippets.

@thomaskioko
Last active May 17, 2021 16:00
Show Gist options
  • Save thomaskioko/977f0b7b04051f2f2c327d0de1cfcbac to your computer and use it in GitHub Desktop.
Save thomaskioko/977f0b7b04051f2f2c327d0de1cfcbac to your computer and use it in GitHub Desktop.
enableFeaturePreview("VERSION_CATALOGS")
dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment