Skip to content

Commit

Permalink
Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
philipplackner committed Aug 7, 2023
1 parent 872a857 commit c210a96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions buildSrc/src/main/java/com/ivy/buildsrc/IvyPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ abstract class IvyPlugin : Plugin<Project> {
setProjectSdkVersions(project)

test(project)
androidTest(project)
lint(project)
kspSourceSets(project)
}
Expand All @@ -38,12 +37,6 @@ abstract class IvyPlugin : Plugin<Project> {
}
}

private fun androidTest(project: Project) {
project.androidLibrary().defaultConfig {
testInstrumentationRunner = "com.ivy.common.androidtest.HiltTestRunner"
}
}

/**
* Global lint configuration
*/
Expand Down

0 comments on commit c210a96

Please sign in to comment.