Skip to content

Commit

Permalink
Refactor: Rename androidNativeTest to androidInstrumentedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-luskanau committed Jan 7, 2025
1 parent f6c5db5 commit e6241bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
implementation(libs.androidx.datastore.core.okio)
}

androidNativeTest.dependencies {
androidInstrumentedTest.dependencies {
implementation(kotlin("test"))
implementation(libs.androidx.test.core.ktx)
implementation(libs.androidx.test.runner)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kotlin {
implementation(compose.uiTooling)
}

androidNativeTest.dependencies {
androidInstrumentedTest.dependencies {
implementation(kotlin("test"))
implementation(libs.findLibrary("androidx-test-core-ktx").get())
implementation(libs.findLibrary("androidx-test-runner").get())
Expand Down

0 comments on commit e6241bb

Please sign in to comment.