Item Edit screen
This commit is contained in:
@@ -20,6 +20,12 @@ dependencies {
|
||||
|
||||
// [DEPENDENCY] Javax Inject for DI annotations
|
||||
implementation("javax.inject:javax.inject:1")
|
||||
|
||||
// [DEPENDENCY] Testing
|
||||
testImplementation(Libs.junit)
|
||||
testImplementation(Libs.kotestRunnerJunit5)
|
||||
testImplementation(Libs.kotestAssertionsCore)
|
||||
testImplementation(Libs.mockk)
|
||||
}
|
||||
|
||||
// [END_FILE_domain/build.gradle.kts]
|
||||
|
||||
Reference in New Issue
Block a user