Update kotlin gradle plugin used in K/N build
This helps to avoid JVM serialization incompatibility with a newer kotlin compiler. Also update kotlinx.serialization.runtime version compatible with that plugin version. (cherry picked from commit 4e0bfb9ff66db18406e9a046558f1de030e7e46d)
This commit is contained in:
committed by
Vasily Levchenko
parent
0bfb1faf55
commit
9a5da21251
@@ -49,7 +49,10 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
|
||||
implementation("com.ullink.slack:simpleslackapi:1.2.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0-1.4.0-dev-5730") {
|
||||
exclude("org.jetbrains.kotlin", "kotlin-stdlib")
|
||||
exclude("org.jetbrains.kotlin", "kotlin-stdlib-common")
|
||||
}
|
||||
|
||||
implementation("io.ktor:ktor-client-auth:1.2.1")
|
||||
implementation("io.ktor:ktor-client-core:1.2.1")
|
||||
|
||||
Reference in New Issue
Block a user