Commit 35f5205
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 bb63058.
---------
Co-authored-by: Sk Niyaj Ali <[email protected]>1 parent 3ce0b36 commit 35f5205
File tree
232 files changed
+2176
-1365
lines changed- .github/workflows
- build-logic/convention
- src/main/kotlin
- org/mifospay
- core
- analytics
- src/main/kotlin/org/mifospay/core/analytics
- di
- common
- src/main/kotlin/org/mifospay/core/network
- di
- datastore
- src/main/java/org/mifospay/core/datastore
- di
- data
- src/main/java/org/mifospay/core/data
- base
- di
- domain/usecase
- account
- client
- history
- invoice
- kyc
- notification
- savedcards
- standinginstruction
- twofactor
- user
- fineract
- entity/mapper
- repository
- repository
- auth
- local
- util
- network
- src/main/kotlin/org/mifospay/core/network
- di
- localAssets
- services
- feature
- accounts
- src/main/kotlin/org/mifospay/feature/bank/accounts
- di
- link
- auth
- src/main/kotlin/org/mifospay/feature/auth
- di
- login
- mobileVerify
- signup
- editpassword
- src/main/kotlin/org/mifospay/feature/editpassword
- di
- faq
- src/main/kotlin/org/mifospay/feature/faq
- di
- history
- src/main/kotlin/org/mifospay/feature
- di
- history
- specific/transactions
- transaction/detail
- home
- src/main/kotlin/org/mifospay/feature/home
- di
- invoices
- src/main/kotlin/org/mifospay/feature/invoices
- di
- kyc
- src/main/kotlin/org/mifospay/feature/kyc
- di
- make-transfer
- src/main/kotlin/org/mifospay/feature/make/transfer
- di
- merchants
- src/main/kotlin/org/mifospay/feature/merchants
- di
- ui
- notification
- src/main/kotlin/org/mifospay/feature/notification
- di
- payments
- src/main/kotlin/org/mifospay/feature/payments
- di
- profile
- src/main/kotlin/org/mifospay/feature/profile
- di
- edit
- qr
- src/main/kotlin/org/mifospay/feature/read/qr
- di
- utils
- receipt
- src/main/kotlin/org/mifospay/feature/receipt
- di
- request-money
- src/main/kotlin/org/mifospay/feature/request/money
- di
- savedcards
- src/main/kotlin/org/mifospay/feature/savedcards
- di
- search
- src/main/kotlin/org/mifospay/feature/search
- di
- send-money
- src/main/kotlin/org/mifospay/feature/send/money
- di
- settings
- src/main/kotlin/org/mifospay/feature/settings
- di
- standing-instruction
- src/main/kotlin/org/mifospay/feature/standing/instruction
- di
- upi-setup
- src/main/kotlin/org/mifospay/feature/upiSetup
- di
- screens
- viewmodel
- gradle
- libs/mifos-passcode
- src/main/kotlin/org/mifos/library/passcode
- data
- di
- viewmodels
- mifospay
- dependencies
- src
- main/java/org/mifospay
- di
- test/java/org/mifospay
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
232 files changed
+2176
-1365
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
Lines changed: 22 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| 38 | + | |
31 | 39 | | |
32 | | - | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
40 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
41 | 59 | | |
42 | 60 | | |
43 | 61 | | |
44 | 62 | | |
45 | | - | |
46 | | - | |
47 | 63 | | |
48 | 64 | | |
49 | 65 | | |
| |||
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments