mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
Update build.gradle
This commit is contained in:
parent
c4858c28f8
commit
b796d30d72
@ -2,7 +2,7 @@ apply plugin: "kotlin"
|
|||||||
apply plugin: "java"
|
apply plugin: "java"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":mirai-core")
|
compile project(":mirai-core")
|
||||||
compile rootProject.ext.coroutine
|
compile rootProject.ext.coroutine
|
||||||
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.3.50'
|
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.3.50'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user