[Build] Get rid of the testApiJUnit5 method
#KTI-1349 In Progress
This commit is contained in:
committed by
Space Team
parent
53fde520d5
commit
6f96be0b76
@@ -18,6 +18,8 @@ dependencies {
|
||||
testApi(projectTests(":compiler:tests-common"))
|
||||
testRuntimeOnly(intellijCore())
|
||||
testRuntimeOnly("org.jetbrains.kotlinx", "kotlinx-serialization-runtime", kotlinxSerializationVersion)
|
||||
testApi(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit4)
|
||||
|
||||
embedded("org.jetbrains.kotlinx", "kotlinx-serialization-runtime", kotlinxSerializationVersion) { isTransitive = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user