mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 06:50:08 +08:00
9 lines
198 B
Groovy
9 lines
198 B
Groovy
|
apply plugin: "kotlin"
|
||
|
apply plugin: "java"
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(":mirai-core")
|
||
|
compile rootProject.ext.coroutine
|
||
|
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.3.50'
|
||
|
}
|