Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-04 14:05:23 +04:00
parent eeb74486ef
commit 7c9112fa70
79 changed files with 12 additions and 428 deletions

View file

@ -4,11 +4,6 @@ plugins {
alias(deps.plugins.ksp)
id("configuration")
}
tasks.withType<Test>().configureEach {
useJUnitPlatform()
}
dependencies {
api(projects.domain.core)
api(projects.core.utils)
@ -24,5 +19,4 @@ dependencies {
implementation(deps.arrow.core)
testImplementation(projects.test.core)
testRuntimeOnly(deps.test.junit5.engine)
}