You should create separate modules and then when s...
# koin
a
You should create separate modules and then when starting
Koin
you can do something like:
Copy code
if(BuildConfig.BUILD_TYPE == "mock") apiMockModule else apiModule,