Skip to content

Commit

Permalink
refact: remove unused androidTest implementations from :platform:autos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbarrossilva committed Mar 15, 2024
1 parent e69261a commit cc3a487
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions platform/autos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ android {
buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = libs.versions.android.compose.compiler.get()
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
packagingOptions.resources.excludes +=
arrayOf("META-INF/LICENSE.md", "META-INF/LICENSE-notice.md")
}

dependencies {
androidTestImplementation(project(":composite:composable"))
androidTestImplementation(project(":ext:reflection"))
androidTestImplementation(project(":platform:autos-test"))
androidTestImplementation(project(":platform:testing"))
androidTestImplementation(libs.android.compose.ui.test.junit)
Expand All @@ -38,7 +34,6 @@ dependencies {
androidTestImplementation(libs.android.test.runner)
androidTestImplementation(libs.assertk)
androidTestImplementation(libs.kotlin.test)
androidTestImplementation(libs.mockk)

api(libs.android.compose.material3)
api(libs.android.compose.ui.tooling)
Expand Down

0 comments on commit cc3a487

Please sign in to comment.