Commit 8948eb20 authored by Him188's avatar Him188

Correct implementation to runtimeOnly

parent 86779347
...@@ -3,6 +3,6 @@ apply plugin: "java" ...@@ -3,6 +3,6 @@ apply plugin: "java"
dependencies { dependencies {
api project(':mirai-core') api project(':mirai-core')
implementation files('../mirai-core/build/classes/kotlin/jvm/main') runtimeOnly files('../mirai-core/build/classes/kotlin/jvm/main')
// classpath is not set correctly by IDE // classpath is not set correctly by IDE
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment