aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-multimodule-1/settings.gradle.kts
blob: c549ccb78511ac3b244299d70f39957729f4f097 (plain)
1
2
3
4
apply(from = "../template.settings.gradle.kts")
rootProject.name = "it-multimodule-1"
include(":first")
include(":second")