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