You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: decompose-router/api/android/decompose-router.api
+5-14Lines changed: 5 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,14 @@
1
-
public final class io/github/xxfast/decompose/KeyKt {
2
-
public static final fun getKey (Lkotlin/reflect/KClass;)Ljava/lang/String;
3
-
}
4
-
5
-
public final class io/github/xxfast/decompose/SavedStateHandle : com/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance {
6
-
public static final field $stable I
7
-
public fun <init> (Ljava/lang/Object;)V
8
-
public final fun get ()Ljava/lang/Object;
9
-
public final fun getValue ()Ljava/lang/Object;
10
-
public fun onDestroy ()V
11
-
public final fun set (Ljava/lang/Object;)V
12
-
}
13
-
14
1
public final class io/github/xxfast/decompose/router/DefaultRouterContextKt {
15
2
public static final fun defaultRouterContext (Landroidx/activity/ComponentActivity;)Lio/github/xxfast/decompose/router/RouterContext;
16
3
public static final fun defaultRouterContext (Landroidx/fragment/app/Fragment;Landroidx/activity/OnBackPressedDispatcher;)Lio/github/xxfast/decompose/router/RouterContext;
17
4
}
18
5
6
+
public final class io/github/xxfast/decompose/router/KeyKt {
7
+
public static final fun getKey (Lkotlin/reflect/KClass;)Ljava/lang/String;
8
+
}
9
+
19
10
public final class io/github/xxfast/decompose/router/RememberOnRouteKt {
20
-
public static final fun rememberOnRoute (Lkotlin/reflect/KClass;Lkotlinx/serialization/KSerializer;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance;
11
+
public static final fun rememberOnRoute (Lkotlin/reflect/KClass;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Ljava/lang/Object;
21
12
}
22
13
23
14
public final class io/github/xxfast/decompose/router/RouterContext : com/arkivanov/decompose/ComponentContext {
Copy file name to clipboardExpand all lines: decompose-router/api/desktop/decompose-router.api
+5-14Lines changed: 5 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,13 @@
1
-
public final class io/github/xxfast/decompose/KeyKt {
2
-
public static final fun getKey (Lkotlin/reflect/KClass;)Ljava/lang/String;
3
-
}
4
-
5
-
public final class io/github/xxfast/decompose/SavedStateHandle : com/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance {
6
-
public static final field $stable I
7
-
public fun <init> (Ljava/lang/Object;)V
8
-
public final fun get ()Ljava/lang/Object;
9
-
public final fun getValue ()Ljava/lang/Object;
10
-
public fun onDestroy ()V
11
-
public final fun set (Ljava/lang/Object;)V
12
-
}
13
-
14
1
public final class io/github/xxfast/decompose/router/DefaultRouterContextKt {
15
2
public static final fun defaultRouterContext (Lcom/arkivanov/essenty/backhandler/BackDispatcher;Lcom/arkivanov/essenty/lifecycle/LifecycleRegistry;Landroidx/compose/ui/window/WindowState;Landroidx/compose/runtime/Composer;II)Lio/github/xxfast/decompose/router/RouterContext;
16
3
}
17
4
5
+
public final class io/github/xxfast/decompose/router/KeyKt {
6
+
public static final fun getKey (Lkotlin/reflect/KClass;)Ljava/lang/String;
7
+
}
8
+
18
9
public final class io/github/xxfast/decompose/router/RememberOnRouteKt {
19
-
public static final fun rememberOnRoute (Lkotlin/reflect/KClass;Lkotlinx/serialization/KSerializer;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance;
10
+
public static final fun rememberOnRoute (Lkotlin/reflect/KClass;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Ljava/lang/Object;
20
11
}
21
12
22
13
public final class io/github/xxfast/decompose/router/RouterContext : com/arkivanov/decompose/ComponentContext {
0 commit comments