1 2 3 4 5 6 7 8 9 10 11
/** * IDEs don't support this very well for buildSrc, so we use the regular dependency format * until that changes. dependencyResolutionManagement { versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } } } */