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

18 lines
276 B
Plaintext
Raw Normal View History

plugins {
2021-12-16 22:17:50 +08:00
kotlin("jvm") version "1.6.0"
kotlin("plugin.serialization") version "1.6.0"
id("net.mamoe.mirai-console") version "2.9.0-M1"
java
}
group = "org.example"
version = "1.0-SNAPSHOT"
dependencies {
}
repositories {
jcenter()
mavenCentral()
}