JGUN/settings.gradle
2023-12-12 00:55:22 +03:00

5 lines
96 B
Groovy

rootProject.name = 'JGUN'
include 'examples:chat'
findProject(':examples:chat')?.name = 'chat'