code-examples/2024/08/chat_demo1/settings.gradle.kts

3 lines
59 B
Kotlin

rootProject.name = "chat_demo1"
include(":chat_demo1_web")