创建插件基本框架

This commit is contained in:
2022-01-10 18:25:31 +08:00
parent 9056df5f23
commit f0eccaedaf
10 changed files with 128 additions and 156 deletions

View File

@@ -1,12 +1,12 @@
plugins {
val kotlinVersion = "1.4.30"
val kotlinVersion = "1.5.30"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.6.6"
id("net.mamoe.mirai-console") version "2.9.2"
}
group = "org.example"
group = "top.jie65535"
version = "0.1.0"
repositories {