2019-10-03 19:07:03 +08:00
|
|
|
apply plugin: "kotlin"
|
|
|
|
apply plugin: "java"
|
|
|
|
|
|
|
|
dependencies {
|
2019-11-06 21:22:23 +08:00
|
|
|
api project(":mirai-core")
|
|
|
|
runtime files("../../mirai-core/build/classes/kotlin/jvm/main") // mpp targeting android limitation
|
2019-10-18 09:37:28 +08:00
|
|
|
}
|