aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-multimodule-0/settings.gradle.kts
blob: a5c89291aefc382a80469dccb6d57e8fb385252b (plain)
1
2
3
4
5
apply(from = "../template.settings.gradle.kts")
rootProject.name = "it-multimodule-0"
include(":moduleA")
include(":moduleA:moduleB")
include(":moduleA:moduleC")