You should create separate modules and then when starting `Koin` you can do something like: ```if(B...
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,