Updated on 2026-08-14
This commit is contained in:
parent
eeb74486ef
commit
7c9112fa70
79 changed files with 12 additions and 428 deletions
|
|
@ -58,11 +58,6 @@ androidComponents {
|
|||
variant.sources.java?.addGeneratedSourceDirectory(taskProvider, GenerateEnvironmentConfigTask::outputDir)
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<Test>().configureEach {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
/** Project */
|
||||
|
|
@ -131,5 +126,4 @@ dependencies {
|
|||
ksp(deps.room.compiler)
|
||||
|
||||
testImplementation(projects.test.core)
|
||||
testRuntimeOnly(deps.test.junit5.engine)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue