1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

Update build.gradle

This commit is contained in:
Him188 2019-10-08 16:38:14 +08:00
parent b796d30d72
commit 7749c116dd

View File

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