Remove unused kotlinx-serialization dependency
This commit is contained in:
@@ -50,10 +50,6 @@ 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-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")
|
||||
@@ -102,11 +98,3 @@ compileGroovy.apply {
|
||||
classpath += project.files(compileKotlin.destinationDir)
|
||||
dependsOn(compileKotlin)
|
||||
}
|
||||
|
||||
val kotlinCompilerPluginClasspath by configurations.getting
|
||||
|
||||
kotlinCompilerPluginClasspath.resolutionStrategy.eachDependency {
|
||||
if (requested.group == "org.jetbrains.kotlin" && requested.name == "kotlin-serialization") {
|
||||
useVersion(buildKotlinVersion)
|
||||
}
|
||||
}
|
||||
@@ -16,9 +16,6 @@ pluginManagement {
|
||||
if (requested.id.id == "kotlin") {
|
||||
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
}
|
||||
if (requested.id.id == "kotlinx-serialization") {
|
||||
useModule("org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user