mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 09:50:16 +08:00
7 lines
104 B
Groovy
7 lines
104 B
Groovy
apply plugin: "kotlin"
|
|
apply plugin: "java"
|
|
|
|
dependencies {
|
|
implementation project(':mirai-core')
|
|
}
|