Skip to content

Commit

Permalink
koinInject: apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jan 24, 2024
1 parent a8ffa72 commit 71eed5e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions compose/koin-compose/api/koin-compose.api
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
public final class org/koin/compose/KoinApplicationKt {
public static final fun KoinApplication (Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
public static final fun KoinApplication (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
public static final fun KoinContext (Lorg/koin/core/Koin;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
public static final fun KoinIsolatedContext (Lorg/koin/core/KoinApplication;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
public static final fun currentKoinScope (Landroidx/compose/runtime/Composer;I)Lorg/koin/core/scope/Scope;
public static final fun getKoin (Landroidx/compose/runtime/Composer;I)Lorg/koin/core/Koin;
public static final fun getKoinScope (Landroidx/compose/runtime/Composer;I)Lorg/koin/core/scope/Scope;
public static final fun getLocalKoinApplication ()Landroidx/compose/runtime/ProvidableCompositionLocal;
public static final fun getLocalKoinScope ()Landroidx/compose/runtime/ProvidableCompositionLocal;
public static final fun rememberCurrentKoinScope (Landroidx/compose/runtime/Composer;I)Lorg/koin/core/scope/Scope;
}

public final class org/koin/compose/error/UnknownKoinContext : java/lang/RuntimeException {
Expand Down Expand Up @@ -43,20 +43,10 @@ public final class org/koin/compose/scope/CompositionKoinScopeLoader : androidx/
public final class org/koin/compose/scope/KoinScopeKt {
public static final fun KoinScope (Ljava/lang/String;Lorg/koin/core/qualifier/Qualifier;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
public static final fun KoinScope (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
public static final fun RememberScope (Lorg/koin/core/scope/Scope;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
public static final fun OnKoinScope (Lorg/koin/core/scope/Scope;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
}

public final class org/koin/compose/scope/RememberScopesKt {
public static final fun rememberKoinScope (Lorg/koin/core/scope/Scope;Landroidx/compose/runtime/Composer;I)Lorg/koin/core/scope/Scope;
}

public final class org/koin/compose/stable/StableHoldersKt {
public static final fun rememberStableParametersDefinition (Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)Lorg/koin/compose/stable/StableParametersDefinition;
}

public final class org/koin/compose/stable/StableParametersDefinition {
public static final field $stable I
public fun <init> (Lkotlin/jvm/functions/Function0;)V
public final fun getParametersDefinition ()Lkotlin/jvm/functions/Function0;
}

0 comments on commit 71eed5e

Please sign in to comment.