Update kotlin and the typesafe config library
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
8f45c63db3
commit
312ae28697
|
@ -14,7 +14,7 @@ buildscript {
|
|||
}
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.7.0-RC"
|
||||
kotlin("jvm") version "1.7.0-RC2"
|
||||
kotlin("plugin.serialization") version "1.7.0-RC"
|
||||
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
|
||||
id("architectury-plugin") version "[3.4.124, 3.5["
|
||||
|
@ -96,7 +96,7 @@ subprojects {
|
|||
implementation("$kotlinX:kotlinx-serialization-core:$serializationVer")
|
||||
implementation("$kotlinX:kotlinx-serialization-json:$serializationVer")
|
||||
listOf(
|
||||
"com.typesafe:config:1.4.1",
|
||||
"com.typesafe:config:1.4.2",
|
||||
"io.github.config4k:config4k:0.4.2",
|
||||
"com.github.Vatuu:discord-rpc:1.6.2"
|
||||
).forEach { implementation(it); shadowC(it) { isTransitive = false; exclude("com.sun.jna") } }
|
||||
|
|
Loading…
Reference in New Issue