You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
I would like to have my feature in one Koin Module [like in fakeModuleOld] and not in four separate modules which are then included in one common Koin Module [see example in package com.example.koinannotations.app.di].
If it will be possible make @ComponentScan repeatable or possible add array of packages to scan similar to @Module(includes = ...).
Describe alternatives you've considered
Alternative looks like @Module(includes = ...) :
Describe the solution you'd like
I would like to have my feature in one Koin Module [like in
fakeModuleOld
] and not in four separate modules which are then included in one common Koin Module [see example inpackage com.example.koinannotations.app.di
].If it will be possible make
@ComponentScan
repeatable or possible add array of packages to scan similar to@Module(includes = ...)
.Describe alternatives you've considered
Alternative looks like
@Module(includes = ...)
:Alternative with repeatable
@ComponentScan
:How it looks in 'OLD' Koin without annotation, what I would like to achieve with 'NEW' Koin Annotations:
Target Koin project
Link to my test project: https://gitlab.com/10vivodik/koin-annotations-test
The description is in
package com.example.koinannotations.app.di
The text was updated successfully, but these errors were encountered: