mirai/settings.gradle

16 lines
592 B
Groovy
Raw Normal View History

2019-10-03 19:07:03 +08:00
rootProject.name = 'mirai'
2019-10-30 23:00:29 +08:00
2019-10-03 19:07:03 +08:00
include(':mirai-core')
2019-10-30 23:00:29 +08:00
2019-10-03 19:07:03 +08:00
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')
2019-11-06 21:22:23 +08:00
include(':mirai-demos:mirai-demo-android')
//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-11-06 21:22:23 +08:00
project(':mirai-demos:mirai-demo-android').projectDir = file('mirai-demos/mirai-demo-android')
2019-10-19 13:41:36 +08:00
2019-11-06 21:22:23 +08:00
enableFeaturePreview('GRADLE_METADATA')