mirror of
https://github.com/jlengrand/korge-samples.git
synced 2026-03-10 08:31:18 +00:00
6 lines
81 B
Groovy
6 lines
81 B
Groovy
rootProject.name = 'korge-samples'
|
|
|
|
include(
|
|
'korge-tic-tac-toe',
|
|
)
|