Update build.gradle

This commit is contained in:
Him188 2019-10-08 16:29:22 +08:00
parent c4858c28f8
commit b796d30d72

View File

@ -2,7 +2,7 @@ apply plugin: "kotlin"
apply plugin: "java"
dependencies {
implementation project(":mirai-core")
compile project(":mirai-core")
compile rootProject.ext.coroutine
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.3.50'
}