Archived
0
This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Parcels/settings.gradle.kts

15 lines
401 B
Kotlin

pluginManagement.repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap/")
maven("https://dl.bintray.com/kotlin/kotlin-dev/")
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"