mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 13:56:52 +00:00
* Migrating from hilt to koin
* Fixed Instance creation error
* refactor: Removed Hilt and migrated to Koin
This commit removes Hilt and migrates the project to Koin for dependency injection.
The following
changes were made:
- Removed the `AndroidHiltConventionPlugin`.
- Added the `AndroidKoinConventionPlugin`.
- Updated dependencies to use Koin.
- Updated KSP configuration for Koin.
- Updated feature modules to use Koin.
- Updated common modules to use Koin
.
- Removed Hilt annotations and replaced them with Koin annotations.
- Updated ViewModels to use Koin for dependency injection.
- Updated modules to use Koin for dependency injection.
* Formatted Dependencies
* migrating from hilt to koin clean up commit
* Revert "migrating from hilt to koin clean up commit"
This reverts commit
|
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| consumer-rules.pro | ||
| proguard-rules.pro | ||