package dev.inmo.micro_utils.koin import org.koin.core.Koin import org.koin.core.scope.Scope inline fun Scope.getAllDistinct() = getAll().distinct() inline fun Koin.getAllDistinct() = getAll().distinct()