Trying to upgrade to Koin 2.0.1 and this extension we wrote can no longer get the Koin scope for the lifecycle:
fun LifecycleOwner.bindNamedScope(qualifier: Qualifier) {
val scope = getKoin().getOrCreateScope(getScopeId(), qualifier)
bindScope(scope)
}