summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
blob: 2977cab9642663142186f49afbf34fa72cb36a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pluginManagement.repositories {
    maven("http://dl.bintray.com/kotlin/kotlin-eap")
    mavenCentral()
    maven("https://plugins.gradle.org/m2/")
}

rootProject.name = "parcels2"

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

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