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