mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 07:49:17 +07:00
Revert "build: Kotlin plugins tied to kotlin version"
This reverts commit d7ccc11d8c
.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user