mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
10 lines
250 B
Groovy
10 lines
250 B
Groovy
apply plugin: "kotlin"
|
|
apply plugin: "java"
|
|
|
|
dependencies {
|
|
api project(':mirai-core')
|
|
runtimeOnly files(':mirai-core-timpc')
|
|
runtimeOnly files('../mirai-core/build/classes/kotlin/jvm/main')
|
|
// classpath is not set correctly by IDE
|
|
}
|