mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.4.20"
|
|
kotlin("plugin.serialization") version "1.4.20"
|
|
id("net.mamoe.mirai-console") version "2.4-M1"
|
|
java
|
|
}
|
|
|
|
group = "org.example"
|
|
version = "1.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
mavenCentral()
|
|
} |