summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
blob: 020ed4e7c8fd409d5a5ff48b3f029b1e877adb6d (plain)
1
2
3
4
5
6
7
rootProject.name = "parcels2"

include("dicore3:core")
findProject(":dicore3:core")?.name = "dicore3-core"

include("dicore3:command")
findProject(":dicore3:command")?.name = "dicore3-command"