mirai/tools/intellij-plugin/run/projects/test-project/build.gradle.kts
2021-02-07 14:35:20 +08:00

14 lines
257 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"
repositories {
jcenter()
mavenCentral()
}