JGUN/settings.gradle
2023-12-11 17:41:06 +03:00

5 lines
96 B
Groovy

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