Files
2026-03-01 13:51:43 +08:00

5 lines
280 B
Groovy

include ':libcocos2dx_with_controller'
project(':libcocos2dx_with_controller').projectDir = new File(settingsDir, '../../../cocos/platform/android/libcocos2dx-with-controller')
include ':GameControllerTest'
project(':GameControllerTest').projectDir = new File(settingsDir, 'app')