Initial commit

This commit is contained in:
2022-09-04 14:07:47 +08:00
parent 10fa82b900
commit ea83aec168
11 changed files with 1253 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
plugins {
val kotlinVersion = "1.7.20"
val kotlinVersion = "1.7.10"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion