Updated on 2026-08-14
This commit is contained in:
parent
eeb74486ef
commit
7c9112fa70
79 changed files with 12 additions and 428 deletions
|
|
@ -62,11 +62,6 @@ tasks.named("preBuild") {
|
|||
tasks.withType<Detekt>().configureEach {
|
||||
exclude { it.file.absolutePath.contains("/build/generated/") }
|
||||
}
|
||||
|
||||
tasks.withType<Test>().configureEach {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
|
|
@ -85,5 +80,4 @@ dependencies {
|
|||
implementation(projects.core.utils)
|
||||
|
||||
testImplementation(projects.test.core)
|
||||
testRuntimeOnly(deps.test.junit5.engine)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue