6 lines
114 B
Kotlin
6 lines
114 B
Kotlin
rootProject.name = "bldm"
|
|
|
|
include(":bl-codec")
|
|
include(":bl-model")
|
|
include(":bl-client")
|
|
include(":bl-dm-codec") |