Files
bldm/settings.gradle.kts
T

6 lines
114 B
Kotlin
Raw Normal View History

2026-08-30 02:49:34 +08:00
rootProject.name = "bldm"
include(":bl-codec")
include(":bl-model")
include(":bl-client")
include(":bl-dm-codec")