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