Update dependencies

This commit is contained in:
Him188 2020-03-25 12:21:37 +08:00
parent 45487c7e67
commit 03a3acfeb9

View File

@ -1,5 +1,6 @@
plugins { plugins {
id("kotlin") kotlin("jvm")
kotlin("plugin.serialization")
} }
apply(plugin = "com.github.johnrengelman.shadow") apply(plugin = "com.github.johnrengelman.shadow")