2
0

build.gradle 197 B

1234567
  1. apply plugin: "kotlin"
  2. apply plugin: "java"
  3. dependencies {
  4. api project(":mirai-core")
  5. runtime files("../../mirai-core/build/classes/kotlin/jvm/main") // mpp targeting android limitation
  6. }