-
-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8525e1a
commit df8ad6f
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
projects/android/koin-androidx-startup/api/koin-androidx-startup.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters