mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Revert "build: Kotlin plugins tied to kotlin version"
This reverts commit d7ccc11d8c8cbe02ad0ef3f7db0ce7e403181f0c.
This commit is contained in:
parent
4081b76025
commit
0c089f0e6d
@ -37,8 +37,8 @@ kotlin {
|
|||||||
// Plugins used for serialization of JSON for networking
|
// Plugins used for serialization of JSON for networking
|
||||||
plugins {
|
plugins {
|
||||||
id("io.gitlab.arturbosch.detekt").version("1.23.0-RC3")
|
id("io.gitlab.arturbosch.detekt").version("1.23.0-RC3")
|
||||||
kotlin("multiplatform") version com.unciv.build.BuildConfig.kotlinVersion
|
kotlin("multiplatform") version "1.8.10"
|
||||||
kotlin("plugin.serialization") version com.unciv.build.BuildConfig.kotlinVersion
|
kotlin("plugin.serialization") version "1.8.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user