Update kotlin to the 1.6.0 release candidate
This commit is contained in:
parent
f7bc34dbd4
commit
0be77d4c35
|
@ -12,8 +12,8 @@ buildscript {
|
|||
}
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.5.30"
|
||||
kotlin("plugin.serialization") version "1.5.30"
|
||||
kotlin("jvm") version "1.6.0-RC"
|
||||
kotlin("plugin.serialization") version "1.6.0-RC"
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("architectury-plugin") version "[3.0.100, 3.5["
|
||||
id("dev.architectury.loom") version (
|
||||
|
|
Loading…
Reference in New Issue