mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 05:34:42 +08:00
a9d4d14576
- Rename mirai-core to mirai-core-api - Rename mirai-core-qqandroid to mirai-core - Rename package net.mamoe.mirai.qqandroid to net.mamoe.mirai.internal - Delete old android targets - Configure default packages correctly - Update licenses
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
jcenter()
|
|
google()
|
|
maven(url = "https://dl.bintray.com/jetbrains/kotlin-native-dependencies")
|
|
maven(url = "https://kotlin.bintray.com/kotlinx")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "mirai"
|
|
|
|
include(":mirai-core-api")
|
|
include(":mirai-core")
|
|
include(":mirai-core-all") |