Exit Full View

Glok / settings.gradle.kts

rootProject.name = "glok"

include("glok-core")
include("glok-model")
include("glok-dock")
include("glok-demos")
include("glok-demo-server")
include("glok-demo-client")
include("glok-demo-common")