BundleDefinition |
typealias BundleDefinition = () -> Bundle |
SavedStateRegistryOwnerDefinition |
Scope extensions to help for ViewModel typealias SavedStateRegistryOwnerDefinition = () -> SavedStateRegistryOwner |
ViewModelStoreDefinition |
typealias ViewModelStoreDefinition = () -> ViewModelStore |
org.koin.core.scope.Scope |
emptyState |
fun emptyState(): BundleDefinition |