[Serialization] Fix dependency on kotlin-reflect
This commit is contained in:
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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user