blob: 490f67fecd3b9cb8691c0023b7cac43bf21aa8a4 [file] [log] [blame]
Aurimas Liutikase1b84582021-04-23 14:17:30 -07001enableFeaturePreview("VERSION_CATALOGS")
2
3dependencyResolutionManagement {
4 versionCatalogs {
5 libs {
6 from(files("../gradle/libs.versions.toml"))
7 }
8 }
9}
10
Jim Sproch9e38b4f2021-01-06 14:21:06 -080011include ":gradle-plugin"
12include ":jetpad-integration"
13project(":jetpad-integration").projectDir = file("../buildSrc/jetpad-integration")