mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 00:20:09 +08:00
9 lines
210 B
Groovy
9 lines
210 B
Groovy
apply plugin: "kotlin"
|
|
apply plugin: "java"
|
|
|
|
dependencies {
|
|
api project(':mirai-core')
|
|
implementation files('../mirai-core/build/classes/kotlin/jvm/main')
|
|
// classpath is not set correctly by IDE
|
|
}
|