Merge branch 'development/6/implement-full-crud-for-locations-and-labels' into main, accepting all changes from the feature branch

This commit is contained in:
2025-09-05 12:48:28 +03:00
157 changed files with 3841 additions and 9741 deletions

View File

@@ -87,6 +87,10 @@ dependencies {
// [DEPENDENCY] Testing
testImplementation(Libs.junit)
testImplementation(Libs.kotestRunnerJunit5)
testImplementation(Libs.kotestAssertionsCore)
testImplementation(Libs.mockk)
testImplementation("app.cash.turbine:turbine:1.1.0")
androidTestImplementation(Libs.extJunit)
androidTestImplementation(Libs.espressoCore)
androidTestImplementation(platform(Libs.composeBom))