Android-Password-Store/buildSrc/settings.gradle.kts

12 lines
257 B
Text
Raw Normal View History

/**
* IDEs don't support this very well for buildSrc, so we use the regular dependency format
* until that changes.
2021-04-12 12:08:06 +00:00
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
*/