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
2018-07-25 01:45:59 +01:00

8 lines
193 B
Kotlin

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