[Serialization] Fix dependency on kotlin-reflect

This commit is contained in:
Dmitriy Novozhilov
2022-11-25 14:16:26 +02:00
committed by Space Team
parent aaf0a1f396
commit 6a9b525ca0
@@ -33,7 +33,7 @@ dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC")
testRuntimeOnly(intellijCore())
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(project(":compiler:fir:fir-serialization"))
}