bindAndroidProperties
fun Koin.bindAndroidProperties(androidContext: Context, koinPropertyFile: String = "koin.properties"): Koin
Load properties file from Assets
with
infix fun Koin.with(androidContext: Context): Koin
Add Context instance to Koin container