2019-10-03 19:07:03 +08:00
|
|
|
rootProject.name = 'mirai'
|
|
|
|
include(':mirai-core')
|
|
|
|
include(':mirai-console')
|
|
|
|
include(':mirai-api')
|
|
|
|
include(':mirai-demos:mirai-demo-1')
|
2019-10-26 17:06:40 +08:00
|
|
|
include(':mirai-demos:mirai-demo-gentleman')
|
2019-10-03 19:07:03 +08:00
|
|
|
include(':mirai-demos')
|
|
|
|
include(':mirai-debug')
|
2019-10-19 13:41:36 +08:00
|
|
|
project(':mirai-demos:mirai-demo-1').projectDir = file('mirai-demos/mirai-demo-1')
|
2019-10-26 17:06:40 +08:00
|
|
|
project(':mirai-demos:mirai-demo-gentleman').projectDir = file('mirai-demos/mirai-demo-gentleman')
|
2019-10-19 13:41:36 +08:00
|
|
|
|
|
|
|
enableFeaturePreview('GRADLE_METADATA')
|