Item Edit screen

This commit is contained in:
2025-08-25 10:28:26 +03:00
parent a608766e06
commit 11078e5313
22 changed files with 1197 additions and 248 deletions

View File

@@ -45,6 +45,10 @@ object Versions {
const val junit = "4.13.2"
const val extJunit = "1.1.5"
const val espresso = "3.5.1"
// Testing
const val kotest = "5.8.0"
const val mockk = "1.13.10"
}
// [END_ENTITY: Object('Versions')]
@@ -98,6 +102,9 @@ object Libs {
const val composeUiTooling = "androidx.compose.ui:ui-tooling"
const val composeUiTestManifest = "androidx.compose.ui:ui-test-manifest"
const val kotestRunnerJunit5 = "io.kotest:kotest-runner-junit5:${Versions.kotest}"
const val kotestAssertionsCore = "io.kotest:kotest-assertions-core:${Versions.kotest}"
const val mockk = "io.mockk:mockk:${Versions.mockk}"
}
// [END_ENTITY: Object('Libs')]