Skip to content

Commit

Permalink
fix api checks
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Sep 17, 2024
1 parent 8525e1a commit df8ad6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
public final class org/koin/androix/startup/KoinInitializer : androidx/startup/Initializer {
public fun <init> ()V
public synthetic fun create (Landroid/content/Context;)Ljava/lang/Object;
public fun create (Landroid/content/Context;)Lorg/koin/core/Koin;
public fun dependencies ()Ljava/util/List;
}

public final class org/koin/androix/startup/KoinStartup {
public static final field INSTANCE Lorg/koin/androix/startup/KoinStartup;
public final fun onKoinStartup (Lkotlin/jvm/functions/Function1;)V
}

2 changes: 1 addition & 1 deletion projects/compose/koin-compose/api/koin-compose.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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;
Expand Down

0 comments on commit df8ad6f

Please sign in to comment.