aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/settings.gradle.kts
blob: 215a5d58e74bc11d9c05e34376f4ea6dc46e1e4f (about) (plain)
1
2
3
4
5
6
7
dependencyResolutionManagement {
  versionCatalogs {
    create("libs") {
      from(files("../gradle/libs.versions.toml"))
    }
  }
}