5 lines
80 B
Kotlin
5 lines
80 B
Kotlin
|
|
rootProject.name = "TCR"
|
|
include("common")
|
|
include("client")
|
|
include("server")
|