mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 01:30:17 +08:00
16 lines
590 B
Groovy
16 lines
590 B
Groovy
rootProject.name = 'mirai'
|
|
|
|
include(':mirai-core')
|
|
|
|
include(':mirai-console')
|
|
include(':mirai-api')
|
|
include(':mirai-demos:mirai-demo-1')
|
|
include(':mirai-demos:mirai-demo-gentleman')
|
|
include(':mirai-demos')
|
|
include(':mirai-demos:mirai-demo-android')
|
|
include(':mirai-debug')
|
|
project(':mirai-demos:mirai-demo-1').projectDir = file('mirai-demos/mirai-demo-1')
|
|
project(':mirai-demos:mirai-demo-gentleman').projectDir = file('mirai-demos/mirai-demo-gentleman')
|
|
project(':mirai-demos:mirai-demo-android').projectDir = file('mirai-demos/mirai-demo-android')
|
|
|
|
enableFeaturePreview('GRADLE_METADATA') |