mobile-wallet/feature/settings
Nagarjuna 35f52055c2
Migrating from hilt to koin (This) (#1764)
* 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 bb63058e49.

---------

Co-authored-by: Sk Niyaj Ali <niyaj639@gmail.com>
2024-09-23 13:27:50 -04:00
..
src/main Migrating from hilt to koin (This) (#1764) 2024-09-23 13:27:50 -04:00
.gitignore moved settings to feature module (#1665) 2024-06-19 12:10:23 -04:00
build.gradle.kts Migrating from hilt to koin (This) (#1764) 2024-09-23 13:27:50 -04:00
consumer-rules.pro moved settings to feature module (#1665) 2024-06-19 12:10:23 -04:00
proguard-rules.pro moved settings to feature module (#1665) 2024-06-19 12:10:23 -04:00