mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-03 00:38:53 +00:00
7 lines
309 B
Groovy
7 lines
309 B
Groovy
rootProject.name = "Slice Beam"
|
|
include ':app', ':eventbus', ':eventbus_api', ':eventbus_processor'
|
|
|
|
project(':eventbus').projectDir = file('EventBus/eventbus')
|
|
project(':eventbus_api').projectDir = file('EventBus/eventbus_api')
|
|
project(':eventbus_processor').projectDir = file('EventBus/eventbus_processor')
|