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: example/content/src/commonMain/kotlin/composegears/tiamat/example/content/content/advanced/AdvSharedElementTransition.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ private val AdvSharedElementTransitionScreen1 by navDestination<Unit> {
Copy file name to clipboardExpand all lines: tiamat-destinations-compiler/compiler-plugin/src/main/kotlin/com/composegears/tiamat/destinations/TiamatDestinationsIrGenerationExtension.kt
Copy file name to clipboardExpand all lines: tiamat/api/android/tiamat.api
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public final class com/composegears/tiamat/ComposeKt {
24
24
25
25
public abstract interface class com/composegears/tiamat/ContentExtension : com/composegears/tiamat/Extension {
26
26
public abstract fun Content (Lcom/composegears/tiamat/NavDestinationScope;Landroidx/compose/runtime/Composer;I)V
27
-
public abstract fun getType ()Lcom/composegears/tiamat/ContentExtension$Type;
27
+
public fun getType ()Lcom/composegears/tiamat/ContentExtension$Type;
28
28
}
29
29
30
30
public final class com/composegears/tiamat/ContentExtension$DefaultImpls {
@@ -140,6 +140,7 @@ public final class com/composegears/tiamat/NavDestinationKt {
140
140
141
141
public abstract class com/composegears/tiamat/NavDestinationScope : androidx/compose/animation/AnimatedVisibilityScope {
142
142
public static final field $stable I
143
+
public fun animateEnterExit (Landroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;)Landroidx/compose/ui/Modifier;
143
144
}
144
145
145
146
public final class com/composegears/tiamat/NavEntry : com/composegears/tiamat/Route$Element {
Copy file name to clipboardExpand all lines: tiamat/api/jvm/tiamat.api
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public final class com/composegears/tiamat/ComposeKt {
24
24
25
25
public abstract interface class com/composegears/tiamat/ContentExtension : com/composegears/tiamat/Extension {
26
26
public abstract fun Content (Lcom/composegears/tiamat/NavDestinationScope;Landroidx/compose/runtime/Composer;I)V
27
-
public abstract fun getType ()Lcom/composegears/tiamat/ContentExtension$Type;
27
+
public fun getType ()Lcom/composegears/tiamat/ContentExtension$Type;
28
28
}
29
29
30
30
public final class com/composegears/tiamat/ContentExtension$DefaultImpls {
@@ -146,6 +146,7 @@ public final class com/composegears/tiamat/NavDestinationKt {
146
146
147
147
public abstract class com/composegears/tiamat/NavDestinationScope : androidx/compose/animation/AnimatedVisibilityScope {
148
148
public static final field $stable I
149
+
public fun animateEnterExit (Landroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;)Landroidx/compose/ui/Modifier;
149
150
}
150
151
151
152
public final class com/composegears/tiamat/NavEntry : com/composegears/tiamat/Route$Element {
0 commit comments