2021-04-16 11:05:27 +00:00
|
|
|
/**
|
|
|
|
* 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"))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-04-16 11:05:27 +00:00
|
|
|
*/
|