Update android projects used in AGP integration tests.
This commit is contained in:
committed by
Alexander Udalov
parent
294395f4cc
commit
b2dc2ed0be
@@ -69,7 +69,6 @@ dependencies {
|
||||
|
||||
testImplementation(project(path = ":examples:annotation-processor-example"))
|
||||
testImplementation(kotlinStdlib("jdk8"))
|
||||
testImplementation(project(":kotlin-android-extensions"))
|
||||
testImplementation(project(":kotlin-parcelize-compiler"))
|
||||
testImplementation(commonDependency("org.jetbrains.intellij.deps", "trove4j"))
|
||||
testImplementation(commonDependency("io.ktor", "ktor-server-test-host"))
|
||||
@@ -82,7 +81,6 @@ dependencies {
|
||||
testImplementation(commonDependency("com.google.code.gson:gson"))
|
||||
testApiJUnit5(vintageEngine = true, jupiterParams = true)
|
||||
|
||||
testRuntimeOnly(project(":kotlin-android-extensions"))
|
||||
testRuntimeOnly(project(":compiler:tests-mutes"))
|
||||
|
||||
// Workaround for missing transitive import of the common(project `kotlin-test-common`
|
||||
|
||||
Reference in New Issue
Block a user