mirai/tools/intellij-plugin/run/projects/test-project/build.gradle.kts

14 lines
257 B
Plaintext
Raw Normal View History

plugins {
kotlin("jvm") version "1.4.20"
kotlin("plugin.serialization") version "1.4.20"
2021-02-07 14:35:20 +08:00
id("net.mamoe.mirai-console") version "2.4-M1"
java
}
group = "org.example"
version = "1.0-SNAPSHOT"
repositories {
jcenter()
mavenCentral()
}