Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan more than one component at the time #182

Merged
merged 9 commits into from
Feb 19, 2025
Prev Previous commit
Next Next commit
Merge branch '2.0.0' into 1.4.0
vivodikj authored Jan 27, 2025
commit 4e93e52066121e5400603ef0ff3fb0180512b692
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ import org.koin.sample.clients.ClientModule
//internal class DataModule


@Module(includes = [CommonModule::class, RepositoryModule::class])
@Module(includes = [CommonModule::class, ClientModule::class, RepositoryModule::class])
@ComponentScan(values = ["org.koin.sample.androidx.data", "org.koin.sample.androidx.app"])
class AppModule
class AppModule
You are viewing a condensed version of this merge commit. You can view the full changes here.