refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies
Injected `PingViewModel` via Koin to align with dependency injection best practices. Suppressed Gradle deprecation warnings and added the `frontend.core.sync` dependency. Cleaned up outdated packages in `yarn.lock`.
This commit is contained in:
@@ -131,6 +131,7 @@ include(":frontend:core:design-system")
|
||||
include(":frontend:core:navigation")
|
||||
include(":frontend:core:network")
|
||||
include(":frontend:core:local-db")
|
||||
include(":frontend:core:sync")
|
||||
|
||||
// --- FEATURES ---
|
||||
include(":frontend:features:auth-feature")
|
||||
|
||||
Reference in New Issue
Block a user