Update compose 1.7.0 bcv files using aosp/3361968 experimental dropping

Applied aosp/3361968 and ran ./gradlew -p compose updateApi

Test: None
Change-Id: Ia829d20618b2c35ca85cc7c07b11faee8b1e97f9
diff --git a/compose/animation/animation-core/bcv/native/1.7.0.txt b/compose/animation/animation-core/bcv/native/1.7.0.txt
new file mode 100644
index 0000000..41358e6
--- /dev/null
+++ b/compose/animation/animation-core/bcv/native/1.7.0.txt
@@ -0,0 +1,803 @@
+// Klib ABI Dump
+// Targets: [linuxX64.linuxx64Stubs]
+// Rendering settings:
+// - Signature version: 2
+// - Show manifest properties: true
+// - Show declarations: true
+
+// Library unique name: <androidx.compose.animation:animation-core>
+abstract fun interface androidx.compose.animation.core/Easing { // androidx.compose.animation.core/Easing|null[0]
+    abstract fun transform(kotlin/Float): kotlin/Float // androidx.compose.animation.core/Easing.transform|transform(kotlin.Float){}[0]
+}
+abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedAnimationSpec { // androidx.compose.animation.core/VectorizedAnimationSpec|null[0]
+    abstract fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0]
+    abstract fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    abstract fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    abstract val isInfinite // androidx.compose.animation.core/VectorizedAnimationSpec.isInfinite|{}isInfinite[0]
+        abstract fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedAnimationSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+    open fun getEndVelocity(#A, #A, #A): #A // androidx.compose.animation.core/VectorizedAnimationSpec.getEndVelocity|getEndVelocity(1:0;1:0;1:0){}[0]
+}
+abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedDecayAnimationSpec { // androidx.compose.animation.core/VectorizedDecayAnimationSpec|null[0]
+    abstract fun getDurationNanos(#A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0){}[0]
+    abstract fun getTargetValue(#A, #A): #A // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getTargetValue|getTargetValue(1:0;1:0){}[0]
+    abstract fun getValueFromNanos(kotlin/Long, #A, #A): #A // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0){}[0]
+    abstract fun getVelocityFromNanos(kotlin/Long, #A, #A): #A // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0){}[0]
+    abstract val absVelocityThreshold // androidx.compose.animation.core/VectorizedDecayAnimationSpec.absVelocityThreshold|{}absVelocityThreshold[0]
+        abstract fun <get-absVelocityThreshold>(): kotlin/Float // androidx.compose.animation.core/VectorizedDecayAnimationSpec.absVelocityThreshold.<get-absVelocityThreshold>|<get-absVelocityThreshold>(){}[0]
+}
+abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec|null[0]
+    abstract val delayMillis // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.delayMillis|{}delayMillis[0]
+        abstract fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0]
+    abstract val durationMillis // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.durationMillis|{}durationMillis[0]
+        abstract fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0]
+    open fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0]
+}
+abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedFiniteAnimationSpec : androidx.compose.animation.core/VectorizedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedFiniteAnimationSpec|null[0]
+    open val isInfinite // androidx.compose.animation.core/VectorizedFiniteAnimationSpec.isInfinite|{}isInfinite[0]
+        open fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedFiniteAnimationSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+}
+abstract interface <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/Animation { // androidx.compose.animation.core/Animation|null[0]
+    abstract fun getValueFromNanos(kotlin/Long): #A // androidx.compose.animation.core/Animation.getValueFromNanos|getValueFromNanos(kotlin.Long){}[0]
+    abstract fun getVelocityVectorFromNanos(kotlin/Long): #B // androidx.compose.animation.core/Animation.getVelocityVectorFromNanos|getVelocityVectorFromNanos(kotlin.Long){}[0]
+    abstract val durationNanos // androidx.compose.animation.core/Animation.durationNanos|{}durationNanos[0]
+        abstract fun <get-durationNanos>(): kotlin/Long // androidx.compose.animation.core/Animation.durationNanos.<get-durationNanos>|<get-durationNanos>(){}[0]
+    abstract val isInfinite // androidx.compose.animation.core/Animation.isInfinite|{}isInfinite[0]
+        abstract fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/Animation.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+    abstract val targetValue // androidx.compose.animation.core/Animation.targetValue|{}targetValue[0]
+        abstract fun <get-targetValue>(): #A // androidx.compose.animation.core/Animation.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
+    abstract val typeConverter // androidx.compose.animation.core/Animation.typeConverter|{}typeConverter[0]
+        abstract fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/Animation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+    open fun isFinishedFromNanos(kotlin/Long): kotlin/Boolean // androidx.compose.animation.core/Animation.isFinishedFromNanos|isFinishedFromNanos(kotlin.Long){}[0]
+}
+abstract interface <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TwoWayConverter { // androidx.compose.animation.core/TwoWayConverter|null[0]
+    abstract val convertFromVector // androidx.compose.animation.core/TwoWayConverter.convertFromVector|{}convertFromVector[0]
+        abstract fun <get-convertFromVector>(): kotlin/Function1<#B, #A> // androidx.compose.animation.core/TwoWayConverter.convertFromVector.<get-convertFromVector>|<get-convertFromVector>(){}[0]
+    abstract val convertToVector // androidx.compose.animation.core/TwoWayConverter.convertToVector|{}convertToVector[0]
+        abstract fun <get-convertToVector>(): kotlin/Function1<#A, #B> // androidx.compose.animation.core/TwoWayConverter.convertToVector.<get-convertToVector>|<get-convertToVector>(){}[0]
+}
+abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/AnimationSpec { // androidx.compose.animation.core/AnimationSpec|null[0]
+    abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedAnimationSpec<#A1> // androidx.compose.animation.core/AnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+}
+abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/DecayAnimationSpec { // androidx.compose.animation.core/DecayAnimationSpec|null[0]
+    abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDecayAnimationSpec<#A1> // androidx.compose.animation.core/DecayAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+}
+abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/DurationBasedAnimationSpec : androidx.compose.animation.core/FiniteAnimationSpec<#A> { // androidx.compose.animation.core/DurationBasedAnimationSpec|null[0]
+    abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A1> // androidx.compose.animation.core/DurationBasedAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+}
+abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/FiniteAnimationSpec : androidx.compose.animation.core/AnimationSpec<#A> { // androidx.compose.animation.core/FiniteAnimationSpec|null[0]
+    abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A1> // androidx.compose.animation.core/FiniteAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+}
+abstract interface androidx.compose.animation.core/FloatAnimationSpec : androidx.compose.animation.core/AnimationSpec<kotlin/Float> { // androidx.compose.animation.core/FloatAnimationSpec|null[0]
+    abstract fun getDurationNanos(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatAnimationSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    abstract fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    abstract fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    open fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<kotlin/Float, #A1>): androidx.compose.animation.core/VectorizedFloatAnimationSpec<#A1> // androidx.compose.animation.core/FloatAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<kotlin.Float,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    open fun getEndVelocity(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatAnimationSpec.getEndVelocity|getEndVelocity(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+}
+abstract interface androidx.compose.animation.core/FloatDecayAnimationSpec { // androidx.compose.animation.core/FloatDecayAnimationSpec|null[0]
+    abstract fun getDurationNanos(kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatDecayAnimationSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float){}[0]
+    abstract fun getTargetValue(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.getTargetValue|getTargetValue(kotlin.Float;kotlin.Float){}[0]
+    abstract fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0]
+    abstract fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0]
+    abstract val absVelocityThreshold // androidx.compose.animation.core/FloatDecayAnimationSpec.absVelocityThreshold|{}absVelocityThreshold[0]
+        abstract fun <get-absVelocityThreshold>(): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.absVelocityThreshold.<get-absVelocityThreshold>|<get-absVelocityThreshold>(){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedFloatAnimationSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedFloatAnimationSpec|null[0]
+    constructor <init>(androidx.compose.animation.core/FloatAnimationSpec) // androidx.compose.animation.core/VectorizedFloatAnimationSpec.<init>|<init>(androidx.compose.animation.core.FloatAnimationSpec){}[0]
+    final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0]
+    final fun getEndVelocity(#A, #A, #A): #A // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getEndVelocity|getEndVelocity(1:0;1:0;1:0){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec : androidx.compose.animation.core/VectorizedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec|null[0]
+    constructor <init>(androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =...) // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0]
+    constructor <init>(androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =..., androidx.compose.animation.core/StartOffset =...) // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0]
+    final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final val isInfinite // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.isInfinite|{}isInfinite[0]
+        final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedKeyframesSpec : androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedKeyframesSpec|null[0]
+    constructor <init>(kotlin.collections/Map<kotlin/Int, kotlin/Pair<#A, androidx.compose.animation.core/Easing>>, kotlin/Int, kotlin/Int =...) // androidx.compose.animation.core/VectorizedKeyframesSpec.<init>|<init>(kotlin.collections.Map<kotlin.Int,kotlin.Pair<1:0,androidx.compose.animation.core.Easing>>;kotlin.Int;kotlin.Int){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedKeyframesSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedKeyframesSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final val delayMillis // androidx.compose.animation.core/VectorizedKeyframesSpec.delayMillis|{}delayMillis[0]
+        final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedKeyframesSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0]
+    final val durationMillis // androidx.compose.animation.core/VectorizedKeyframesSpec.durationMillis|{}durationMillis[0]
+        final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedKeyframesSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedRepeatableSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedRepeatableSpec|null[0]
+    constructor <init>(kotlin/Int, androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =...) // androidx.compose.animation.core/VectorizedRepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0]
+    constructor <init>(kotlin/Int, androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =..., androidx.compose.animation.core/StartOffset =...) // androidx.compose.animation.core/VectorizedRepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0]
+    final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedRepeatableSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedRepeatableSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedRepeatableSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedSnapSpec : androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedSnapSpec|null[0]
+    constructor <init>(kotlin/Int =...) // androidx.compose.animation.core/VectorizedSnapSpec.<init>|<init>(kotlin.Int){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSnapSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSnapSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final val delayMillis // androidx.compose.animation.core/VectorizedSnapSpec.delayMillis|{}delayMillis[0]
+        final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedSnapSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0]
+    final val durationMillis // androidx.compose.animation.core/VectorizedSnapSpec.durationMillis|{}durationMillis[0]
+        final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedSnapSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedSpringSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedSpringSpec|null[0]
+    constructor <init>(kotlin/Float =..., kotlin/Float =..., #A? =...) // androidx.compose.animation.core/VectorizedSpringSpec.<init>|<init>(kotlin.Float;kotlin.Float;1:0?){}[0]
+    final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedSpringSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0]
+    final fun getEndVelocity(#A, #A, #A): #A // androidx.compose.animation.core/VectorizedSpringSpec.getEndVelocity|getEndVelocity(1:0;1:0;1:0){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSpringSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSpringSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final val dampingRatio // androidx.compose.animation.core/VectorizedSpringSpec.dampingRatio|{}dampingRatio[0]
+        final fun <get-dampingRatio>(): kotlin/Float // androidx.compose.animation.core/VectorizedSpringSpec.dampingRatio.<get-dampingRatio>|<get-dampingRatio>(){}[0]
+    final val isInfinite // androidx.compose.animation.core/VectorizedSpringSpec.isInfinite|{}isInfinite[0]
+        final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedSpringSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+    final val stiffness // androidx.compose.animation.core/VectorizedSpringSpec.stiffness|{}stiffness[0]
+        final fun <get-stiffness>(): kotlin/Float // androidx.compose.animation.core/VectorizedSpringSpec.stiffness.<get-stiffness>|<get-stiffness>(){}[0]
+}
+final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedTweenSpec : androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedTweenSpec|null[0]
+    constructor <init>(kotlin/Int =..., kotlin/Int =..., androidx.compose.animation.core/Easing =...) // androidx.compose.animation.core/VectorizedTweenSpec.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){}[0]
+    final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedTweenSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedTweenSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0]
+    final val delayMillis // androidx.compose.animation.core/VectorizedTweenSpec.delayMillis|{}delayMillis[0]
+        final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedTweenSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0]
+    final val durationMillis // androidx.compose.animation.core/VectorizedTweenSpec.durationMillis|{}durationMillis[0]
+        final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedTweenSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0]
+    final val easing // androidx.compose.animation.core/VectorizedTweenSpec.easing|{}easing[0]
+        final fun <get-easing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/VectorizedTweenSpec.easing.<get-easing>|<get-easing>(){}[0]
+}
+final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/Animatable { // androidx.compose.animation.core/Animatable|null[0]
+    constructor <init>(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A? =...) // androidx.compose.animation.core/Animatable.<init>|<init>(1:0;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0?){}[0]
+    constructor <init>(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A? =..., kotlin/String =...) // androidx.compose.animation.core/Animatable.<init>|<init>(1:0;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0?;kotlin.String){}[0]
+    final fun asState(): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/Animatable.asState|asState(){}[0]
+    final fun updateBounds(#A? =..., #A? =...) // androidx.compose.animation.core/Animatable.updateBounds|updateBounds(1:0?;1:0?){}[0]
+    final suspend fun animateDecay(#A, androidx.compose.animation.core/DecayAnimationSpec<#A>, kotlin/Function1<androidx.compose.animation.core/Animatable<#A, #B>, kotlin/Unit>? =...): androidx.compose.animation.core/AnimationResult<#A, #B> // androidx.compose.animation.core/Animatable.animateDecay|animateDecay(1:0;androidx.compose.animation.core.DecayAnimationSpec<1:0>;kotlin.Function1<androidx.compose.animation.core.Animatable<1:0,1:1>,kotlin.Unit>?){}[0]
+    final suspend fun animateTo(#A, androidx.compose.animation.core/AnimationSpec<#A> =..., #A =..., kotlin/Function1<androidx.compose.animation.core/Animatable<#A, #B>, kotlin/Unit>? =...): androidx.compose.animation.core/AnimationResult<#A, #B> // androidx.compose.animation.core/Animatable.animateTo|animateTo(1:0;androidx.compose.animation.core.AnimationSpec<1:0>;1:0;kotlin.Function1<androidx.compose.animation.core.Animatable<1:0,1:1>,kotlin.Unit>?){}[0]
+    final suspend fun snapTo(#A) // androidx.compose.animation.core/Animatable.snapTo|snapTo(1:0){}[0]
+    final suspend fun stop() // androidx.compose.animation.core/Animatable.stop|stop(){}[0]
+    final val label // androidx.compose.animation.core/Animatable.label|{}label[0]
+        final fun <get-label>(): kotlin/String // androidx.compose.animation.core/Animatable.label.<get-label>|<get-label>(){}[0]
+    final val typeConverter // androidx.compose.animation.core/Animatable.typeConverter|{}typeConverter[0]
+        final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/Animatable.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+    final val value // androidx.compose.animation.core/Animatable.value|{}value[0]
+        final fun <get-value>(): #A // androidx.compose.animation.core/Animatable.value.<get-value>|<get-value>(){}[0]
+    final val velocity // androidx.compose.animation.core/Animatable.velocity|{}velocity[0]
+        final fun <get-velocity>(): #A // androidx.compose.animation.core/Animatable.velocity.<get-velocity>|<get-velocity>(){}[0]
+    final val velocityVector // androidx.compose.animation.core/Animatable.velocityVector|{}velocityVector[0]
+        final fun <get-velocityVector>(): #B // androidx.compose.animation.core/Animatable.velocityVector.<get-velocityVector>|<get-velocityVector>(){}[0]
+    final var isRunning // androidx.compose.animation.core/Animatable.isRunning|{}isRunning[0]
+        final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/Animatable.isRunning.<get-isRunning>|<get-isRunning>(){}[0]
+    final var lowerBound // androidx.compose.animation.core/Animatable.lowerBound|{}lowerBound[0]
+        final fun <get-lowerBound>(): #A? // androidx.compose.animation.core/Animatable.lowerBound.<get-lowerBound>|<get-lowerBound>(){}[0]
+    final var targetValue // androidx.compose.animation.core/Animatable.targetValue|{}targetValue[0]
+        final fun <get-targetValue>(): #A // androidx.compose.animation.core/Animatable.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
+    final var upperBound // androidx.compose.animation.core/Animatable.upperBound|{}upperBound[0]
+        final fun <get-upperBound>(): #A? // androidx.compose.animation.core/Animatable.upperBound.<get-upperBound>|<get-upperBound>(){}[0]
+}
+final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationResult { // androidx.compose.animation.core/AnimationResult|null[0]
+    constructor <init>(androidx.compose.animation.core/AnimationState<#A, #B>, androidx.compose.animation.core/AnimationEndReason) // androidx.compose.animation.core/AnimationResult.<init>|<init>(androidx.compose.animation.core.AnimationState<1:0,1:1>;androidx.compose.animation.core.AnimationEndReason){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationResult.toString|toString(){}[0]
+    final val endReason // androidx.compose.animation.core/AnimationResult.endReason|{}endReason[0]
+        final fun <get-endReason>(): androidx.compose.animation.core/AnimationEndReason // androidx.compose.animation.core/AnimationResult.endReason.<get-endReason>|<get-endReason>(){}[0]
+    final val endState // androidx.compose.animation.core/AnimationResult.endState|{}endState[0]
+        final fun <get-endState>(): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/AnimationResult.endState.<get-endState>|<get-endState>(){}[0]
+}
+final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationScope { // androidx.compose.animation.core/AnimationScope|null[0]
+    final fun cancelAnimation() // androidx.compose.animation.core/AnimationScope.cancelAnimation|cancelAnimation(){}[0]
+    final fun toAnimationState(): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/AnimationScope.toAnimationState|toAnimationState(){}[0]
+    final val startTimeNanos // androidx.compose.animation.core/AnimationScope.startTimeNanos|{}startTimeNanos[0]
+        final fun <get-startTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationScope.startTimeNanos.<get-startTimeNanos>|<get-startTimeNanos>(){}[0]
+    final val targetValue // androidx.compose.animation.core/AnimationScope.targetValue|{}targetValue[0]
+        final fun <get-targetValue>(): #A // androidx.compose.animation.core/AnimationScope.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
+    final val typeConverter // androidx.compose.animation.core/AnimationScope.typeConverter|{}typeConverter[0]
+        final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/AnimationScope.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+    final val velocity // androidx.compose.animation.core/AnimationScope.velocity|{}velocity[0]
+        final fun <get-velocity>(): #A // androidx.compose.animation.core/AnimationScope.velocity.<get-velocity>|<get-velocity>(){}[0]
+    final var finishedTimeNanos // androidx.compose.animation.core/AnimationScope.finishedTimeNanos|{}finishedTimeNanos[0]
+        final fun <get-finishedTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationScope.finishedTimeNanos.<get-finishedTimeNanos>|<get-finishedTimeNanos>(){}[0]
+    final var isRunning // androidx.compose.animation.core/AnimationScope.isRunning|{}isRunning[0]
+        final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/AnimationScope.isRunning.<get-isRunning>|<get-isRunning>(){}[0]
+    final var lastFrameTimeNanos // androidx.compose.animation.core/AnimationScope.lastFrameTimeNanos|{}lastFrameTimeNanos[0]
+        final fun <get-lastFrameTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationScope.lastFrameTimeNanos.<get-lastFrameTimeNanos>|<get-lastFrameTimeNanos>(){}[0]
+    final var value // androidx.compose.animation.core/AnimationScope.value|{}value[0]
+        final fun <get-value>(): #A // androidx.compose.animation.core/AnimationScope.value.<get-value>|<get-value>(){}[0]
+    final var velocityVector // androidx.compose.animation.core/AnimationScope.velocityVector|{}velocityVector[0]
+        final fun <get-velocityVector>(): #B // androidx.compose.animation.core/AnimationScope.velocityVector.<get-velocityVector>|<get-velocityVector>(){}[0]
+}
+final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationState : androidx.compose.runtime/State<#A> { // androidx.compose.animation.core/AnimationState|null[0]
+    constructor <init>(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #B? =..., kotlin/Long =..., kotlin/Long =..., kotlin/Boolean =...) // androidx.compose.animation.core/AnimationState.<init>|<init>(androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:1?;kotlin.Long;kotlin.Long;kotlin.Boolean){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationState.toString|toString(){}[0]
+    final val typeConverter // androidx.compose.animation.core/AnimationState.typeConverter|{}typeConverter[0]
+        final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/AnimationState.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+    final val velocity // androidx.compose.animation.core/AnimationState.velocity|{}velocity[0]
+        final fun <get-velocity>(): #A // androidx.compose.animation.core/AnimationState.velocity.<get-velocity>|<get-velocity>(){}[0]
+    final var finishedTimeNanos // androidx.compose.animation.core/AnimationState.finishedTimeNanos|{}finishedTimeNanos[0]
+        final fun <get-finishedTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationState.finishedTimeNanos.<get-finishedTimeNanos>|<get-finishedTimeNanos>(){}[0]
+    final var isRunning // androidx.compose.animation.core/AnimationState.isRunning|{}isRunning[0]
+        final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/AnimationState.isRunning.<get-isRunning>|<get-isRunning>(){}[0]
+    final var lastFrameTimeNanos // androidx.compose.animation.core/AnimationState.lastFrameTimeNanos|{}lastFrameTimeNanos[0]
+        final fun <get-lastFrameTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationState.lastFrameTimeNanos.<get-lastFrameTimeNanos>|<get-lastFrameTimeNanos>(){}[0]
+    final var value // androidx.compose.animation.core/AnimationState.value|{}value[0]
+        final fun <get-value>(): #A // androidx.compose.animation.core/AnimationState.value.<get-value>|<get-value>(){}[0]
+    final var velocityVector // androidx.compose.animation.core/AnimationState.velocityVector|{}velocityVector[0]
+        final fun <get-velocityVector>(): #B // androidx.compose.animation.core/AnimationState.velocityVector.<get-velocityVector>|<get-velocityVector>(){}[0]
+}
+final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/DecayAnimation : androidx.compose.animation.core/Animation<#A, #B> { // androidx.compose.animation.core/DecayAnimation|null[0]
+    constructor <init>(androidx.compose.animation.core/DecayAnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A) // androidx.compose.animation.core/DecayAnimation.<init>|<init>(androidx.compose.animation.core.DecayAnimationSpec<1:0>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:0){}[0]
+    constructor <init>(androidx.compose.animation.core/DecayAnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #B) // androidx.compose.animation.core/DecayAnimation.<init>|<init>(androidx.compose.animation.core.DecayAnimationSpec<1:0>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:1){}[0]
+    constructor <init>(androidx.compose.animation.core/VectorizedDecayAnimationSpec<#B>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #B) // androidx.compose.animation.core/DecayAnimation.<init>|<init>(androidx.compose.animation.core.VectorizedDecayAnimationSpec<1:1>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:1){}[0]
+    final fun getValueFromNanos(kotlin/Long): #A // androidx.compose.animation.core/DecayAnimation.getValueFromNanos|getValueFromNanos(kotlin.Long){}[0]
+    final fun getVelocityVectorFromNanos(kotlin/Long): #B // androidx.compose.animation.core/DecayAnimation.getVelocityVectorFromNanos|getVelocityVectorFromNanos(kotlin.Long){}[0]
+    final val durationNanos // androidx.compose.animation.core/DecayAnimation.durationNanos|{}durationNanos[0]
+        final fun <get-durationNanos>(): kotlin/Long // androidx.compose.animation.core/DecayAnimation.durationNanos.<get-durationNanos>|<get-durationNanos>(){}[0]
+    final val initialValue // androidx.compose.animation.core/DecayAnimation.initialValue|{}initialValue[0]
+        final fun <get-initialValue>(): #A // androidx.compose.animation.core/DecayAnimation.initialValue.<get-initialValue>|<get-initialValue>(){}[0]
+    final val initialVelocityVector // androidx.compose.animation.core/DecayAnimation.initialVelocityVector|{}initialVelocityVector[0]
+        final fun <get-initialVelocityVector>(): #B // androidx.compose.animation.core/DecayAnimation.initialVelocityVector.<get-initialVelocityVector>|<get-initialVelocityVector>(){}[0]
+    final val isInfinite // androidx.compose.animation.core/DecayAnimation.isInfinite|{}isInfinite[0]
+        final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/DecayAnimation.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+    final val targetValue // androidx.compose.animation.core/DecayAnimation.targetValue|{}targetValue[0]
+        final fun <get-targetValue>(): #A // androidx.compose.animation.core/DecayAnimation.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
+    final val typeConverter // androidx.compose.animation.core/DecayAnimation.typeConverter|{}typeConverter[0]
+        final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/DecayAnimation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+}
+final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TargetBasedAnimation : androidx.compose.animation.core/Animation<#A, #B> { // androidx.compose.animation.core/TargetBasedAnimation|null[0]
+    constructor <init>(androidx.compose.animation.core/AnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, #B? =...) // androidx.compose.animation.core/TargetBasedAnimation.<init>|<init>(androidx.compose.animation.core.AnimationSpec<1:0>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:0;1:1?){}[0]
+    final fun getValueFromNanos(kotlin/Long): #A // androidx.compose.animation.core/TargetBasedAnimation.getValueFromNanos|getValueFromNanos(kotlin.Long){}[0]
+    final fun getVelocityVectorFromNanos(kotlin/Long): #B // androidx.compose.animation.core/TargetBasedAnimation.getVelocityVectorFromNanos|getVelocityVectorFromNanos(kotlin.Long){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/TargetBasedAnimation.toString|toString(){}[0]
+    final val durationNanos // androidx.compose.animation.core/TargetBasedAnimation.durationNanos|{}durationNanos[0]
+        final fun <get-durationNanos>(): kotlin/Long // androidx.compose.animation.core/TargetBasedAnimation.durationNanos.<get-durationNanos>|<get-durationNanos>(){}[0]
+    final val initialValue // androidx.compose.animation.core/TargetBasedAnimation.initialValue|{}initialValue[0]
+        final fun <get-initialValue>(): #A // androidx.compose.animation.core/TargetBasedAnimation.initialValue.<get-initialValue>|<get-initialValue>(){}[0]
+    final val isInfinite // androidx.compose.animation.core/TargetBasedAnimation.isInfinite|{}isInfinite[0]
+        final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/TargetBasedAnimation.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0]
+    final val targetValue // androidx.compose.animation.core/TargetBasedAnimation.targetValue|{}targetValue[0]
+        final fun <get-targetValue>(): #A // androidx.compose.animation.core/TargetBasedAnimation.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
+    final val typeConverter // androidx.compose.animation.core/TargetBasedAnimation.typeConverter|{}typeConverter[0]
+        final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/TargetBasedAnimation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/InfiniteRepeatableSpec : androidx.compose.animation.core/AnimationSpec<#A> { // androidx.compose.animation.core/InfiniteRepeatableSpec|null[0]
+    constructor <init>(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =...) // androidx.compose.animation.core/InfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0]
+    constructor <init>(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =..., androidx.compose.animation.core/StartOffset =...) // androidx.compose.animation.core/InfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0]
+    final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedAnimationSpec<#A1> // androidx.compose.animation.core/InfiniteRepeatableSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/InfiniteRepeatableSpec.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/InfiniteRepeatableSpec.hashCode|hashCode(){}[0]
+    final val animation // androidx.compose.animation.core/InfiniteRepeatableSpec.animation|{}animation[0]
+        final fun <get-animation>(): androidx.compose.animation.core/DurationBasedAnimationSpec<#A> // androidx.compose.animation.core/InfiniteRepeatableSpec.animation.<get-animation>|<get-animation>(){}[0]
+    final val initialStartOffset // androidx.compose.animation.core/InfiniteRepeatableSpec.initialStartOffset|{}initialStartOffset[0]
+        final fun <get-initialStartOffset>(): androidx.compose.animation.core/StartOffset // androidx.compose.animation.core/InfiniteRepeatableSpec.initialStartOffset.<get-initialStartOffset>|<get-initialStartOffset>(){}[0]
+    final val repeatMode // androidx.compose.animation.core/InfiniteRepeatableSpec.repeatMode|{}repeatMode[0]
+        final fun <get-repeatMode>(): androidx.compose.animation.core/RepeatMode // androidx.compose.animation.core/InfiniteRepeatableSpec.repeatMode.<get-repeatMode>|<get-repeatMode>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/KeyframesSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/KeyframesSpec|null[0]
+    constructor <init>(androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig<#A>) // androidx.compose.animation.core/KeyframesSpec.<init>|<init>(androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<1:0>){}[0]
+    final class <#A1: kotlin/Any?> KeyframeEntity : androidx.compose.animation.core/KeyframeBaseEntity<#A1> { // androidx.compose.animation.core/KeyframesSpec.KeyframeEntity|null[0]
+        final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/KeyframesSpec.KeyframeEntity.equals|equals(kotlin.Any?){}[0]
+        final fun hashCode(): kotlin/Int // androidx.compose.animation.core/KeyframesSpec.KeyframeEntity.hashCode|hashCode(){}[0]
+    }
+    final class <#A1: kotlin/Any?> KeyframesSpecConfig : androidx.compose.animation.core/KeyframesSpecBaseConfig<#A1, androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1>> { // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig|null[0]
+        constructor <init>() // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.<init>|<init>(){}[0]
+        final fun (#A1).at(kotlin/Int): androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1> // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.at|at@1:0(kotlin.Int){}[0]
+        final fun (#A1).atFraction(kotlin/Float): androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1> // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.atFraction|atFraction@1:0(kotlin.Float){}[0]
+        final fun (androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1>).with(androidx.compose.animation.core/Easing) // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.with|with@androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<1:0>(androidx.compose.animation.core.Easing){}[0]
+    }
+    final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedKeyframesSpec<#A1> // androidx.compose.animation.core/KeyframesSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    final val config // androidx.compose.animation.core/KeyframesSpec.config|{}config[0]
+        final fun <get-config>(): androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig<#A> // androidx.compose.animation.core/KeyframesSpec.config.<get-config>|<get-config>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/MutableTransitionState : androidx.compose.animation.core/TransitionState<#A> { // androidx.compose.animation.core/MutableTransitionState|null[0]
+    constructor <init>(#A) // androidx.compose.animation.core/MutableTransitionState.<init>|<init>(1:0){}[0]
+    final val isIdle // androidx.compose.animation.core/MutableTransitionState.isIdle|{}isIdle[0]
+        final fun <get-isIdle>(): kotlin/Boolean // androidx.compose.animation.core/MutableTransitionState.isIdle.<get-isIdle>|<get-isIdle>(){}[0]
+    final var currentState // androidx.compose.animation.core/MutableTransitionState.currentState|{}currentState[0]
+        final fun <get-currentState>(): #A // androidx.compose.animation.core/MutableTransitionState.currentState.<get-currentState>|<get-currentState>(){}[0]
+    final var targetState // androidx.compose.animation.core/MutableTransitionState.targetState|{}targetState[0]
+        final fun <get-targetState>(): #A // androidx.compose.animation.core/MutableTransitionState.targetState.<get-targetState>|<get-targetState>(){}[0]
+        final fun <set-targetState>(#A) // androidx.compose.animation.core/MutableTransitionState.targetState.<set-targetState>|<set-targetState>(1:0){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/RepeatableSpec : androidx.compose.animation.core/FiniteAnimationSpec<#A> { // androidx.compose.animation.core/RepeatableSpec|null[0]
+    constructor <init>(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =...) // androidx.compose.animation.core/RepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0]
+    constructor <init>(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =..., androidx.compose.animation.core/StartOffset =...) // androidx.compose.animation.core/RepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0]
+    final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A1> // androidx.compose.animation.core/RepeatableSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/RepeatableSpec.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/RepeatableSpec.hashCode|hashCode(){}[0]
+    final val animation // androidx.compose.animation.core/RepeatableSpec.animation|{}animation[0]
+        final fun <get-animation>(): androidx.compose.animation.core/DurationBasedAnimationSpec<#A> // androidx.compose.animation.core/RepeatableSpec.animation.<get-animation>|<get-animation>(){}[0]
+    final val initialStartOffset // androidx.compose.animation.core/RepeatableSpec.initialStartOffset|{}initialStartOffset[0]
+        final fun <get-initialStartOffset>(): androidx.compose.animation.core/StartOffset // androidx.compose.animation.core/RepeatableSpec.initialStartOffset.<get-initialStartOffset>|<get-initialStartOffset>(){}[0]
+    final val iterations // androidx.compose.animation.core/RepeatableSpec.iterations|{}iterations[0]
+        final fun <get-iterations>(): kotlin/Int // androidx.compose.animation.core/RepeatableSpec.iterations.<get-iterations>|<get-iterations>(){}[0]
+    final val repeatMode // androidx.compose.animation.core/RepeatableSpec.repeatMode|{}repeatMode[0]
+        final fun <get-repeatMode>(): androidx.compose.animation.core/RepeatMode // androidx.compose.animation.core/RepeatableSpec.repeatMode.<get-repeatMode>|<get-repeatMode>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/SeekableTransitionState : androidx.compose.animation.core/TransitionState<#A> { // androidx.compose.animation.core/SeekableTransitionState|null[0]
+    constructor <init>(#A) // androidx.compose.animation.core/SeekableTransitionState.<init>|<init>(1:0){}[0]
+    final suspend fun animateTo(#A =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =...) // androidx.compose.animation.core/SeekableTransitionState.animateTo|animateTo(1:0;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?){}[0]
+    final suspend fun seekTo(kotlin/Float, #A =...) // androidx.compose.animation.core/SeekableTransitionState.seekTo|seekTo(kotlin.Float;1:0){}[0]
+    final suspend fun snapTo(#A) // androidx.compose.animation.core/SeekableTransitionState.snapTo|snapTo(1:0){}[0]
+    final var currentState // androidx.compose.animation.core/SeekableTransitionState.currentState|{}currentState[0]
+        final fun <get-currentState>(): #A // androidx.compose.animation.core/SeekableTransitionState.currentState.<get-currentState>|<get-currentState>(){}[0]
+    final var fraction // androidx.compose.animation.core/SeekableTransitionState.fraction|{}fraction[0]
+        final fun <get-fraction>(): kotlin/Float // androidx.compose.animation.core/SeekableTransitionState.fraction.<get-fraction>|<get-fraction>(){}[0]
+    final var targetState // androidx.compose.animation.core/SeekableTransitionState.targetState|{}targetState[0]
+        final fun <get-targetState>(): #A // androidx.compose.animation.core/SeekableTransitionState.targetState.<get-targetState>|<get-targetState>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/SnapSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/SnapSpec|null[0]
+    constructor <init>(kotlin/Int =...) // androidx.compose.animation.core/SnapSpec.<init>|<init>(kotlin.Int){}[0]
+    final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A1> // androidx.compose.animation.core/SnapSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/SnapSpec.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/SnapSpec.hashCode|hashCode(){}[0]
+    final val delay // androidx.compose.animation.core/SnapSpec.delay|{}delay[0]
+        final fun <get-delay>(): kotlin/Int // androidx.compose.animation.core/SnapSpec.delay.<get-delay>|<get-delay>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/SpringSpec : androidx.compose.animation.core/FiniteAnimationSpec<#A> { // androidx.compose.animation.core/SpringSpec|null[0]
+    constructor <init>(kotlin/Float =..., kotlin/Float =..., #A? =...) // androidx.compose.animation.core/SpringSpec.<init>|<init>(kotlin.Float;kotlin.Float;1:0?){}[0]
+    final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedSpringSpec<#A1> // androidx.compose.animation.core/SpringSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/SpringSpec.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/SpringSpec.hashCode|hashCode(){}[0]
+    final val dampingRatio // androidx.compose.animation.core/SpringSpec.dampingRatio|{}dampingRatio[0]
+        final fun <get-dampingRatio>(): kotlin/Float // androidx.compose.animation.core/SpringSpec.dampingRatio.<get-dampingRatio>|<get-dampingRatio>(){}[0]
+    final val stiffness // androidx.compose.animation.core/SpringSpec.stiffness|{}stiffness[0]
+        final fun <get-stiffness>(): kotlin/Float // androidx.compose.animation.core/SpringSpec.stiffness.<get-stiffness>|<get-stiffness>(){}[0]
+    final val visibilityThreshold // androidx.compose.animation.core/SpringSpec.visibilityThreshold|{}visibilityThreshold[0]
+        final fun <get-visibilityThreshold>(): #A? // androidx.compose.animation.core/SpringSpec.visibilityThreshold.<get-visibilityThreshold>|<get-visibilityThreshold>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/Transition { // androidx.compose.animation.core/Transition|null[0]
+    abstract interface <#A1: kotlin/Any?> Segment { // androidx.compose.animation.core/Transition.Segment|null[0]
+        abstract val initialState // androidx.compose.animation.core/Transition.Segment.initialState|<get-initialState>(){}[0]
+            abstract fun <get-initialState>(): #A1 // androidx.compose.animation.core/Transition.Segment.initialState.<get-initialState>|<get-initialState>(){}[0]
+        abstract val targetState // androidx.compose.animation.core/Transition.Segment.targetState|<get-targetState>(){}[0]
+            abstract fun <get-targetState>(): #A1 // androidx.compose.animation.core/Transition.Segment.targetState.<get-targetState>|<get-targetState>(){}[0]
+        open fun (#A1).isTransitioningTo(#A1): kotlin/Boolean // androidx.compose.animation.core/Transition.Segment.isTransitioningTo|isTransitioningTo@1:0(1:0){}[0]
+    }
+    constructor <init>(androidx.compose.animation.core/MutableTransitionState<#A>, kotlin/String? =...) // androidx.compose.animation.core/Transition.<init>|<init>(androidx.compose.animation.core.MutableTransitionState<1:0>;kotlin.String?){}[0]
+    constructor <init>(androidx.compose.animation.core/TransitionState<#A>, kotlin/String? =...) // androidx.compose.animation.core/Transition.<init>|<init>(androidx.compose.animation.core.TransitionState<1:0>;kotlin.String?){}[0]
+    final fun setPlaytimeAfterInitialAndTargetStateEstablished(#A, #A, kotlin/Long) // androidx.compose.animation.core/Transition.setPlaytimeAfterInitialAndTargetStateEstablished|setPlaytimeAfterInitialAndTargetStateEstablished(1:0;1:0;kotlin.Long){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/Transition.toString|toString(){}[0]
+    final inner class <#A1: kotlin/Any?, #B1: androidx.compose.animation.core/AnimationVector> DeferredAnimation { // androidx.compose.animation.core/Transition.DeferredAnimation|null[0]
+        final fun animate(kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<#A1>>, kotlin/Function1<#A, #A1>): androidx.compose.runtime/State<#A1> // androidx.compose.animation.core/Transition.DeferredAnimation.animate|animate(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<2:0>,androidx.compose.animation.core.FiniteAnimationSpec<1:0>>;kotlin.Function1<2:0,1:0>){}[0]
+        final val label // androidx.compose.animation.core/Transition.DeferredAnimation.label|{}label[0]
+            final fun <get-label>(): kotlin/String // androidx.compose.animation.core/Transition.DeferredAnimation.label.<get-label>|<get-label>(){}[0]
+        final val typeConverter // androidx.compose.animation.core/Transition.DeferredAnimation.typeConverter|{}typeConverter[0]
+            final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A1, #B1> // androidx.compose.animation.core/Transition.DeferredAnimation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+    }
+    final inner class <#A1: kotlin/Any?, #B1: androidx.compose.animation.core/AnimationVector> TransitionAnimationState : androidx.compose.runtime/State<#A1> { // androidx.compose.animation.core/Transition.TransitionAnimationState|null[0]
+        final fun toString(): kotlin/String // androidx.compose.animation.core/Transition.TransitionAnimationState.toString|toString(){}[0]
+        final val label // androidx.compose.animation.core/Transition.TransitionAnimationState.label|{}label[0]
+            final fun <get-label>(): kotlin/String // androidx.compose.animation.core/Transition.TransitionAnimationState.label.<get-label>|<get-label>(){}[0]
+        final val typeConverter // androidx.compose.animation.core/Transition.TransitionAnimationState.typeConverter|{}typeConverter[0]
+            final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A1, #B1> // androidx.compose.animation.core/Transition.TransitionAnimationState.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+        final var animation // androidx.compose.animation.core/Transition.TransitionAnimationState.animation|{}animation[0]
+            final fun <get-animation>(): androidx.compose.animation.core/TargetBasedAnimation<#A1, #B1> // androidx.compose.animation.core/Transition.TransitionAnimationState.animation.<get-animation>|<get-animation>(){}[0]
+        final var animationSpec // androidx.compose.animation.core/Transition.TransitionAnimationState.animationSpec|{}animationSpec[0]
+            final fun <get-animationSpec>(): androidx.compose.animation.core/FiniteAnimationSpec<#A1> // androidx.compose.animation.core/Transition.TransitionAnimationState.animationSpec.<get-animationSpec>|<get-animationSpec>(){}[0]
+        final var value // androidx.compose.animation.core/Transition.TransitionAnimationState.value|{}value[0]
+            final fun <get-value>(): #A1 // androidx.compose.animation.core/Transition.TransitionAnimationState.value.<get-value>|<get-value>(){}[0]
+    }
+    final val animations // androidx.compose.animation.core/Transition.animations|{}animations[0]
+        final fun <get-animations>(): kotlin.collections/List<androidx.compose.animation.core/Transition.TransitionAnimationState<*, *, #A>> // androidx.compose.animation.core/Transition.animations.<get-animations>|<get-animations>(){}[0]
+    final val currentState // androidx.compose.animation.core/Transition.currentState|{}currentState[0]
+        final fun <get-currentState>(): #A // androidx.compose.animation.core/Transition.currentState.<get-currentState>|<get-currentState>(){}[0]
+    final val isRunning // androidx.compose.animation.core/Transition.isRunning|{}isRunning[0]
+        final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/Transition.isRunning.<get-isRunning>|<get-isRunning>(){}[0]
+    final val label // androidx.compose.animation.core/Transition.label|{}label[0]
+        final fun <get-label>(): kotlin/String? // androidx.compose.animation.core/Transition.label.<get-label>|<get-label>(){}[0]
+    final val parentTransition // androidx.compose.animation.core/Transition.parentTransition|{}parentTransition[0]
+        final fun <get-parentTransition>(): androidx.compose.animation.core/Transition<*>? // androidx.compose.animation.core/Transition.parentTransition.<get-parentTransition>|<get-parentTransition>(){}[0]
+    final val totalDurationNanos // androidx.compose.animation.core/Transition.totalDurationNanos|<get-totalDurationNanos>(){}[0]
+        final fun <get-totalDurationNanos>(): kotlin/Long // androidx.compose.animation.core/Transition.totalDurationNanos.<get-totalDurationNanos>|<get-totalDurationNanos>(){}[0]
+    final val transitions // androidx.compose.animation.core/Transition.transitions|{}transitions[0]
+        final fun <get-transitions>(): kotlin.collections/List<androidx.compose.animation.core/Transition<*>> // androidx.compose.animation.core/Transition.transitions.<get-transitions>|<get-transitions>(){}[0]
+    final var isSeeking // androidx.compose.animation.core/Transition.isSeeking|{}isSeeking[0]
+        final fun <get-isSeeking>(): kotlin/Boolean // androidx.compose.animation.core/Transition.isSeeking.<get-isSeeking>|<get-isSeeking>(){}[0]
+    final var playTimeNanos // androidx.compose.animation.core/Transition.playTimeNanos|<set-playTimeNanos>(kotlin.Long){}[0]
+        final fun <get-playTimeNanos>(): kotlin/Long // androidx.compose.animation.core/Transition.playTimeNanos.<get-playTimeNanos>|<get-playTimeNanos>(){}[0]
+        final fun <set-playTimeNanos>(kotlin/Long) // androidx.compose.animation.core/Transition.playTimeNanos.<set-playTimeNanos>|<set-playTimeNanos>(kotlin.Long){}[0]
+    final var segment // androidx.compose.animation.core/Transition.segment|{}segment[0]
+        final fun <get-segment>(): androidx.compose.animation.core/Transition.Segment<#A> // androidx.compose.animation.core/Transition.segment.<get-segment>|<get-segment>(){}[0]
+    final var targetState // androidx.compose.animation.core/Transition.targetState|{}targetState[0]
+        final fun <get-targetState>(): #A // androidx.compose.animation.core/Transition.targetState.<get-targetState>|<get-targetState>(){}[0]
+}
+final class <#A: kotlin/Any?> androidx.compose.animation.core/TweenSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/TweenSpec|null[0]
+    constructor <init>(kotlin/Int =..., kotlin/Int =..., androidx.compose.animation.core/Easing =...) // androidx.compose.animation.core/TweenSpec.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){}[0]
+    final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedTweenSpec<#A1> // androidx.compose.animation.core/TweenSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/TweenSpec.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/TweenSpec.hashCode|hashCode(){}[0]
+    final val delay // androidx.compose.animation.core/TweenSpec.delay|{}delay[0]
+        final fun <get-delay>(): kotlin/Int // androidx.compose.animation.core/TweenSpec.delay.<get-delay>|<get-delay>(){}[0]
+    final val durationMillis // androidx.compose.animation.core/TweenSpec.durationMillis|{}durationMillis[0]
+        final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/TweenSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0]
+    final val easing // androidx.compose.animation.core/TweenSpec.easing|{}easing[0]
+        final fun <get-easing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/TweenSpec.easing.<get-easing>|<get-easing>(){}[0]
+}
+final class androidx.compose.animation.core/AnimationVector1D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector1D|null[0]
+    constructor <init>(kotlin/Float) // androidx.compose.animation.core/AnimationVector1D.<init>|<init>(kotlin.Float){}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector1D.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector1D.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector1D.toString|toString(){}[0]
+    final var value // androidx.compose.animation.core/AnimationVector1D.value|{}value[0]
+        final fun <get-value>(): kotlin/Float // androidx.compose.animation.core/AnimationVector1D.value.<get-value>|<get-value>(){}[0]
+}
+final class androidx.compose.animation.core/AnimationVector2D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector2D|null[0]
+    constructor <init>(kotlin/Float, kotlin/Float) // androidx.compose.animation.core/AnimationVector2D.<init>|<init>(kotlin.Float;kotlin.Float){}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector2D.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector2D.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector2D.toString|toString(){}[0]
+    final var v1 // androidx.compose.animation.core/AnimationVector2D.v1|{}v1[0]
+        final fun <get-v1>(): kotlin/Float // androidx.compose.animation.core/AnimationVector2D.v1.<get-v1>|<get-v1>(){}[0]
+    final var v2 // androidx.compose.animation.core/AnimationVector2D.v2|{}v2[0]
+        final fun <get-v2>(): kotlin/Float // androidx.compose.animation.core/AnimationVector2D.v2.<get-v2>|<get-v2>(){}[0]
+}
+final class androidx.compose.animation.core/AnimationVector3D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector3D|null[0]
+    constructor <init>(kotlin/Float, kotlin/Float, kotlin/Float) // androidx.compose.animation.core/AnimationVector3D.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector3D.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector3D.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector3D.toString|toString(){}[0]
+    final var v1 // androidx.compose.animation.core/AnimationVector3D.v1|{}v1[0]
+        final fun <get-v1>(): kotlin/Float // androidx.compose.animation.core/AnimationVector3D.v1.<get-v1>|<get-v1>(){}[0]
+    final var v2 // androidx.compose.animation.core/AnimationVector3D.v2|{}v2[0]
+        final fun <get-v2>(): kotlin/Float // androidx.compose.animation.core/AnimationVector3D.v2.<get-v2>|<get-v2>(){}[0]
+    final var v3 // androidx.compose.animation.core/AnimationVector3D.v3|{}v3[0]
+        final fun <get-v3>(): kotlin/Float // androidx.compose.animation.core/AnimationVector3D.v3.<get-v3>|<get-v3>(){}[0]
+}
+final class androidx.compose.animation.core/AnimationVector4D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector4D|null[0]
+    constructor <init>(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float) // androidx.compose.animation.core/AnimationVector4D.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector4D.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector4D.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector4D.toString|toString(){}[0]
+    final var v1 // androidx.compose.animation.core/AnimationVector4D.v1|{}v1[0]
+        final fun <get-v1>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v1.<get-v1>|<get-v1>(){}[0]
+    final var v2 // androidx.compose.animation.core/AnimationVector4D.v2|{}v2[0]
+        final fun <get-v2>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v2.<get-v2>|<get-v2>(){}[0]
+    final var v3 // androidx.compose.animation.core/AnimationVector4D.v3|{}v3[0]
+        final fun <get-v3>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v3.<get-v3>|<get-v3>(){}[0]
+    final var v4 // androidx.compose.animation.core/AnimationVector4D.v4|{}v4[0]
+        final fun <get-v4>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v4.<get-v4>|<get-v4>(){}[0]
+}
+final class androidx.compose.animation.core/CubicBezierEasing : androidx.compose.animation.core/Easing { // androidx.compose.animation.core/CubicBezierEasing|null[0]
+    constructor <init>(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float) // androidx.compose.animation.core/CubicBezierEasing.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/CubicBezierEasing.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/CubicBezierEasing.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/CubicBezierEasing.toString|toString(){}[0]
+    final fun transform(kotlin/Float): kotlin/Float // androidx.compose.animation.core/CubicBezierEasing.transform|transform(kotlin.Float){}[0]
+}
+final class androidx.compose.animation.core/FloatExponentialDecaySpec : androidx.compose.animation.core/FloatDecayAnimationSpec { // androidx.compose.animation.core/FloatExponentialDecaySpec|null[0]
+    constructor <init>(kotlin/Float =..., kotlin/Float =...) // androidx.compose.animation.core/FloatExponentialDecaySpec.<init>|<init>(kotlin.Float;kotlin.Float){}[0]
+    final fun getDurationNanos(kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatExponentialDecaySpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float){}[0]
+    final fun getTargetValue(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.getTargetValue|getTargetValue(kotlin.Float;kotlin.Float){}[0]
+    final fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0]
+    final val absVelocityThreshold // androidx.compose.animation.core/FloatExponentialDecaySpec.absVelocityThreshold|{}absVelocityThreshold[0]
+        final fun <get-absVelocityThreshold>(): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.absVelocityThreshold.<get-absVelocityThreshold>|<get-absVelocityThreshold>(){}[0]
+}
+final class androidx.compose.animation.core/FloatSpringSpec : androidx.compose.animation.core/FloatAnimationSpec { // androidx.compose.animation.core/FloatSpringSpec|null[0]
+    constructor <init>(kotlin/Float =..., kotlin/Float =..., kotlin/Float =...) // androidx.compose.animation.core/FloatSpringSpec.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun getDurationNanos(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatSpringSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun getEndVelocity(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.getEndVelocity|getEndVelocity(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final val dampingRatio // androidx.compose.animation.core/FloatSpringSpec.dampingRatio|{}dampingRatio[0]
+        final fun <get-dampingRatio>(): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.dampingRatio.<get-dampingRatio>|<get-dampingRatio>(){}[0]
+    final val stiffness // androidx.compose.animation.core/FloatSpringSpec.stiffness|{}stiffness[0]
+        final fun <get-stiffness>(): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.stiffness.<get-stiffness>|<get-stiffness>(){}[0]
+}
+final class androidx.compose.animation.core/FloatTweenSpec : androidx.compose.animation.core/FloatAnimationSpec { // androidx.compose.animation.core/FloatTweenSpec|null[0]
+    constructor <init>(kotlin/Int =..., kotlin/Int =..., androidx.compose.animation.core/Easing =...) // androidx.compose.animation.core/FloatTweenSpec.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){}[0]
+    final fun getDurationNanos(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatTweenSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatTweenSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatTweenSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+    final val delay // androidx.compose.animation.core/FloatTweenSpec.delay|{}delay[0]
+        final fun <get-delay>(): kotlin/Int // androidx.compose.animation.core/FloatTweenSpec.delay.<get-delay>|<get-delay>(){}[0]
+    final val duration // androidx.compose.animation.core/FloatTweenSpec.duration|{}duration[0]
+        final fun <get-duration>(): kotlin/Int // androidx.compose.animation.core/FloatTweenSpec.duration.<get-duration>|<get-duration>(){}[0]
+}
+final class androidx.compose.animation.core/InfiniteTransition { // androidx.compose.animation.core/InfiniteTransition|null[0]
+    final inner class <#A1: kotlin/Any?, #B1: androidx.compose.animation.core/AnimationVector> TransitionAnimationState : androidx.compose.runtime/State<#A1> { // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState|null[0]
+        final val label // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.label|{}label[0]
+            final fun <get-label>(): kotlin/String // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.label.<get-label>|<get-label>(){}[0]
+        final val typeConverter // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.typeConverter|{}typeConverter[0]
+            final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A1, #B1> // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0]
+        final var animation // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animation|{}animation[0]
+            final fun <get-animation>(): androidx.compose.animation.core/TargetBasedAnimation<#A1, #B1> // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animation.<get-animation>|<get-animation>(){}[0]
+        final var animationSpec // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animationSpec|{}animationSpec[0]
+            final fun <get-animationSpec>(): androidx.compose.animation.core/AnimationSpec<#A1> // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animationSpec.<get-animationSpec>|<get-animationSpec>(){}[0]
+        final var value // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.value|{}value[0]
+            final fun <get-value>(): #A1 // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.value.<get-value>|<get-value>(){}[0]
+    }
+    final val animations // androidx.compose.animation.core/InfiniteTransition.animations|{}animations[0]
+        final fun <get-animations>(): kotlin.collections/List<androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState<*, *>> // androidx.compose.animation.core/InfiniteTransition.animations.<get-animations>|<get-animations>(){}[0]
+    final val label // androidx.compose.animation.core/InfiniteTransition.label|{}label[0]
+        final fun <get-label>(): kotlin/String // androidx.compose.animation.core/InfiniteTransition.label.<get-label>|<get-label>(){}[0]
+}
+final class androidx.compose.animation.core/PathEasing : androidx.compose.animation.core/Easing { // androidx.compose.animation.core/PathEasing|null[0]
+    constructor <init>(androidx.compose.ui.graphics/Path) // androidx.compose.animation.core/PathEasing.<init>|<init>(androidx.compose.ui.graphics.Path){}[0]
+    final fun transform(kotlin/Float): kotlin/Float // androidx.compose.animation.core/PathEasing.transform|transform(kotlin.Float){}[0]
+}
+final enum class androidx.compose.animation.core/AnimationEndReason : kotlin/Enum<androidx.compose.animation.core/AnimationEndReason> { // androidx.compose.animation.core/AnimationEndReason|null[0]
+    enum entry BoundReached // androidx.compose.animation.core/AnimationEndReason.BoundReached|null[0]
+    enum entry Finished // androidx.compose.animation.core/AnimationEndReason.Finished|null[0]
+    final fun valueOf(kotlin/String): androidx.compose.animation.core/AnimationEndReason // androidx.compose.animation.core/AnimationEndReason.valueOf|valueOf#static(kotlin.String){}[0]
+    final fun values(): kotlin/Array<androidx.compose.animation.core/AnimationEndReason> // androidx.compose.animation.core/AnimationEndReason.values|values#static(){}[0]
+}
+final enum class androidx.compose.animation.core/RepeatMode : kotlin/Enum<androidx.compose.animation.core/RepeatMode> { // androidx.compose.animation.core/RepeatMode|null[0]
+    enum entry Restart // androidx.compose.animation.core/RepeatMode.Restart|null[0]
+    enum entry Reverse // androidx.compose.animation.core/RepeatMode.Reverse|null[0]
+    final fun valueOf(kotlin/String): androidx.compose.animation.core/RepeatMode // androidx.compose.animation.core/RepeatMode.valueOf|valueOf#static(kotlin.String){}[0]
+    final fun values(): kotlin/Array<androidx.compose.animation.core/RepeatMode> // androidx.compose.animation.core/RepeatMode.values|values#static(){}[0]
+}
+final fun (androidx.compose.animation.core/AnimationState<kotlin/Float, androidx.compose.animation.core/AnimationVector1D>).androidx.compose.animation.core/copy(kotlin/Float =..., kotlin/Float =..., kotlin/Long =..., kotlin/Long =..., kotlin/Boolean =...): androidx.compose.animation.core/AnimationState<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/copy|[email protected]<kotlin.Float,androidx.compose.animation.core.AnimationVector1D>(kotlin.Float;kotlin.Float;kotlin.Long;kotlin.Long;kotlin.Boolean){}[0]
+final fun (androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>).androidx.compose.animation.core/calculateTargetValue(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/calculateTargetValue|calculateTargetValue@androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>(kotlin.Float;kotlin.Float){}[0]
+final fun (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateFloat(kotlin/Float, kotlin/Float, androidx.compose.animation.core/InfiniteRepeatableSpec<kotlin/Float>): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloat|[email protected](kotlin.Float;kotlin.Float;androidx.compose.animation.core.InfiniteRepeatableSpec<kotlin.Float>){}[0]
+final fun (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateFloat(kotlin/Float, kotlin/Float, androidx.compose.animation.core/InfiniteRepeatableSpec<kotlin/Float>, kotlin/String =...): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloat|[email protected](kotlin.Float;kotlin.Float;androidx.compose.animation.core.InfiniteRepeatableSpec<kotlin.Float>;kotlin.String){}[0]
+final fun <#A: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/VectorizedAnimationSpec<#A>).androidx.compose.animation.core/createAnimation(#A, #A, #A): androidx.compose.animation.core/TargetBasedAnimation<#A, #A> // androidx.compose.animation.core/createAnimation|createAnimation@androidx.compose.animation.core.VectorizedAnimationSpec<0:0>(0:0;0:0;0:0){0§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Animation<#A, #B>).androidx.compose.animation.core/getVelocityFromNanos(kotlin/Long): #A // androidx.compose.animation.core/getVelocityFromNanos|[email protected]<0:0,0:1>(kotlin.Long){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/AnimationState<#A, #B>).androidx.compose.animation.core/copy(#A =..., #B? =..., kotlin/Long =..., kotlin/Long =..., kotlin/Boolean =...): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/copy|[email protected]<0:0,0:1>(0:0;0:1?;kotlin.Long;kotlin.Long;kotlin.Boolean){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/DecayAnimationSpec<#A>).androidx.compose.animation.core/calculateTargetValue(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A): #A // androidx.compose.animation.core/calculateTargetValue|calculateTargetValue@androidx.compose.animation.core.DecayAnimationSpec<0:0>(androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateValue(#A, #A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/InfiniteRepeatableSpec<#A>): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValue|[email protected](0:0;0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.InfiniteRepeatableSpec<0:0>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateValue(#A, #A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/InfiniteRepeatableSpec<#A>, kotlin/String =...): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValue|[email protected](0:0;0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.InfiniteRepeatableSpec<0:0>;kotlin.String){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/TwoWayConverter<#A, #B>).androidx.compose.animation.core/createZeroVectorFrom(#A): #B // androidx.compose.animation.core/createZeroVectorFrom|createZeroVectorFrom@androidx.compose.animation.core.TwoWayConverter<0:0,0:1>(0:0){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationState(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, kotlin/Long =..., kotlin/Long =..., kotlin/Boolean =...): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/AnimationState|AnimationState(androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0;kotlin.Long;kotlin.Long;kotlin.Boolean){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TargetBasedAnimation(androidx.compose.animation.core/AnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, #A): androidx.compose.animation.core/TargetBasedAnimation<#A, #B> // androidx.compose.animation.core/TargetBasedAnimation|TargetBasedAnimation(androidx.compose.animation.core.AnimationSpec<0:0>;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0;0:0){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TwoWayConverter(kotlin/Function1<#A, #B>, kotlin/Function1<#B, #A>): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/TwoWayConverter|TwoWayConverter(kotlin.Function1<0:0,0:1>;kotlin.Function1<0:1,0:0>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/animateValueAsState(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/AnimationSpec<#A> =..., #A? =..., kotlin/Function1<#A, kotlin/Unit>? =...): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValueAsState|animateValueAsState(0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.AnimationSpec<0:0>;0:0?;kotlin.Function1<0:0,kotlin.Unit>?){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/animateValueAsState(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/AnimationSpec<#A> =..., #A? =..., kotlin/String =..., kotlin/Function1<#A, kotlin/Unit>? =...): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValueAsState|animateValueAsState(0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.AnimationSpec<0:0>;0:0?;kotlin.String;kotlin.Function1<0:0,kotlin.Unit>?){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/createDeferredAnimation(androidx.compose.animation.core/TwoWayConverter<#B, #C>, kotlin/String =...): androidx.compose.animation.core/Transition.DeferredAnimation<#B, #C, #A> // androidx.compose.animation.core/createDeferredAnimation|createDeferredAnimation@androidx.compose.animation.core.Transition<0:0>(androidx.compose.animation.core.TwoWayConverter<0:1,0:2>;kotlin.String){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/createTransitionAnimation(#B, #B, androidx.compose.animation.core/FiniteAnimationSpec<#B>, androidx.compose.animation.core/TwoWayConverter<#B, #C>, kotlin/String): androidx.compose.runtime/State<#B> // androidx.compose.animation.core/createTransitionAnimation|createTransitionAnimation@androidx.compose.animation.core.Transition<0:0>(0:1;0:1;androidx.compose.animation.core.FiniteAnimationSpec<0:1>;androidx.compose.animation.core.TwoWayConverter<0:1,0:2>;kotlin.String){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<androidx.compose.animation.core.AnimationVector>}[0]
+final fun <#A: kotlin/Any?, #B: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/createChildTransitionInternal(#B, #B, kotlin/String): androidx.compose.animation.core/Transition<#B> // androidx.compose.animation.core/createChildTransitionInternal|createChildTransitionInternal@androidx.compose.animation.core.Transition<0:0>(0:1;0:1;kotlin.String){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> (androidx.compose.animation.core/FloatDecayAnimationSpec).androidx.compose.animation.core/generateDecayAnimationSpec(): androidx.compose.animation.core/DecayAnimationSpec<#A> // androidx.compose.animation.core/generateDecayAnimationSpec|generateDecayAnimationSpec@androidx.compose.animation.core.FloatDecayAnimationSpec(){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/exponentialDecay(kotlin/Float =..., kotlin/Float =...): androidx.compose.animation.core/DecayAnimationSpec<#A> // androidx.compose.animation.core/exponentialDecay|exponentialDecay(kotlin.Float;kotlin.Float){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/infiniteRepeatable(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =...): androidx.compose.animation.core/InfiniteRepeatableSpec<#A> // androidx.compose.animation.core/infiniteRepeatable|infiniteRepeatable(androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/infiniteRepeatable(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =..., androidx.compose.animation.core/StartOffset =...): androidx.compose.animation.core/InfiniteRepeatableSpec<#A> // androidx.compose.animation.core/infiniteRepeatable|infiniteRepeatable(androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/keyframes(kotlin/Function1<androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig<#A>, kotlin/Unit>): androidx.compose.animation.core/KeyframesSpec<#A> // androidx.compose.animation.core/keyframes|keyframes(kotlin.Function1<androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<0:0>,kotlin.Unit>){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/rememberTransition(androidx.compose.animation.core/TransitionState<#A>, kotlin/String? =...): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/rememberTransition|rememberTransition(androidx.compose.animation.core.TransitionState<0:0>;kotlin.String?){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/repeatable(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =...): androidx.compose.animation.core/RepeatableSpec<#A> // androidx.compose.animation.core/repeatable|repeatable(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/repeatable(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode =..., androidx.compose.animation.core/StartOffset =...): androidx.compose.animation.core/RepeatableSpec<#A> // androidx.compose.animation.core/repeatable|repeatable(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/snap(kotlin/Int =...): androidx.compose.animation.core/SnapSpec<#A> // androidx.compose.animation.core/snap|snap(kotlin.Int){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/spring(kotlin/Float =..., kotlin/Float =..., #A? =...): androidx.compose.animation.core/SpringSpec<#A> // androidx.compose.animation.core/spring|spring(kotlin.Float;kotlin.Float;0:0?){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/tween(kotlin/Int =..., kotlin/Int =..., androidx.compose.animation.core/Easing =...): androidx.compose.animation.core/TweenSpec<#A> // androidx.compose.animation.core/tween|tween(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/updateTransition(#A, kotlin/String? =...): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/updateTransition|updateTransition(0:0;kotlin.String?){0§<kotlin.Any?>}[0]
+final fun <#A: kotlin/Any?> androidx.compose.animation.core/updateTransition(androidx.compose.animation.core/MutableTransitionState<#A>, kotlin/String? =...): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/updateTransition|updateTransition(androidx.compose.animation.core.MutableTransitionState<0:0>;kotlin.String?){0§<kotlin.Any?>}[0]
+final fun androidx.compose.animation.core/Animatable(kotlin/Float, kotlin/Float =...): androidx.compose.animation.core/Animatable<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/Animatable|Animatable(kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.animation.core/AnimationState(kotlin/Float, kotlin/Float =..., kotlin/Long =..., kotlin/Long =..., kotlin/Boolean =...): androidx.compose.animation.core/AnimationState<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/AnimationState|AnimationState(kotlin.Float;kotlin.Float;kotlin.Long;kotlin.Long;kotlin.Boolean){}[0]
+final fun androidx.compose.animation.core/AnimationVector(kotlin/Float): androidx.compose.animation.core/AnimationVector1D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float){}[0]
+final fun androidx.compose.animation.core/AnimationVector(kotlin/Float, kotlin/Float): androidx.compose.animation.core/AnimationVector2D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.animation.core/AnimationVector(kotlin/Float, kotlin/Float, kotlin/Float): androidx.compose.animation.core/AnimationVector3D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.animation.core/AnimationVector(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float): androidx.compose.animation.core/AnimationVector4D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.animation.core/DecayAnimation(androidx.compose.animation.core/FloatDecayAnimationSpec, kotlin/Float, kotlin/Float =...): androidx.compose.animation.core/DecayAnimation<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/DecayAnimation|DecayAnimation(androidx.compose.animation.core.FloatDecayAnimationSpec;kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.animation.core/animateDpAsState(androidx.compose.ui.unit/Dp, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/Dp> =..., kotlin/Function1<androidx.compose.ui.unit/Dp, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.unit/Dp> // androidx.compose.animation.core/animateDpAsState|animateDpAsState(androidx.compose.ui.unit.Dp;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.Dp>;kotlin.Function1<androidx.compose.ui.unit.Dp,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateDpAsState(androidx.compose.ui.unit/Dp, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/Dp> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.unit/Dp, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.unit/Dp> // androidx.compose.animation.core/animateDpAsState|animateDpAsState(androidx.compose.ui.unit.Dp;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.Dp>;kotlin.String;kotlin.Function1<androidx.compose.ui.unit.Dp,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateFloatAsState(kotlin/Float, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Float =..., kotlin/Function1<kotlin/Float, kotlin/Unit>? =...): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloatAsState|animateFloatAsState(kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Float;kotlin.Function1<kotlin.Float,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateFloatAsState(kotlin/Float, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Float =..., kotlin/String =..., kotlin/Function1<kotlin/Float, kotlin/Unit>? =...): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloatAsState|animateFloatAsState(kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Float;kotlin.String;kotlin.Function1<kotlin.Float,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateIntAsState(kotlin/Int, androidx.compose.animation.core/AnimationSpec<kotlin/Int> =..., kotlin/Function1<kotlin/Int, kotlin/Unit>? =...): androidx.compose.runtime/State<kotlin/Int> // androidx.compose.animation.core/animateIntAsState|animateIntAsState(kotlin.Int;androidx.compose.animation.core.AnimationSpec<kotlin.Int>;kotlin.Function1<kotlin.Int,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateIntAsState(kotlin/Int, androidx.compose.animation.core/AnimationSpec<kotlin/Int> =..., kotlin/String =..., kotlin/Function1<kotlin/Int, kotlin/Unit>? =...): androidx.compose.runtime/State<kotlin/Int> // androidx.compose.animation.core/animateIntAsState|animateIntAsState(kotlin.Int;androidx.compose.animation.core.AnimationSpec<kotlin.Int>;kotlin.String;kotlin.Function1<kotlin.Int,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateIntOffsetAsState(androidx.compose.ui.unit/IntOffset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntOffset> =..., kotlin/Function1<androidx.compose.ui.unit/IntOffset, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntOffset> // androidx.compose.animation.core/animateIntOffsetAsState|animateIntOffsetAsState(androidx.compose.ui.unit.IntOffset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset>;kotlin.Function1<androidx.compose.ui.unit.IntOffset,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateIntOffsetAsState(androidx.compose.ui.unit/IntOffset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntOffset> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.unit/IntOffset, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntOffset> // androidx.compose.animation.core/animateIntOffsetAsState|animateIntOffsetAsState(androidx.compose.ui.unit.IntOffset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset>;kotlin.String;kotlin.Function1<androidx.compose.ui.unit.IntOffset,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateIntSizeAsState(androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntSize> =..., kotlin/Function1<androidx.compose.ui.unit/IntSize, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntSize> // androidx.compose.animation.core/animateIntSizeAsState|animateIntSizeAsState(androidx.compose.ui.unit.IntSize;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize>;kotlin.Function1<androidx.compose.ui.unit.IntSize,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateIntSizeAsState(androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntSize> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.unit/IntSize, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntSize> // androidx.compose.animation.core/animateIntSizeAsState|animateIntSizeAsState(androidx.compose.ui.unit.IntSize;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize>;kotlin.String;kotlin.Function1<androidx.compose.ui.unit.IntSize,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateOffsetAsState(androidx.compose.ui.geometry/Offset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Offset> =..., kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Offset> // androidx.compose.animation.core/animateOffsetAsState|animateOffsetAsState(androidx.compose.ui.geometry.Offset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Offset>;kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateOffsetAsState(androidx.compose.ui.geometry/Offset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Offset> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Offset> // androidx.compose.animation.core/animateOffsetAsState|animateOffsetAsState(androidx.compose.ui.geometry.Offset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Offset>;kotlin.String;kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateRectAsState(androidx.compose.ui.geometry/Rect, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Rect> =..., kotlin/Function1<androidx.compose.ui.geometry/Rect, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Rect> // androidx.compose.animation.core/animateRectAsState|animateRectAsState(androidx.compose.ui.geometry.Rect;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Rect>;kotlin.Function1<androidx.compose.ui.geometry.Rect,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateRectAsState(androidx.compose.ui.geometry/Rect, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Rect> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.geometry/Rect, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Rect> // androidx.compose.animation.core/animateRectAsState|animateRectAsState(androidx.compose.ui.geometry.Rect;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Rect>;kotlin.String;kotlin.Function1<androidx.compose.ui.geometry.Rect,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateSizeAsState(androidx.compose.ui.geometry/Size, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Size> =..., kotlin/Function1<androidx.compose.ui.geometry/Size, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Size> // androidx.compose.animation.core/animateSizeAsState|animateSizeAsState(androidx.compose.ui.geometry.Size;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Size>;kotlin.Function1<androidx.compose.ui.geometry.Size,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/animateSizeAsState(androidx.compose.ui.geometry/Size, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Size> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.geometry/Size, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Size> // androidx.compose.animation.core/animateSizeAsState|animateSizeAsState(androidx.compose.ui.geometry.Size;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Size>;kotlin.String;kotlin.Function1<androidx.compose.ui.geometry.Size,kotlin.Unit>?){}[0]
+final fun androidx.compose.animation.core/estimateAnimationDurationMillis(kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double): kotlin/Long // androidx.compose.animation.core/estimateAnimationDurationMillis|estimateAnimationDurationMillis(kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double){}[0]
+final fun androidx.compose.animation.core/estimateAnimationDurationMillis(kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double): kotlin/Long // androidx.compose.animation.core/estimateAnimationDurationMillis|estimateAnimationDurationMillis(kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double){}[0]
+final fun androidx.compose.animation.core/estimateAnimationDurationMillis(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/estimateAnimationDurationMillis|estimateAnimationDurationMillis(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.animation.core/rememberInfiniteTransition(): androidx.compose.animation.core/InfiniteTransition // androidx.compose.animation.core/rememberInfiniteTransition|rememberInfiniteTransition(){}[0]
+final fun androidx.compose.animation.core/rememberInfiniteTransition(kotlin/String =...): androidx.compose.animation.core/InfiniteTransition // androidx.compose.animation.core/rememberInfiniteTransition|rememberInfiniteTransition(kotlin.String){}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateValue(androidx.compose.animation.core/TwoWayConverter<#B, #C>, noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<#B>> =..., kotlin/String =..., kotlin/Function1<#A, #B>): androidx.compose.runtime/State<#B> // androidx.compose.animation.core/animateValue|[email protected]<0:0>(androidx.compose.animation.core.TwoWayConverter<0:1,0:2>;kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<0:1>>;kotlin.String;kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<androidx.compose.animation.core.AnimationVector>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateDp(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Dp>> =..., kotlin/String =..., kotlin/Function1<#A, androidx.compose.ui.unit/Dp>): androidx.compose.runtime/State<androidx.compose.ui.unit/Dp> // androidx.compose.animation.core/animateDp|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.Dp>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.unit.Dp>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateFloat(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>> =..., kotlin/String =..., kotlin/Function1<#A, kotlin/Float>): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloat|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>>;kotlin.String;kotlin.Function1<0:0,kotlin.Float>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateInt(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Int>> =..., kotlin/String =..., kotlin/Function1<#A, kotlin/Int>): androidx.compose.runtime/State<kotlin/Int> // androidx.compose.animation.core/animateInt|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Int>>;kotlin.String;kotlin.Function1<0:0,kotlin.Int>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateIntOffset(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset>> =..., kotlin/String =..., kotlin/Function1<#A, androidx.compose.ui.unit/IntOffset>): androidx.compose.runtime/State<androidx.compose.ui.unit/IntOffset> // androidx.compose.animation.core/animateIntOffset|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.unit.IntOffset>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateIntSize(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntSize>> =..., kotlin/String =..., kotlin/Function1<#A, androidx.compose.ui.unit/IntSize>): androidx.compose.runtime/State<androidx.compose.ui.unit/IntSize> // androidx.compose.animation.core/animateIntSize|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntSize>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.unit.IntSize>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateOffset(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Offset>> =..., kotlin/String =..., kotlin/Function1<#A, androidx.compose.ui.geometry/Offset>): androidx.compose.runtime/State<androidx.compose.ui.geometry/Offset> // androidx.compose.animation.core/animateOffset|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.geometry.Offset>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.geometry.Offset>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateRect(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Rect>> =..., kotlin/String =..., kotlin/Function1<#A, androidx.compose.ui.geometry/Rect>): androidx.compose.runtime/State<androidx.compose.ui.geometry/Rect> // androidx.compose.animation.core/animateRect|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.geometry.Rect>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.geometry.Rect>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateSize(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Size>> =..., kotlin/String =..., kotlin/Function1<#A, androidx.compose.ui.geometry/Size>): androidx.compose.runtime/State<androidx.compose.ui.geometry/Size> // androidx.compose.animation.core/animateSize|[email protected]<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.geometry.Size>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.geometry.Size>){0§<kotlin.Any?>}[0]
+final object androidx.compose.animation.core/AnimationConstants { // androidx.compose.animation.core/AnimationConstants|null[0]
+    final const val DefaultDurationMillis // androidx.compose.animation.core/AnimationConstants.DefaultDurationMillis|{}DefaultDurationMillis[0]
+        final fun <get-DefaultDurationMillis>(): kotlin/Int // androidx.compose.animation.core/AnimationConstants.DefaultDurationMillis.<get-DefaultDurationMillis>|<get-DefaultDurationMillis>(){}[0]
+    final const val UnspecifiedTime // androidx.compose.animation.core/AnimationConstants.UnspecifiedTime|{}UnspecifiedTime[0]
+        final fun <get-UnspecifiedTime>(): kotlin/Long // androidx.compose.animation.core/AnimationConstants.UnspecifiedTime.<get-UnspecifiedTime>|<get-UnspecifiedTime>(){}[0]
+}
+final object androidx.compose.animation.core/Spring { // androidx.compose.animation.core/Spring|null[0]
+    final const val DampingRatioHighBouncy // androidx.compose.animation.core/Spring.DampingRatioHighBouncy|{}DampingRatioHighBouncy[0]
+        final fun <get-DampingRatioHighBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioHighBouncy.<get-DampingRatioHighBouncy>|<get-DampingRatioHighBouncy>(){}[0]
+    final const val DampingRatioLowBouncy // androidx.compose.animation.core/Spring.DampingRatioLowBouncy|{}DampingRatioLowBouncy[0]
+        final fun <get-DampingRatioLowBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioLowBouncy.<get-DampingRatioLowBouncy>|<get-DampingRatioLowBouncy>(){}[0]
+    final const val DampingRatioMediumBouncy // androidx.compose.animation.core/Spring.DampingRatioMediumBouncy|{}DampingRatioMediumBouncy[0]
+        final fun <get-DampingRatioMediumBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioMediumBouncy.<get-DampingRatioMediumBouncy>|<get-DampingRatioMediumBouncy>(){}[0]
+    final const val DampingRatioNoBouncy // androidx.compose.animation.core/Spring.DampingRatioNoBouncy|{}DampingRatioNoBouncy[0]
+        final fun <get-DampingRatioNoBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioNoBouncy.<get-DampingRatioNoBouncy>|<get-DampingRatioNoBouncy>(){}[0]
+    final const val DefaultDisplacementThreshold // androidx.compose.animation.core/Spring.DefaultDisplacementThreshold|{}DefaultDisplacementThreshold[0]
+        final fun <get-DefaultDisplacementThreshold>(): kotlin/Float // androidx.compose.animation.core/Spring.DefaultDisplacementThreshold.<get-DefaultDisplacementThreshold>|<get-DefaultDisplacementThreshold>(){}[0]
+    final const val StiffnessHigh // androidx.compose.animation.core/Spring.StiffnessHigh|{}StiffnessHigh[0]
+        final fun <get-StiffnessHigh>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessHigh.<get-StiffnessHigh>|<get-StiffnessHigh>(){}[0]
+    final const val StiffnessLow // androidx.compose.animation.core/Spring.StiffnessLow|{}StiffnessLow[0]
+        final fun <get-StiffnessLow>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessLow.<get-StiffnessLow>|<get-StiffnessLow>(){}[0]
+    final const val StiffnessMedium // androidx.compose.animation.core/Spring.StiffnessMedium|{}StiffnessMedium[0]
+        final fun <get-StiffnessMedium>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessMedium.<get-StiffnessMedium>|<get-StiffnessMedium>(){}[0]
+    final const val StiffnessMediumLow // androidx.compose.animation.core/Spring.StiffnessMediumLow|{}StiffnessMediumLow[0]
+        final fun <get-StiffnessMediumLow>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessMediumLow.<get-StiffnessMediumLow>|<get-StiffnessMediumLow>(){}[0]
+    final const val StiffnessVeryLow // androidx.compose.animation.core/Spring.StiffnessVeryLow|{}StiffnessVeryLow[0]
+        final fun <get-StiffnessVeryLow>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessVeryLow.<get-StiffnessVeryLow>|<get-StiffnessVeryLow>(){}[0]
+}
+final suspend fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/AnimationState<#A, #B>).androidx.compose.animation.core/animateDecay(androidx.compose.animation.core/DecayAnimationSpec<#A>, kotlin/Boolean =..., kotlin/Function1<androidx.compose.animation.core/AnimationScope<#A, #B>, kotlin/Unit> =...) // androidx.compose.animation.core/animateDecay|[email protected]<0:0,0:1>(androidx.compose.animation.core.DecayAnimationSpec<0:0>;kotlin.Boolean;kotlin.Function1<androidx.compose.animation.core.AnimationScope<0:0,0:1>,kotlin.Unit>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final suspend fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/AnimationState<#A, #B>).androidx.compose.animation.core/animateTo(#A, androidx.compose.animation.core/AnimationSpec<#A> =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.animation.core/AnimationScope<#A, #B>, kotlin/Unit> =...) // androidx.compose.animation.core/animateTo|[email protected]<0:0,0:1>(0:0;androidx.compose.animation.core.AnimationSpec<0:0>;kotlin.Boolean;kotlin.Function1<androidx.compose.animation.core.AnimationScope<0:0,0:1>,kotlin.Unit>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final suspend fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/animate(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, #A? =..., androidx.compose.animation.core/AnimationSpec<#A> =..., kotlin/Function2<#A, #A, kotlin/Unit>) // androidx.compose.animation.core/animate|animate(androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0;0:0?;androidx.compose.animation.core.AnimationSpec<0:0>;kotlin.Function2<0:0,0:0,kotlin.Unit>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0]
+final suspend fun <#A: kotlin/Any?> androidx.compose.animation.core/withInfiniteAnimationFrameNanos(kotlin/Function1<kotlin/Long, #A>): #A // androidx.compose.animation.core/withInfiniteAnimationFrameNanos|withInfiniteAnimationFrameNanos(kotlin.Function1<kotlin.Long,0:0>){0§<kotlin.Any?>}[0]
+final suspend fun androidx.compose.animation.core/animate(kotlin/Float, kotlin/Float, kotlin/Float =..., androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function2<kotlin/Float, kotlin/Float, kotlin/Unit>) // androidx.compose.animation.core/animate|animate(kotlin.Float;kotlin.Float;kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function2<kotlin.Float,kotlin.Float,kotlin.Unit>){}[0]
+final suspend fun androidx.compose.animation.core/animateDecay(kotlin/Float, kotlin/Float, androidx.compose.animation.core/FloatDecayAnimationSpec, kotlin/Function2<kotlin/Float, kotlin/Float, kotlin/Unit>) // androidx.compose.animation.core/animateDecay|animateDecay(kotlin.Float;kotlin.Float;androidx.compose.animation.core.FloatDecayAnimationSpec;kotlin.Function2<kotlin.Float,kotlin.Float,kotlin.Unit>){}[0]
+final suspend inline fun <#A: kotlin/Any?> androidx.compose.animation.core/withInfiniteAnimationFrameMillis(crossinline kotlin/Function1<kotlin/Long, #A>): #A // androidx.compose.animation.core/withInfiniteAnimationFrameMillis|withInfiniteAnimationFrameMillis(kotlin.Function1<kotlin.Long,0:0>){0§<kotlin.Any?>}[0]
+final val androidx.compose.animation.core/Ease // androidx.compose.animation.core/Ease|{}Ease[0]
+    final fun <get-Ease>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/Ease.<get-Ease>|<get-Ease>(){}[0]
+final val androidx.compose.animation.core/EaseIn // androidx.compose.animation.core/EaseIn|{}EaseIn[0]
+    final fun <get-EaseIn>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseIn.<get-EaseIn>|<get-EaseIn>(){}[0]
+final val androidx.compose.animation.core/EaseInBack // androidx.compose.animation.core/EaseInBack|{}EaseInBack[0]
+    final fun <get-EaseInBack>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInBack.<get-EaseInBack>|<get-EaseInBack>(){}[0]
+final val androidx.compose.animation.core/EaseInBounce // androidx.compose.animation.core/EaseInBounce|{}EaseInBounce[0]
+    final fun <get-EaseInBounce>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInBounce.<get-EaseInBounce>|<get-EaseInBounce>(){}[0]
+final val androidx.compose.animation.core/EaseInCirc // androidx.compose.animation.core/EaseInCirc|{}EaseInCirc[0]
+    final fun <get-EaseInCirc>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInCirc.<get-EaseInCirc>|<get-EaseInCirc>(){}[0]
+final val androidx.compose.animation.core/EaseInCubic // androidx.compose.animation.core/EaseInCubic|{}EaseInCubic[0]
+    final fun <get-EaseInCubic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInCubic.<get-EaseInCubic>|<get-EaseInCubic>(){}[0]
+final val androidx.compose.animation.core/EaseInElastic // androidx.compose.animation.core/EaseInElastic|{}EaseInElastic[0]
+    final fun <get-EaseInElastic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInElastic.<get-EaseInElastic>|<get-EaseInElastic>(){}[0]
+final val androidx.compose.animation.core/EaseInExpo // androidx.compose.animation.core/EaseInExpo|{}EaseInExpo[0]
+    final fun <get-EaseInExpo>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInExpo.<get-EaseInExpo>|<get-EaseInExpo>(){}[0]
+final val androidx.compose.animation.core/EaseInOut // androidx.compose.animation.core/EaseInOut|{}EaseInOut[0]
+    final fun <get-EaseInOut>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOut.<get-EaseInOut>|<get-EaseInOut>(){}[0]
+final val androidx.compose.animation.core/EaseInOutBack // androidx.compose.animation.core/EaseInOutBack|{}EaseInOutBack[0]
+    final fun <get-EaseInOutBack>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutBack.<get-EaseInOutBack>|<get-EaseInOutBack>(){}[0]
+final val androidx.compose.animation.core/EaseInOutBounce // androidx.compose.animation.core/EaseInOutBounce|{}EaseInOutBounce[0]
+    final fun <get-EaseInOutBounce>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutBounce.<get-EaseInOutBounce>|<get-EaseInOutBounce>(){}[0]
+final val androidx.compose.animation.core/EaseInOutCirc // androidx.compose.animation.core/EaseInOutCirc|{}EaseInOutCirc[0]
+    final fun <get-EaseInOutCirc>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutCirc.<get-EaseInOutCirc>|<get-EaseInOutCirc>(){}[0]
+final val androidx.compose.animation.core/EaseInOutCubic // androidx.compose.animation.core/EaseInOutCubic|{}EaseInOutCubic[0]
+    final fun <get-EaseInOutCubic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutCubic.<get-EaseInOutCubic>|<get-EaseInOutCubic>(){}[0]
+final val androidx.compose.animation.core/EaseInOutElastic // androidx.compose.animation.core/EaseInOutElastic|{}EaseInOutElastic[0]
+    final fun <get-EaseInOutElastic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutElastic.<get-EaseInOutElastic>|<get-EaseInOutElastic>(){}[0]
+final val androidx.compose.animation.core/EaseInOutExpo // androidx.compose.animation.core/EaseInOutExpo|{}EaseInOutExpo[0]
+    final fun <get-EaseInOutExpo>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutExpo.<get-EaseInOutExpo>|<get-EaseInOutExpo>(){}[0]
+final val androidx.compose.animation.core/EaseInOutQuad // androidx.compose.animation.core/EaseInOutQuad|{}EaseInOutQuad[0]
+    final fun <get-EaseInOutQuad>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutQuad.<get-EaseInOutQuad>|<get-EaseInOutQuad>(){}[0]
+final val androidx.compose.animation.core/EaseInOutQuart // androidx.compose.animation.core/EaseInOutQuart|{}EaseInOutQuart[0]
+    final fun <get-EaseInOutQuart>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutQuart.<get-EaseInOutQuart>|<get-EaseInOutQuart>(){}[0]
+final val androidx.compose.animation.core/EaseInOutQuint // androidx.compose.animation.core/EaseInOutQuint|{}EaseInOutQuint[0]
+    final fun <get-EaseInOutQuint>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutQuint.<get-EaseInOutQuint>|<get-EaseInOutQuint>(){}[0]
+final val androidx.compose.animation.core/EaseInOutSine // androidx.compose.animation.core/EaseInOutSine|{}EaseInOutSine[0]
+    final fun <get-EaseInOutSine>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutSine.<get-EaseInOutSine>|<get-EaseInOutSine>(){}[0]
+final val androidx.compose.animation.core/EaseInQuad // androidx.compose.animation.core/EaseInQuad|{}EaseInQuad[0]
+    final fun <get-EaseInQuad>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInQuad.<get-EaseInQuad>|<get-EaseInQuad>(){}[0]
+final val androidx.compose.animation.core/EaseInQuart // androidx.compose.animation.core/EaseInQuart|{}EaseInQuart[0]
+    final fun <get-EaseInQuart>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInQuart.<get-EaseInQuart>|<get-EaseInQuart>(){}[0]
+final val androidx.compose.animation.core/EaseInQuint // androidx.compose.animation.core/EaseInQuint|{}EaseInQuint[0]
+    final fun <get-EaseInQuint>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInQuint.<get-EaseInQuint>|<get-EaseInQuint>(){}[0]
+final val androidx.compose.animation.core/EaseInSine // androidx.compose.animation.core/EaseInSine|{}EaseInSine[0]
+    final fun <get-EaseInSine>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInSine.<get-EaseInSine>|<get-EaseInSine>(){}[0]
+final val androidx.compose.animation.core/EaseOut // androidx.compose.animation.core/EaseOut|{}EaseOut[0]
+    final fun <get-EaseOut>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOut.<get-EaseOut>|<get-EaseOut>(){}[0]
+final val androidx.compose.animation.core/EaseOutBack // androidx.compose.animation.core/EaseOutBack|{}EaseOutBack[0]
+    final fun <get-EaseOutBack>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutBack.<get-EaseOutBack>|<get-EaseOutBack>(){}[0]
+final val androidx.compose.animation.core/EaseOutBounce // androidx.compose.animation.core/EaseOutBounce|{}EaseOutBounce[0]
+    final fun <get-EaseOutBounce>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutBounce.<get-EaseOutBounce>|<get-EaseOutBounce>(){}[0]
+final val androidx.compose.animation.core/EaseOutCirc // androidx.compose.animation.core/EaseOutCirc|{}EaseOutCirc[0]
+    final fun <get-EaseOutCirc>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutCirc.<get-EaseOutCirc>|<get-EaseOutCirc>(){}[0]
+final val androidx.compose.animation.core/EaseOutCubic // androidx.compose.animation.core/EaseOutCubic|{}EaseOutCubic[0]
+    final fun <get-EaseOutCubic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutCubic.<get-EaseOutCubic>|<get-EaseOutCubic>(){}[0]
+final val androidx.compose.animation.core/EaseOutElastic // androidx.compose.animation.core/EaseOutElastic|{}EaseOutElastic[0]
+    final fun <get-EaseOutElastic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutElastic.<get-EaseOutElastic>|<get-EaseOutElastic>(){}[0]
+final val androidx.compose.animation.core/EaseOutExpo // androidx.compose.animation.core/EaseOutExpo|{}EaseOutExpo[0]
+    final fun <get-EaseOutExpo>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutExpo.<get-EaseOutExpo>|<get-EaseOutExpo>(){}[0]
+final val androidx.compose.animation.core/EaseOutQuad // androidx.compose.animation.core/EaseOutQuad|{}EaseOutQuad[0]
+    final fun <get-EaseOutQuad>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutQuad.<get-EaseOutQuad>|<get-EaseOutQuad>(){}[0]
+final val androidx.compose.animation.core/EaseOutQuart // androidx.compose.animation.core/EaseOutQuart|{}EaseOutQuart[0]
+    final fun <get-EaseOutQuart>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutQuart.<get-EaseOutQuart>|<get-EaseOutQuart>(){}[0]
+final val androidx.compose.animation.core/EaseOutQuint // androidx.compose.animation.core/EaseOutQuint|{}EaseOutQuint[0]
+    final fun <get-EaseOutQuint>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutQuint.<get-EaseOutQuint>|<get-EaseOutQuint>(){}[0]
+final val androidx.compose.animation.core/EaseOutSine // androidx.compose.animation.core/EaseOutSine|{}EaseOutSine[0]
+    final fun <get-EaseOutSine>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutSine.<get-EaseOutSine>|<get-EaseOutSine>(){}[0]
+final val androidx.compose.animation.core/FastOutLinearInEasing // androidx.compose.animation.core/FastOutLinearInEasing|{}FastOutLinearInEasing[0]
+    final fun <get-FastOutLinearInEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/FastOutLinearInEasing.<get-FastOutLinearInEasing>|<get-FastOutLinearInEasing>(){}[0]
+final val androidx.compose.animation.core/FastOutSlowInEasing // androidx.compose.animation.core/FastOutSlowInEasing|{}FastOutSlowInEasing[0]
+    final fun <get-FastOutSlowInEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/FastOutSlowInEasing.<get-FastOutSlowInEasing>|<get-FastOutSlowInEasing>(){}[0]
+final val androidx.compose.animation.core/LinearEasing // androidx.compose.animation.core/LinearEasing|{}LinearEasing[0]
+    final fun <get-LinearEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/LinearEasing.<get-LinearEasing>|<get-LinearEasing>(){}[0]
+final val androidx.compose.animation.core/LinearOutSlowInEasing // androidx.compose.animation.core/LinearOutSlowInEasing|{}LinearOutSlowInEasing[0]
+    final fun <get-LinearOutSlowInEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/LinearOutSlowInEasing.<get-LinearOutSlowInEasing>|<get-LinearOutSlowInEasing>(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.geometry.Offset.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.geometry/Offset.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.geometry/Offset, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.geometry.Offset.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.geometry.Rect.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.geometry/Rect.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.geometry/Rect, androidx.compose.animation.core/AnimationVector4D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.geometry.Rect.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.geometry.Size.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.geometry/Size.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.geometry/Size, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.geometry.Size.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.Dp.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.unit/Dp.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/Dp, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.Dp.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.DpOffset.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.unit/DpOffset.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/DpOffset, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.DpOffset.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.IntOffset.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.unit/IntOffset.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/IntOffset, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.IntOffset.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.IntSize.Companion{}VectorConverter[0]
+    final fun (androidx.compose.ui.unit/IntSize.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.IntSize.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@kotlin.Float.Companion{}VectorConverter[0]
+    final fun (kotlin/Float.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@kotlin.Float.Companion(){}[0]
+final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@kotlin.Int.Companion{}VectorConverter[0]
+    final fun (kotlin/Int.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<kotlin/Int, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@kotlin.Int.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.geometry.Offset.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.geometry/Offset.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.geometry/Offset // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.geometry.Offset.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.geometry.Rect.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.geometry/Rect.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.geometry/Rect // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.geometry.Rect.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.geometry.Size.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.geometry/Size.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.geometry/Size // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.geometry.Size.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.Dp.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.unit/Dp.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.Dp.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.DpOffset.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.unit/DpOffset.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/DpOffset // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.DpOffset.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.IntOffset.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.unit/IntOffset.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/IntOffset // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.IntOffset.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.IntSize.Companion{}VisibilityThreshold[0]
+    final fun (androidx.compose.ui.unit/IntSize.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/IntSize // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.IntSize.Companion(){}[0]
+final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@kotlin.Int.Companion{}VisibilityThreshold[0]
+    final fun (kotlin/Int.Companion).<get-VisibilityThreshold>(): kotlin/Int // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@kotlin.Int.Companion(){}[0]
+final val androidx.compose.animation.core/isFinished // androidx.compose.animation.core/isFinished|@androidx.compose.animation.core.AnimationState<*,*>{}isFinished[0]
+    final fun (androidx.compose.animation.core/AnimationState<*, *>).<get-isFinished>(): kotlin/Boolean // androidx.compose.animation.core/isFinished.<get-isFinished>|<get-isFinished>@androidx.compose.animation.core.AnimationState<*,*>(){}[0]
+final value class androidx.compose.animation.core/StartOffset { // androidx.compose.animation.core/StartOffset|null[0]
+    constructor <init>(kotlin/Int, androidx.compose.animation.core/StartOffsetType =...) // androidx.compose.animation.core/StartOffset.<init>|<init>(kotlin.Int;androidx.compose.animation.core.StartOffsetType){}[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/StartOffset.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/StartOffset.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/StartOffset.toString|toString(){}[0]
+    final val offsetMillis // androidx.compose.animation.core/StartOffset.offsetMillis|{}offsetMillis[0]
+        final fun <get-offsetMillis>(): kotlin/Int // androidx.compose.animation.core/StartOffset.offsetMillis.<get-offsetMillis>|<get-offsetMillis>(){}[0]
+    final val offsetType // androidx.compose.animation.core/StartOffset.offsetType|{}offsetType[0]
+        final fun <get-offsetType>(): androidx.compose.animation.core/StartOffsetType // androidx.compose.animation.core/StartOffset.offsetType.<get-offsetType>|<get-offsetType>(){}[0]
+}
+final value class androidx.compose.animation.core/StartOffsetType { // androidx.compose.animation.core/StartOffsetType|null[0]
+    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/StartOffsetType.equals|equals(kotlin.Any?){}[0]
+    final fun hashCode(): kotlin/Int // androidx.compose.animation.core/StartOffsetType.hashCode|hashCode(){}[0]
+    final fun toString(): kotlin/String // androidx.compose.animation.core/StartOffsetType.toString|toString(){}[0]
+    final object Companion { // androidx.compose.animation.core/StartOffsetType.Companion|null[0]
+        final val Delay // androidx.compose.animation.core/StartOffsetType.Companion.Delay|{}Delay[0]
+            final fun <get-Delay>(): androidx.compose.animation.core/StartOffsetType // androidx.compose.animation.core/StartOffsetType.Companion.Delay.<get-Delay>|<get-Delay>(){}[0]
+        final val FastForward // androidx.compose.animation.core/StartOffsetType.Companion.FastForward|{}FastForward[0]
+            final fun <get-FastForward>(): androidx.compose.animation.core/StartOffsetType // androidx.compose.animation.core/StartOffsetType.Companion.FastForward.<get-FastForward>|<get-FastForward>(){}[0]
+    }
+}
+open annotation class androidx.compose.animation.core/ExperimentalAnimatableApi : kotlin/Annotation { // androidx.compose.animation.core/ExperimentalAnimatableApi|null[0]
+    constructor <init>() // androidx.compose.animation.core/ExperimentalAnimatableApi.<init>|<init>(){}[0]
+}
+open annotation class androidx.compose.animation.core/ExperimentalAnimationSpecApi : kotlin/Annotation { // androidx.compose.animation.core/ExperimentalAnimationSpecApi|null[0]
+    constructor <init>() // androidx.compose.animation.core/ExperimentalAnimationSpecApi.<init>|<init>(){}[0]
+}
+open annotation class androidx.compose.animation.core/ExperimentalTransitionApi : kotlin/Annotation { // androidx.compose.animation.core/ExperimentalTransitionApi|null[0]
+    constructor <init>() // androidx.compose.animation.core/ExperimentalTransitionApi.<init>|<init>(){}[0]
+}
+open annotation class androidx.compose.animation.core/InternalAnimationApi : kotlin/Annotation { // androidx.compose.animation.core/InternalAnimationApi|null[0]
+    constructor <init>() // androidx.compose.animation.core/InternalAnimationApi.<init>|<init>(){}[0]
+}
+sealed class <#A: kotlin/Any?, #B: androidx.compose.animation.core/KeyframeBaseEntity<#A>> androidx.compose.animation.core/KeyframesSpecBaseConfig { // androidx.compose.animation.core/KeyframesSpecBaseConfig|null[0]
+    constructor <init>() // androidx.compose.animation.core/KeyframesSpecBaseConfig.<init>|<init>(){}[0]
+    final fun (#B).using(androidx.compose.animation.core/Easing): #B // androidx.compose.animation.core/KeyframesSpecBaseConfig.using|using@1:1(androidx.compose.animation.core.Easing){}[0]
+    final var delayMillis // androidx.compose.animation.core/KeyframesSpecBaseConfig.delayMillis|{}delayMillis[0]
+        final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/KeyframesSpecBaseConfig.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0]
+        final fun <set-delayMillis>(kotlin/Int) // androidx.compose.animation.core/KeyframesSpecBaseConfig.delayMillis.<set-delayMillis>|<set-delayMillis>(kotlin.Int){}[0]
+    final var durationMillis // androidx.compose.animation.core/KeyframesSpecBaseConfig.durationMillis|{}durationMillis[0]
+        final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/KeyframesSpecBaseConfig.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0]
+        final fun <set-durationMillis>(kotlin/Int) // androidx.compose.animation.core/KeyframesSpecBaseConfig.durationMillis.<set-durationMillis>|<set-durationMillis>(kotlin.Int){}[0]
+    open fun (#A).at(kotlin/Int): #B // androidx.compose.animation.core/KeyframesSpecBaseConfig.at|at@1:0(kotlin.Int){}[0]
+    open fun (#A).atFraction(kotlin/Float): #B // androidx.compose.animation.core/KeyframesSpecBaseConfig.atFraction|atFraction@1:0(kotlin.Float){}[0]
+}
+sealed class <#A: kotlin/Any?> androidx.compose.animation.core/KeyframeBaseEntity { // androidx.compose.animation.core/KeyframeBaseEntity|null[0]
+    constructor <init>(#A, androidx.compose.animation.core/Easing) // androidx.compose.animation.core/KeyframeBaseEntity.<init>|<init>(1:0;androidx.compose.animation.core.Easing){}[0]
+}
+sealed class <#A: kotlin/Any?> androidx.compose.animation.core/TransitionState { // androidx.compose.animation.core/TransitionState|null[0]
+    abstract var currentState // androidx.compose.animation.core/TransitionState.currentState|{}currentState[0]
+        abstract fun <get-currentState>(): #A // androidx.compose.animation.core/TransitionState.currentState.<get-currentState>|<get-currentState>(){}[0]
+    abstract var targetState // androidx.compose.animation.core/TransitionState.targetState|{}targetState[0]
+        abstract fun <get-targetState>(): #A // androidx.compose.animation.core/TransitionState.targetState.<get-targetState>|<get-targetState>(){}[0]
+    constructor <init>() // androidx.compose.animation.core/TransitionState.<init>|<init>(){}[0]
+}
+sealed class androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector|null[0]
+    constructor <init>() // androidx.compose.animation.core/AnimationVector.<init>|<init>(){}[0]
+}
diff --git a/compose/animation/animation-graphics/bcv/native/1.7.0.txt b/compose/animation/animation-graphics/bcv/native/1.7.0.txt
index 3bc788e..d87ad3d 100644
--- a/compose/animation/animation-graphics/bcv/native/1.7.0.txt
+++ b/compose/animation/animation-graphics/bcv/native/1.7.0.txt
@@ -6,13 +6,6 @@
 // - Show declarations: true
 
 // Library unique name: <androidx.compose.animation:animation-graphics>
-final class androidx.compose.animation.graphics.vector/AnimatedImageVector { // androidx.compose.animation.graphics.vector/AnimatedImageVector|null[0]
-    final object Companion // androidx.compose.animation.graphics.vector/AnimatedImageVector.Companion|null[0]
-    final val imageVector // androidx.compose.animation.graphics.vector/AnimatedImageVector.imageVector|{}imageVector[0]
-        final fun <get-imageVector>(): androidx.compose.ui.graphics.vector/ImageVector // androidx.compose.animation.graphics.vector/AnimatedImageVector.imageVector.<get-imageVector>|<get-imageVector>(){}[0]
-    final val totalDuration // androidx.compose.animation.graphics.vector/AnimatedImageVector.totalDuration|{}totalDuration[0]
-        final fun <get-totalDuration>(): kotlin/Int // androidx.compose.animation.graphics.vector/AnimatedImageVector.totalDuration.<get-totalDuration>|<get-totalDuration>(){}[0]
-}
 open annotation class androidx.compose.animation.graphics/ExperimentalAnimationGraphicsApi : kotlin/Annotation { // androidx.compose.animation.graphics/ExperimentalAnimationGraphicsApi|null[0]
     constructor <init>() // androidx.compose.animation.graphics/ExperimentalAnimationGraphicsApi.<init>|<init>(){}[0]
 }
diff --git a/compose/animation/animation/bcv/native/1.7.0.txt b/compose/animation/animation/bcv/native/1.7.0.txt
index ef65c7b..9cd5f2b 100644
--- a/compose/animation/animation/bcv/native/1.7.0.txt
+++ b/compose/animation/animation/bcv/native/1.7.0.txt
@@ -6,56 +6,11 @@
 // - Show declarations: true
 
 // Library unique name: <androidx.compose.animation:animation>
-abstract fun interface androidx.compose.animation/BoundsTransform { // androidx.compose.animation/BoundsTransform|null[0]
-    abstract fun transform(androidx.compose.ui.geometry/Rect, androidx.compose.ui.geometry/Rect): androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Rect> // androidx.compose.animation/BoundsTransform.transform|transform(androidx.compose.ui.geometry.Rect;androidx.compose.ui.geometry.Rect){}[0]
-}
 abstract interface androidx.compose.animation/AnimatedVisibilityScope { // androidx.compose.animation/AnimatedVisibilityScope|null[0]
     abstract val transition // androidx.compose.animation/AnimatedVisibilityScope.transition|{}transition[0]
         abstract fun <get-transition>(): androidx.compose.animation.core/Transition<androidx.compose.animation/EnterExitState> // androidx.compose.animation/AnimatedVisibilityScope.transition.<get-transition>|<get-transition>(){}[0]
     open fun (androidx.compose.ui/Modifier).animateEnterExit(androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/String =...): androidx.compose.ui/Modifier // androidx.compose.animation/AnimatedVisibilityScope.animateEnterExit|[email protected](androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.String){}[0]
 }
-abstract interface androidx.compose.animation/SharedTransitionScope : androidx.compose.ui.layout/LookaheadScope { // androidx.compose.animation/SharedTransitionScope|null[0]
-    abstract fun (androidx.compose.ui/Modifier).renderInSharedTransitionScopeOverlay(kotlin/Function0<kotlin/Boolean> =..., kotlin/Float =..., kotlin/Function2<androidx.compose.ui.unit/LayoutDirection, androidx.compose.ui.unit/Density, androidx.compose.ui.graphics/Path?> =...): androidx.compose.ui/Modifier // androidx.compose.animation/SharedTransitionScope.renderInSharedTransitionScopeOverlay|renderInSharedTransitionScopeOverlay@androidx.compose.ui.Modifier(kotlin.Function0<kotlin.Boolean>;kotlin.Float;kotlin.Function2<androidx.compose.ui.unit.LayoutDirection,androidx.compose.ui.unit.Density,androidx.compose.ui.graphics.Path?>){}[0]
-    abstract fun (androidx.compose.ui/Modifier).sharedBounds(androidx.compose.animation/SharedTransitionScope.SharedContentState, androidx.compose.animation/AnimatedVisibilityScope, androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., androidx.compose.animation/BoundsTransform =..., androidx.compose.animation/SharedTransitionScope.ResizeMode =..., androidx.compose.animation/SharedTransitionScope.PlaceHolderSize =..., kotlin/Boolean =..., kotlin/Float =..., androidx.compose.animation/SharedTransitionScope.OverlayClip =...): androidx.compose.ui/Modifier // androidx.compose.animation/SharedTransitionScope.sharedBounds|[email protected](androidx.compose.animation.SharedTransitionScope.SharedContentState;androidx.compose.animation.AnimatedVisibilityScope;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;androidx.compose.animation.BoundsTransform;androidx.compose.animation.SharedTransitionScope.ResizeMode;androidx.compose.animation.SharedTransitionScope.PlaceHolderSize;kotlin.Boolean;kotlin.Float;androidx.compose.animation.SharedTransitionScope.OverlayClip){}[0]
-    abstract fun (androidx.compose.ui/Modifier).sharedElement(androidx.compose.animation/SharedTransitionScope.SharedContentState, androidx.compose.animation/AnimatedVisibilityScope, androidx.compose.animation/BoundsTransform =..., androidx.compose.animation/SharedTransitionScope.PlaceHolderSize =..., kotlin/Boolean =..., kotlin/Float =..., androidx.compose.animation/SharedTransitionScope.OverlayClip =...): androidx.compose.ui/Modifier // androidx.compose.animation/SharedTransitionScope.sharedElement|[email protected](androidx.compose.animation.SharedTransitionScope.SharedContentState;androidx.compose.animation.AnimatedVisibilityScope;androidx.compose.animation.BoundsTransform;androidx.compose.animation.SharedTransitionScope.PlaceHolderSize;kotlin.Boolean;kotlin.Float;androidx.compose.animation.SharedTransitionScope.OverlayClip){}[0]
-    abstract fun (androidx.compose.ui/Modifier).sharedElementWithCallerManagedVisibility(androidx.compose.animation/SharedTransitionScope.SharedContentState, kotlin/Boolean, androidx.compose.animation/BoundsTransform =..., androidx.compose.animation/SharedTransitionScope.PlaceHolderSize =..., kotlin/Boolean =..., kotlin/Float =..., androidx.compose.animation/SharedTransitionScope.OverlayClip =...): androidx.compose.ui/Modifier // androidx.compose.animation/SharedTransitionScope.sharedElementWithCallerManagedVisibility|sharedElementWithCallerManagedVisibility@androidx.compose.ui.Modifier(androidx.compose.animation.SharedTransitionScope.SharedContentState;kotlin.Boolean;androidx.compose.animation.BoundsTransform;androidx.compose.animation.SharedTransitionScope.PlaceHolderSize;kotlin.Boolean;kotlin.Float;androidx.compose.animation.SharedTransitionScope.OverlayClip){}[0]
-    abstract fun (androidx.compose.ui/Modifier).skipToLookaheadSize(): androidx.compose.ui/Modifier // androidx.compose.animation/SharedTransitionScope.skipToLookaheadSize|[email protected](){}[0]
-    abstract fun OverlayClip(androidx.compose.ui.graphics/Shape): androidx.compose.animation/SharedTransitionScope.OverlayClip // androidx.compose.animation/SharedTransitionScope.OverlayClip|OverlayClip(androidx.compose.ui.graphics.Shape){}[0]
-    abstract fun interface PlaceHolderSize { // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize|null[0]
-        abstract fun calculateSize(androidx.compose.ui.unit/IntSize, androidx.compose.ui.unit/IntSize): androidx.compose.ui.unit/IntSize // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize.calculateSize|calculateSize(androidx.compose.ui.unit.IntSize;androidx.compose.ui.unit.IntSize){}[0]
-        final object Companion { // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize.Companion|null[0]
-            final val animatedSize // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize.Companion.animatedSize|{}animatedSize[0]
-                final fun <get-animatedSize>(): androidx.compose.animation/SharedTransitionScope.PlaceHolderSize // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize.Companion.animatedSize.<get-animatedSize>|<get-animatedSize>(){}[0]
-            final val contentSize // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize.Companion.contentSize|{}contentSize[0]
-                final fun <get-contentSize>(): androidx.compose.animation/SharedTransitionScope.PlaceHolderSize // androidx.compose.animation/SharedTransitionScope.PlaceHolderSize.Companion.contentSize.<get-contentSize>|<get-contentSize>(){}[0]
-        }
-    }
-    abstract fun rememberSharedContentState(kotlin/Any): androidx.compose.animation/SharedTransitionScope.SharedContentState // androidx.compose.animation/SharedTransitionScope.rememberSharedContentState|rememberSharedContentState(kotlin.Any){}[0]
-    abstract interface OverlayClip { // androidx.compose.animation/SharedTransitionScope.OverlayClip|null[0]
-        abstract fun getClipPath(androidx.compose.animation/SharedTransitionScope.SharedContentState, androidx.compose.ui.geometry/Rect, androidx.compose.ui.unit/LayoutDirection, androidx.compose.ui.unit/Density): androidx.compose.ui.graphics/Path? // androidx.compose.animation/SharedTransitionScope.OverlayClip.getClipPath|getClipPath(androidx.compose.animation.SharedTransitionScope.SharedContentState;androidx.compose.ui.geometry.Rect;androidx.compose.ui.unit.LayoutDirection;androidx.compose.ui.unit.Density){}[0]
-    }
-    abstract val isTransitionActive // androidx.compose.animation/SharedTransitionScope.isTransitionActive|{}isTransitionActive[0]
-        abstract fun <get-isTransitionActive>(): kotlin/Boolean // androidx.compose.animation/SharedTransitionScope.isTransitionActive.<get-isTransitionActive>|<get-isTransitionActive>(){}[0]
-    final class SharedContentState { // androidx.compose.animation/SharedTransitionScope.SharedContentState|null[0]
-        final val clipPathInOverlay // androidx.compose.animation/SharedTransitionScope.SharedContentState.clipPathInOverlay|{}clipPathInOverlay[0]
-            final fun <get-clipPathInOverlay>(): androidx.compose.ui.graphics/Path? // androidx.compose.animation/SharedTransitionScope.SharedContentState.clipPathInOverlay.<get-clipPathInOverlay>|<get-clipPathInOverlay>(){}[0]
-        final val isMatchFound // androidx.compose.animation/SharedTransitionScope.SharedContentState.isMatchFound|{}isMatchFound[0]
-            final fun <get-isMatchFound>(): kotlin/Boolean // androidx.compose.animation/SharedTransitionScope.SharedContentState.isMatchFound.<get-isMatchFound>|<get-isMatchFound>(){}[0]
-        final val key // androidx.compose.animation/SharedTransitionScope.SharedContentState.key|{}key[0]
-            final fun <get-key>(): kotlin/Any // androidx.compose.animation/SharedTransitionScope.SharedContentState.key.<get-key>|<get-key>(){}[0]
-        final val parentSharedContentState // androidx.compose.animation/SharedTransitionScope.SharedContentState.parentSharedContentState|{}parentSharedContentState[0]
-            final fun <get-parentSharedContentState>(): androidx.compose.animation/SharedTransitionScope.SharedContentState? // androidx.compose.animation/SharedTransitionScope.SharedContentState.parentSharedContentState.<get-parentSharedContentState>|<get-parentSharedContentState>(){}[0]
-    }
-    open fun scaleInSharedContentToBounds(androidx.compose.ui.layout/ContentScale =..., androidx.compose.ui/Alignment =...): androidx.compose.animation/EnterTransition // androidx.compose.animation/SharedTransitionScope.scaleInSharedContentToBounds|scaleInSharedContentToBounds(androidx.compose.ui.layout.ContentScale;androidx.compose.ui.Alignment){}[0]
-    open fun scaleOutSharedContentToBounds(androidx.compose.ui.layout/ContentScale =..., androidx.compose.ui/Alignment =...): androidx.compose.animation/ExitTransition // androidx.compose.animation/SharedTransitionScope.scaleOutSharedContentToBounds|scaleOutSharedContentToBounds(androidx.compose.ui.layout.ContentScale;androidx.compose.ui.Alignment){}[0]
-    sealed interface ResizeMode { // androidx.compose.animation/SharedTransitionScope.ResizeMode|null[0]
-        final object Companion { // androidx.compose.animation/SharedTransitionScope.ResizeMode.Companion|null[0]
-            final fun ScaleToBounds(androidx.compose.ui.layout/ContentScale =..., androidx.compose.ui/Alignment =...): androidx.compose.animation/SharedTransitionScope.ResizeMode // androidx.compose.animation/SharedTransitionScope.ResizeMode.Companion.ScaleToBounds|ScaleToBounds(androidx.compose.ui.layout.ContentScale;androidx.compose.ui.Alignment){}[0]
-            final val RemeasureToBounds // androidx.compose.animation/SharedTransitionScope.ResizeMode.Companion.RemeasureToBounds|{}RemeasureToBounds[0]
-                final fun <get-RemeasureToBounds>(): androidx.compose.animation/SharedTransitionScope.ResizeMode // androidx.compose.animation/SharedTransitionScope.ResizeMode.Companion.RemeasureToBounds.<get-RemeasureToBounds>|<get-RemeasureToBounds>(){}[0]
-        }
-    }
-}
 abstract interface androidx.compose.animation/SizeTransform { // androidx.compose.animation/SizeTransform|null[0]
     abstract fun createAnimationSpec(androidx.compose.ui.unit/IntSize, androidx.compose.ui.unit/IntSize): androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntSize> // androidx.compose.animation/SizeTransform.createAnimationSpec|createAnimationSpec(androidx.compose.ui.unit.IntSize;androidx.compose.ui.unit.IntSize){}[0]
     abstract val clip // androidx.compose.animation/SizeTransform.clip|{}clip[0]
@@ -92,7 +47,6 @@
 final fun (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation/animateColor(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.animation.core/InfiniteRepeatableSpec<androidx.compose.ui.graphics/Color>): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.animation/animateColor|[email protected](androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.animation.core.InfiniteRepeatableSpec<androidx.compose.ui.graphics.Color>){}[0]
 final fun (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation/animateColor(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.animation.core/InfiniteRepeatableSpec<androidx.compose.ui.graphics/Color>, kotlin/String =...): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.animation/animateColor|[email protected](androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.animation.core.InfiniteRepeatableSpec<androidx.compose.ui.graphics.Color>;kotlin.String){}[0]
 final fun (androidx.compose.animation/EnterTransition).androidx.compose.animation/togetherWith(androidx.compose.animation/ExitTransition): androidx.compose.animation/ContentTransform // androidx.compose.animation/togetherWith|[email protected](androidx.compose.animation.ExitTransition){}[0]
-final fun (androidx.compose.animation/EnterTransition).androidx.compose.animation/with(androidx.compose.animation/ExitTransition): androidx.compose.animation/ContentTransform // androidx.compose.animation/with|[email protected](androidx.compose.animation.ExitTransition){}[0]
 final fun (androidx.compose.foundation.layout/ColumnScope).androidx.compose.animation/AnimatedVisibility(androidx.compose.animation.core/MutableTransitionState<kotlin/Boolean>, androidx.compose.ui/Modifier =..., androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/String =..., kotlin/Function1<androidx.compose.animation/AnimatedVisibilityScope, kotlin/Unit>) // androidx.compose.animation/AnimatedVisibility|AnimatedVisibility@androidx.compose.foundation.layout.ColumnScope(androidx.compose.animation.core.MutableTransitionState<kotlin.Boolean>;androidx.compose.ui.Modifier;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.String;kotlin.Function1<androidx.compose.animation.AnimatedVisibilityScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.foundation.layout/ColumnScope).androidx.compose.animation/AnimatedVisibility(kotlin/Boolean, androidx.compose.ui/Modifier =..., androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/String =..., kotlin/Function1<androidx.compose.animation/AnimatedVisibilityScope, kotlin/Unit>) // androidx.compose.animation/AnimatedVisibility|AnimatedVisibility@androidx.compose.foundation.layout.ColumnScope(kotlin.Boolean;androidx.compose.ui.Modifier;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.String;kotlin.Function1<androidx.compose.animation.AnimatedVisibilityScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.foundation.layout/RowScope).androidx.compose.animation/AnimatedVisibility(androidx.compose.animation.core/MutableTransitionState<kotlin/Boolean>, androidx.compose.ui/Modifier =..., androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/String =..., kotlin/Function1<androidx.compose.animation/AnimatedVisibilityScope, kotlin/Unit>) // androidx.compose.animation/AnimatedVisibility|[email protected](androidx.compose.animation.core.MutableTransitionState<kotlin.Boolean>;androidx.compose.ui.Modifier;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.String;kotlin.Function1<androidx.compose.animation.AnimatedVisibilityScope,kotlin.Unit>){}[0]
@@ -101,7 +55,6 @@
 final fun (androidx.compose.ui/Modifier).androidx.compose.animation/animateContentSize(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntSize> =..., kotlin/Function2<androidx.compose.ui.unit/IntSize, androidx.compose.ui.unit/IntSize, kotlin/Unit>? =...): androidx.compose.ui/Modifier // androidx.compose.animation/animateContentSize|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntSize>;kotlin.Function2<androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize,kotlin.Unit>?){}[0]
 final fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation/AnimatedContent(androidx.compose.ui/Modifier =..., kotlin/Function1<androidx.compose.animation/AnimatedContentTransitionScope<#A>, androidx.compose.animation/ContentTransform> =..., androidx.compose.ui/Alignment =..., kotlin/Function1<#A, kotlin/Any?> =..., kotlin/Function2<androidx.compose.animation/AnimatedContentScope, #A, kotlin/Unit>) // androidx.compose.animation/AnimatedContent|[email protected]<0:0>(androidx.compose.ui.Modifier;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<0:0>,androidx.compose.animation.ContentTransform>;androidx.compose.ui.Alignment;kotlin.Function1<0:0,kotlin.Any?>;kotlin.Function2<androidx.compose.animation.AnimatedContentScope,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation/AnimatedVisibility(kotlin/Function1<#A, kotlin/Boolean>, androidx.compose.ui/Modifier =..., androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/Function1<androidx.compose.animation/AnimatedVisibilityScope, kotlin/Unit>) // androidx.compose.animation/AnimatedVisibility|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>;androidx.compose.ui.Modifier;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.Function1<androidx.compose.animation.AnimatedVisibilityScope,kotlin.Unit>){0§<kotlin.Any?>}[0]
-final fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation/Crossfade(androidx.compose.ui/Modifier =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float> =..., kotlin/Function1<#A, kotlin/Any?> =..., kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.animation/Crossfade|[email protected]<0:0>(androidx.compose.ui.Modifier;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>;kotlin.Function1<0:0,kotlin.Any?>;kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.animation/AnimatedContent(#A, androidx.compose.ui/Modifier =..., kotlin/Function1<androidx.compose.animation/AnimatedContentTransitionScope<#A>, androidx.compose.animation/ContentTransform> =..., androidx.compose.ui/Alignment =..., kotlin/String =..., kotlin/Function1<#A, kotlin/Any?> =..., kotlin/Function2<androidx.compose.animation/AnimatedContentScope, #A, kotlin/Unit>) // androidx.compose.animation/AnimatedContent|AnimatedContent(0:0;androidx.compose.ui.Modifier;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<0:0>,androidx.compose.animation.ContentTransform>;androidx.compose.ui.Alignment;kotlin.String;kotlin.Function1<0:0,kotlin.Any?>;kotlin.Function2<androidx.compose.animation.AnimatedContentScope,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.animation/Crossfade(#A, androidx.compose.ui/Modifier =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float> =..., kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.animation/Crossfade|Crossfade(0:0;androidx.compose.ui.Modifier;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>;kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.animation/Crossfade(#A, androidx.compose.ui/Modifier =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float> =..., kotlin/String =..., kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.animation/Crossfade|Crossfade(0:0;androidx.compose.ui.Modifier;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>;kotlin.String;kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
@@ -110,8 +63,6 @@
 final fun androidx.compose.animation/Animatable(androidx.compose.ui.graphics/Color): androidx.compose.animation.core/Animatable<androidx.compose.ui.graphics/Color, androidx.compose.animation.core/AnimationVector4D> // androidx.compose.animation/Animatable|Animatable(androidx.compose.ui.graphics.Color){}[0]
 final fun androidx.compose.animation/AnimatedVisibility(androidx.compose.animation.core/MutableTransitionState<kotlin/Boolean>, androidx.compose.ui/Modifier =..., androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/String =..., kotlin/Function1<androidx.compose.animation/AnimatedVisibilityScope, kotlin/Unit>) // androidx.compose.animation/AnimatedVisibility|AnimatedVisibility(androidx.compose.animation.core.MutableTransitionState<kotlin.Boolean>;androidx.compose.ui.Modifier;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.String;kotlin.Function1<androidx.compose.animation.AnimatedVisibilityScope,kotlin.Unit>){}[0]
 final fun androidx.compose.animation/AnimatedVisibility(kotlin/Boolean, androidx.compose.ui/Modifier =..., androidx.compose.animation/EnterTransition =..., androidx.compose.animation/ExitTransition =..., kotlin/String =..., kotlin/Function1<androidx.compose.animation/AnimatedVisibilityScope, kotlin/Unit>) // androidx.compose.animation/AnimatedVisibility|AnimatedVisibility(kotlin.Boolean;androidx.compose.ui.Modifier;androidx.compose.animation.EnterTransition;androidx.compose.animation.ExitTransition;kotlin.String;kotlin.Function1<androidx.compose.animation.AnimatedVisibilityScope,kotlin.Unit>){}[0]
-final fun androidx.compose.animation/SharedTransitionLayout(androidx.compose.ui/Modifier =..., kotlin/Function1<androidx.compose.animation/SharedTransitionScope, kotlin/Unit>) // androidx.compose.animation/SharedTransitionLayout|SharedTransitionLayout(androidx.compose.ui.Modifier;kotlin.Function1<androidx.compose.animation.SharedTransitionScope,kotlin.Unit>){}[0]
-final fun androidx.compose.animation/SharedTransitionScope(kotlin/Function2<androidx.compose.animation/SharedTransitionScope, androidx.compose.ui/Modifier, kotlin/Unit>) // androidx.compose.animation/SharedTransitionScope|SharedTransitionScope(kotlin.Function2<androidx.compose.animation.SharedTransitionScope,androidx.compose.ui.Modifier,kotlin.Unit>){}[0]
 final fun androidx.compose.animation/SizeTransform(kotlin/Boolean =..., kotlin/Function2<androidx.compose.ui.unit/IntSize, androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntSize>> =...): androidx.compose.animation/SizeTransform // androidx.compose.animation/SizeTransform|SizeTransform(kotlin.Boolean;kotlin.Function2<androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntSize>>){}[0]
 final fun androidx.compose.animation/animateColorAsState(androidx.compose.ui.graphics/Color, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.graphics/Color> =..., kotlin/Function1<androidx.compose.ui.graphics/Color, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.animation/animateColorAsState|animateColorAsState(androidx.compose.ui.graphics.Color;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.graphics.Color>;kotlin.Function1<androidx.compose.ui.graphics.Color,kotlin.Unit>?){}[0]
 final fun androidx.compose.animation/animateColorAsState(androidx.compose.ui.graphics/Color, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.graphics/Color> =..., kotlin/String =..., kotlin/Function1<androidx.compose.ui.graphics/Color, kotlin/Unit>? =...): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.animation/animateColorAsState|animateColorAsState(androidx.compose.ui.graphics.Color;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.graphics.Color>;kotlin.String;kotlin.Function1<androidx.compose.ui.graphics.Color,kotlin.Unit>?){}[0]
diff --git a/compose/foundation/foundation-layout/bcv/native/1.7.0.txt b/compose/foundation/foundation-layout/bcv/native/1.7.0.txt
index c7bbdbd..fc94796 100644
--- a/compose/foundation/foundation-layout/bcv/native/1.7.0.txt
+++ b/compose/foundation/foundation-layout/bcv/native/1.7.0.txt
@@ -28,46 +28,6 @@
     abstract fun (androidx.compose.ui/Modifier).alignBy(kotlin/Function1<androidx.compose.ui.layout/Measured, kotlin/Int>): androidx.compose.ui/Modifier // androidx.compose.foundation.layout/ColumnScope.alignBy|[email protected](kotlin.Function1<androidx.compose.ui.layout.Measured,kotlin.Int>){}[0]
     abstract fun (androidx.compose.ui/Modifier).weight(kotlin/Float, kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.layout/ColumnScope.weight|[email protected](kotlin.Float;kotlin.Boolean){}[0]
 }
-abstract interface androidx.compose.foundation.layout/ContextualFlowColumnOverflowScope : androidx.compose.foundation.layout/FlowColumnOverflowScope // androidx.compose.foundation.layout/ContextualFlowColumnOverflowScope|null[0]
-abstract interface androidx.compose.foundation.layout/ContextualFlowColumnScope : androidx.compose.foundation.layout/FlowColumnScope { // androidx.compose.foundation.layout/ContextualFlowColumnScope|null[0]
-    abstract val indexInLine // androidx.compose.foundation.layout/ContextualFlowColumnScope.indexInLine|{}indexInLine[0]
-        abstract fun <get-indexInLine>(): kotlin/Int // androidx.compose.foundation.layout/ContextualFlowColumnScope.indexInLine.<get-indexInLine>|<get-indexInLine>(){}[0]
-    abstract val lineIndex // androidx.compose.foundation.layout/ContextualFlowColumnScope.lineIndex|{}lineIndex[0]
-        abstract fun <get-lineIndex>(): kotlin/Int // androidx.compose.foundation.layout/ContextualFlowColumnScope.lineIndex.<get-lineIndex>|<get-lineIndex>(){}[0]
-    abstract val maxHeightInLine // androidx.compose.foundation.layout/ContextualFlowColumnScope.maxHeightInLine|{}maxHeightInLine[0]
-        abstract fun <get-maxHeightInLine>(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.layout/ContextualFlowColumnScope.maxHeightInLine.<get-maxHeightInLine>|<get-maxHeightInLine>(){}[0]
-    abstract val maxWidth // androidx.compose.foundation.layout/ContextualFlowColumnScope.maxWidth|{}maxWidth[0]
-        abstract fun <get-maxWidth>(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.layout/ContextualFlowColumnScope.maxWidth.<get-maxWidth>|<get-maxWidth>(){}[0]
-}
-abstract interface androidx.compose.foundation.layout/ContextualFlowRowOverflowScope : androidx.compose.foundation.layout/FlowRowOverflowScope // androidx.compose.foundation.layout/ContextualFlowRowOverflowScope|null[0]
-abstract interface androidx.compose.foundation.layout/ContextualFlowRowScope : androidx.compose.foundation.layout/FlowRowScope { // androidx.compose.foundation.layout/ContextualFlowRowScope|null[0]
-    abstract val indexInLine // androidx.compose.foundation.layout/ContextualFlowRowScope.indexInLine|{}indexInLine[0]
-        abstract fun <get-indexInLine>(): kotlin/Int // androidx.compose.foundation.layout/ContextualFlowRowScope.indexInLine.<get-indexInLine>|<get-indexInLine>(){}[0]
-    abstract val lineIndex // androidx.compose.foundation.layout/ContextualFlowRowScope.lineIndex|{}lineIndex[0]
-        abstract fun <get-lineIndex>(): kotlin/Int // androidx.compose.foundation.layout/ContextualFlowRowScope.lineIndex.<get-lineIndex>|<get-lineIndex>(){}[0]
-    abstract val maxHeight // androidx.compose.foundation.layout/ContextualFlowRowScope.maxHeight|{}maxHeight[0]
-        abstract fun <get-maxHeight>(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.layout/ContextualFlowRowScope.maxHeight.<get-maxHeight>|<get-maxHeight>(){}[0]
-    abstract val maxWidthInLine // androidx.compose.foundation.layout/ContextualFlowRowScope.maxWidthInLine|{}maxWidthInLine[0]
-        abstract fun <get-maxWidthInLine>(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.layout/ContextualFlowRowScope.maxWidthInLine.<get-maxWidthInLine>|<get-maxWidthInLine>(){}[0]
-}
-abstract interface androidx.compose.foundation.layout/FlowColumnOverflowScope : androidx.compose.foundation.layout/FlowColumnScope { // androidx.compose.foundation.layout/FlowColumnOverflowScope|null[0]
-    abstract val shownItemCount // androidx.compose.foundation.layout/FlowColumnOverflowScope.shownItemCount|{}shownItemCount[0]
-        abstract fun <get-shownItemCount>(): kotlin/Int // androidx.compose.foundation.layout/FlowColumnOverflowScope.shownItemCount.<get-shownItemCount>|<get-shownItemCount>(){}[0]
-    abstract val totalItemCount // androidx.compose.foundation.layout/FlowColumnOverflowScope.totalItemCount|{}totalItemCount[0]
-        abstract fun <get-totalItemCount>(): kotlin/Int // androidx.compose.foundation.layout/FlowColumnOverflowScope.totalItemCount.<get-totalItemCount>|<get-totalItemCount>(){}[0]
-}
-abstract interface androidx.compose.foundation.layout/FlowColumnScope : androidx.compose.foundation.layout/ColumnScope { // androidx.compose.foundation.layout/FlowColumnScope|null[0]
-    abstract fun (androidx.compose.ui/Modifier).fillMaxColumnWidth(kotlin/Float =...): androidx.compose.ui/Modifier // androidx.compose.foundation.layout/FlowColumnScope.fillMaxColumnWidth|[email protected](kotlin.Float){}[0]
-}
-abstract interface androidx.compose.foundation.layout/FlowRowOverflowScope : androidx.compose.foundation.layout/FlowRowScope { // androidx.compose.foundation.layout/FlowRowOverflowScope|null[0]
-    abstract val shownItemCount // androidx.compose.foundation.layout/FlowRowOverflowScope.shownItemCount|{}shownItemCount[0]
-        abstract fun <get-shownItemCount>(): kotlin/Int // androidx.compose.foundation.layout/FlowRowOverflowScope.shownItemCount.<get-shownItemCount>|<get-shownItemCount>(){}[0]
-    abstract val totalItemCount // androidx.compose.foundation.layout/FlowRowOverflowScope.totalItemCount|{}totalItemCount[0]
-        abstract fun <get-totalItemCount>(): kotlin/Int // androidx.compose.foundation.layout/FlowRowOverflowScope.totalItemCount.<get-totalItemCount>|<get-totalItemCount>(){}[0]
-}
-abstract interface androidx.compose.foundation.layout/FlowRowScope : androidx.compose.foundation.layout/RowScope { // androidx.compose.foundation.layout/FlowRowScope|null[0]
-    abstract fun (androidx.compose.ui/Modifier).fillMaxRowHeight(kotlin/Float =...): androidx.compose.ui/Modifier // androidx.compose.foundation.layout/FlowRowScope.fillMaxRowHeight|[email protected](kotlin.Float){}[0]
-}
 abstract interface androidx.compose.foundation.layout/PaddingValues { // androidx.compose.foundation.layout/PaddingValues|null[0]
     abstract fun calculateBottomPadding(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.layout/PaddingValues.calculateBottomPadding|calculateBottomPadding(){}[0]
     abstract fun calculateLeftPadding(androidx.compose.ui.unit/LayoutDirection): androidx.compose.ui.unit/Dp // androidx.compose.foundation.layout/PaddingValues.calculateLeftPadding|calculateLeftPadding(androidx.compose.ui.unit.LayoutDirection){}[0]
@@ -98,56 +58,6 @@
     abstract fun getTop(androidx.compose.ui.unit/Density): kotlin/Int // androidx.compose.foundation.layout/WindowInsets.getTop|getTop(androidx.compose.ui.unit.Density){}[0]
     final object Companion // androidx.compose.foundation.layout/WindowInsets.Companion|null[0]
 }
-final class androidx.compose.foundation.layout/ContextualFlowColumnOverflow : androidx.compose.foundation.layout/FlowLayoutOverflow { // androidx.compose.foundation.layout/ContextualFlowColumnOverflow|null[0]
-    final object Companion { // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion|null[0]
-        final fun expandIndicator(kotlin/Function1<androidx.compose.foundation.layout/ContextualFlowColumnOverflowScope, kotlin/Unit>): androidx.compose.foundation.layout/ContextualFlowColumnOverflow // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion.expandIndicator|expandIndicator(kotlin.Function1<androidx.compose.foundation.layout.ContextualFlowColumnOverflowScope,kotlin.Unit>){}[0]
-        final fun expandOrCollapseIndicator(kotlin/Function1<androidx.compose.foundation.layout/ContextualFlowColumnOverflowScope, kotlin/Unit>, kotlin/Function1<androidx.compose.foundation.layout/ContextualFlowColumnOverflowScope, kotlin/Unit>, kotlin/Int =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/ContextualFlowColumnOverflow // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion.expandOrCollapseIndicator|expandOrCollapseIndicator(kotlin.Function1<androidx.compose.foundation.layout.ContextualFlowColumnOverflowScope,kotlin.Unit>;kotlin.Function1<androidx.compose.foundation.layout.ContextualFlowColumnOverflowScope,kotlin.Unit>;kotlin.Int;androidx.compose.ui.unit.Dp){}[0]
-        final val Clip // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion.Clip|{}Clip[0]
-            final fun <get-Clip>(): androidx.compose.foundation.layout/ContextualFlowColumnOverflow // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion.Clip.<get-Clip>|<get-Clip>(){}[0]
-        final val Visible // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion.Visible|{}Visible[0]
-            final fun <get-Visible>(): androidx.compose.foundation.layout/ContextualFlowColumnOverflow // androidx.compose.foundation.layout/ContextualFlowColumnOverflow.Companion.Visible.<get-Visible>|<get-Visible>(){}[0]
-    }
-}
-final class androidx.compose.foundation.layout/ContextualFlowRowOverflow : androidx.compose.foundation.layout/FlowLayoutOverflow { // androidx.compose.foundation.layout/ContextualFlowRowOverflow|null[0]
-    final object Companion { // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion|null[0]
-        final fun expandIndicator(kotlin/Function1<androidx.compose.foundation.layout/ContextualFlowRowOverflowScope, kotlin/Unit>): androidx.compose.foundation.layout/ContextualFlowRowOverflow // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion.expandIndicator|expandIndicator(kotlin.Function1<androidx.compose.foundation.layout.ContextualFlowRowOverflowScope,kotlin.Unit>){}[0]
-        final fun expandOrCollapseIndicator(kotlin/Function1<androidx.compose.foundation.layout/ContextualFlowRowOverflowScope, kotlin/Unit>, kotlin/Function1<androidx.compose.foundation.layout/ContextualFlowRowOverflowScope, kotlin/Unit>, kotlin/Int =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/ContextualFlowRowOverflow // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion.expandOrCollapseIndicator|expandOrCollapseIndicator(kotlin.Function1<androidx.compose.foundation.layout.ContextualFlowRowOverflowScope,kotlin.Unit>;kotlin.Function1<androidx.compose.foundation.layout.ContextualFlowRowOverflowScope,kotlin.Unit>;kotlin.Int;androidx.compose.ui.unit.Dp){}[0]
-        final val Clip // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion.Clip|{}Clip[0]
-            final fun <get-Clip>(): androidx.compose.foundation.layout/ContextualFlowRowOverflow // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion.Clip.<get-Clip>|<get-Clip>(){}[0]
-        final val Visible // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion.Visible|{}Visible[0]
-            final fun <get-Visible>(): androidx.compose.foundation.layout/ContextualFlowRowOverflow // androidx.compose.foundation.layout/ContextualFlowRowOverflow.Companion.Visible.<get-Visible>|<get-Visible>(){}[0]
-    }
-}
-final class androidx.compose.foundation.layout/FlowColumnOverflow : androidx.compose.foundation.layout/FlowLayoutOverflow { // androidx.compose.foundation.layout/FlowColumnOverflow|null[0]
-    final object Companion { // androidx.compose.foundation.layout/FlowColumnOverflow.Companion|null[0]
-        final fun expandIndicator(kotlin/Function1<androidx.compose.foundation.layout/FlowColumnOverflowScope, kotlin/Unit>): androidx.compose.foundation.layout/FlowColumnOverflow // androidx.compose.foundation.layout/FlowColumnOverflow.Companion.expandIndicator|expandIndicator(kotlin.Function1<androidx.compose.foundation.layout.FlowColumnOverflowScope,kotlin.Unit>){}[0]
-        final fun expandOrCollapseIndicator(kotlin/Function1<androidx.compose.foundation.layout/FlowColumnOverflowScope, kotlin/Unit>, kotlin/Function1<androidx.compose.foundation.layout/FlowColumnOverflowScope, kotlin/Unit>, kotlin/Int =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/FlowColumnOverflow // androidx.compose.foundation.layout/FlowColumnOverflow.Companion.expandOrCollapseIndicator|expandOrCollapseIndicator(kotlin.Function1<androidx.compose.foundation.layout.FlowColumnOverflowScope,kotlin.Unit>;kotlin.Function1<androidx.compose.foundation.layout.FlowColumnOverflowScope,kotlin.Unit>;kotlin.Int;androidx.compose.ui.unit.Dp){}[0]
-        final val Clip // androidx.compose.foundation.layout/FlowColumnOverflow.Companion.Clip|{}Clip[0]
-            final fun <get-Clip>(): androidx.compose.foundation.layout/FlowColumnOverflow // androidx.compose.foundation.layout/FlowColumnOverflow.Companion.Clip.<get-Clip>|<get-Clip>(){}[0]
-        final val Visible // androidx.compose.foundation.layout/FlowColumnOverflow.Companion.Visible|{}Visible[0]
-            final fun <get-Visible>(): androidx.compose.foundation.layout/FlowColumnOverflow // androidx.compose.foundation.layout/FlowColumnOverflow.Companion.Visible.<get-Visible>|<get-Visible>(){}[0]
-    }
-}
-final class androidx.compose.foundation.layout/FlowRowOverflow : androidx.compose.foundation.layout/FlowLayoutOverflow { // androidx.compose.foundation.layout/FlowRowOverflow|null[0]
-    final object Companion { // androidx.compose.foundation.layout/FlowRowOverflow.Companion|null[0]
-        final fun expandIndicator(kotlin/Function1<androidx.compose.foundation.layout/FlowRowOverflowScope, kotlin/Unit>): androidx.compose.foundation.layout/FlowRowOverflow // androidx.compose.foundation.layout/FlowRowOverflow.Companion.expandIndicator|expandIndicator(kotlin.Function1<androidx.compose.foundation.layout.FlowRowOverflowScope,kotlin.Unit>){}[0]
-        final fun expandOrCollapseIndicator(kotlin/Function1<androidx.compose.foundation.layout/FlowRowOverflowScope, kotlin/Unit>, kotlin/Function1<androidx.compose.foundation.layout/FlowRowOverflowScope, kotlin/Unit>, kotlin/Int =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/FlowRowOverflow // androidx.compose.foundation.layout/FlowRowOverflow.Companion.expandOrCollapseIndicator|expandOrCollapseIndicator(kotlin.Function1<androidx.compose.foundation.layout.FlowRowOverflowScope,kotlin.Unit>;kotlin.Function1<androidx.compose.foundation.layout.FlowRowOverflowScope,kotlin.Unit>;kotlin.Int;androidx.compose.ui.unit.Dp){}[0]
-        final val Clip // androidx.compose.foundation.layout/FlowRowOverflow.Companion.Clip|{}Clip[0]
-            final fun <get-Clip>(): androidx.compose.foundation.layout/FlowRowOverflow // androidx.compose.foundation.layout/FlowRowOverflow.Companion.Clip.<get-Clip>|<get-Clip>(){}[0]
-        final val Visible // androidx.compose.foundation.layout/FlowRowOverflow.Companion.Visible|{}Visible[0]
-            final fun <get-Visible>(): androidx.compose.foundation.layout/FlowRowOverflow // androidx.compose.foundation.layout/FlowRowOverflow.Companion.Visible.<get-Visible>|<get-Visible>(){}[0]
-    }
-}
-final class androidx.compose.foundation.layout/MutableWindowInsets : androidx.compose.foundation.layout/WindowInsets { // androidx.compose.foundation.layout/MutableWindowInsets|null[0]
-    constructor <init>(androidx.compose.foundation.layout/WindowInsets =...) // androidx.compose.foundation.layout/MutableWindowInsets.<init>|<init>(androidx.compose.foundation.layout.WindowInsets){}[0]
-    final fun getBottom(androidx.compose.ui.unit/Density): kotlin/Int // androidx.compose.foundation.layout/MutableWindowInsets.getBottom|getBottom(androidx.compose.ui.unit.Density){}[0]
-    final fun getLeft(androidx.compose.ui.unit/Density, androidx.compose.ui.unit/LayoutDirection): kotlin/Int // androidx.compose.foundation.layout/MutableWindowInsets.getLeft|getLeft(androidx.compose.ui.unit.Density;androidx.compose.ui.unit.LayoutDirection){}[0]
-    final fun getRight(androidx.compose.ui.unit/Density, androidx.compose.ui.unit/LayoutDirection): kotlin/Int // androidx.compose.foundation.layout/MutableWindowInsets.getRight|getRight(androidx.compose.ui.unit.Density;androidx.compose.ui.unit.LayoutDirection){}[0]
-    final fun getTop(androidx.compose.ui.unit/Density): kotlin/Int // androidx.compose.foundation.layout/MutableWindowInsets.getTop|getTop(androidx.compose.ui.unit.Density){}[0]
-    final var insets // androidx.compose.foundation.layout/MutableWindowInsets.insets|{}insets[0]
-        final fun <get-insets>(): androidx.compose.foundation.layout/WindowInsets // androidx.compose.foundation.layout/MutableWindowInsets.insets.<get-insets>|<get-insets>(){}[0]
-        final fun <set-insets>(androidx.compose.foundation.layout/WindowInsets) // androidx.compose.foundation.layout/MutableWindowInsets.insets.<set-insets>|<set-insets>(androidx.compose.foundation.layout.WindowInsets){}[0]
-}
 final enum class androidx.compose.foundation.layout/IntrinsicSize : kotlin/Enum<androidx.compose.foundation.layout/IntrinsicSize> { // androidx.compose.foundation.layout/IntrinsicSize|null[0]
     enum entry Max // androidx.compose.foundation.layout/IntrinsicSize.Max|null[0]
     enum entry Min // androidx.compose.foundation.layout/IntrinsicSize.Min|null[0]
@@ -225,10 +135,6 @@
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.layout/wrapContentWidth(androidx.compose.ui/Alignment.Horizontal =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.layout/wrapContentWidth|[email protected](androidx.compose.ui.Alignment.Horizontal;kotlin.Boolean){}[0]
 final fun androidx.compose.foundation.layout/Box(androidx.compose.ui/Modifier) // androidx.compose.foundation.layout/Box|Box(androidx.compose.ui.Modifier){}[0]
 final fun androidx.compose.foundation.layout/BoxWithConstraints(androidx.compose.ui/Modifier =..., androidx.compose.ui/Alignment =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.layout/BoxWithConstraintsScope, kotlin/Unit>) // androidx.compose.foundation.layout/BoxWithConstraints|BoxWithConstraints(androidx.compose.ui.Modifier;androidx.compose.ui.Alignment;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.layout.BoxWithConstraintsScope,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.layout/ContextualFlowColumn(kotlin/Int, androidx.compose.ui/Modifier =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.layout/ContextualFlowColumnOverflow =..., kotlin/Function2<androidx.compose.foundation.layout/ContextualFlowColumnScope, kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.layout/ContextualFlowColumn|ContextualFlowColumn(kotlin.Int;androidx.compose.ui.Modifier;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.foundation.layout.Arrangement.Horizontal;kotlin.Int;kotlin.Int;androidx.compose.foundation.layout.ContextualFlowColumnOverflow;kotlin.Function2<androidx.compose.foundation.layout.ContextualFlowColumnScope,kotlin.Int,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.layout/ContextualFlowRow(kotlin/Int, androidx.compose.ui/Modifier =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.layout/ContextualFlowRowOverflow =..., kotlin/Function2<androidx.compose.foundation.layout/ContextualFlowRowScope, kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.layout/ContextualFlowRow|ContextualFlowRow(kotlin.Int;androidx.compose.ui.Modifier;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.foundation.layout.Arrangement.Vertical;kotlin.Int;kotlin.Int;androidx.compose.foundation.layout.ContextualFlowRowOverflow;kotlin.Function2<androidx.compose.foundation.layout.ContextualFlowRowScope,kotlin.Int,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.layout/FlowColumn(androidx.compose.ui/Modifier =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.layout/FlowColumnOverflow =..., kotlin/Function1<androidx.compose.foundation.layout/FlowColumnScope, kotlin/Unit>) // androidx.compose.foundation.layout/FlowColumn|FlowColumn(androidx.compose.ui.Modifier;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.foundation.layout.Arrangement.Horizontal;kotlin.Int;kotlin.Int;androidx.compose.foundation.layout.FlowColumnOverflow;kotlin.Function1<androidx.compose.foundation.layout.FlowColumnScope,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.layout/FlowRow(androidx.compose.ui/Modifier =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.layout/FlowRowOverflow =..., kotlin/Function1<androidx.compose.foundation.layout/FlowRowScope, kotlin/Unit>) // androidx.compose.foundation.layout/FlowRow|FlowRow(androidx.compose.ui.Modifier;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.foundation.layout.Arrangement.Vertical;kotlin.Int;kotlin.Int;androidx.compose.foundation.layout.FlowRowOverflow;kotlin.Function1<androidx.compose.foundation.layout.FlowRowScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.layout/PaddingValues(androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/PaddingValues // androidx.compose.foundation.layout/PaddingValues|PaddingValues(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.foundation.layout/PaddingValues(androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/PaddingValues // androidx.compose.foundation.layout/PaddingValues|PaddingValues(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.foundation.layout/PaddingValues(androidx.compose.ui.unit/Dp): androidx.compose.foundation.layout/PaddingValues // androidx.compose.foundation.layout/PaddingValues|PaddingValues(androidx.compose.ui.unit.Dp){}[0]
@@ -359,6 +265,3 @@
 open annotation class androidx.compose.foundation.layout/LayoutScopeMarker : kotlin/Annotation { // androidx.compose.foundation.layout/LayoutScopeMarker|null[0]
     constructor <init>() // androidx.compose.foundation.layout/LayoutScopeMarker.<init>|<init>(){}[0]
 }
-sealed class androidx.compose.foundation.layout/FlowLayoutOverflow { // androidx.compose.foundation.layout/FlowLayoutOverflow|null[0]
-    constructor <init>(androidx.compose.foundation.layout/FlowLayoutOverflow.OverflowType, kotlin/Int =..., kotlin/Int =..., kotlin/Function1<androidx.compose.foundation.layout/FlowLayoutOverflowState, kotlin/Function0<kotlin/Unit>>? =..., kotlin/Function1<androidx.compose.foundation.layout/FlowLayoutOverflowState, kotlin/Function0<kotlin/Unit>>? =...) // androidx.compose.foundation.layout/FlowLayoutOverflow.<init>|<init>(androidx.compose.foundation.layout.FlowLayoutOverflow.OverflowType;kotlin.Int;kotlin.Int;kotlin.Function1<androidx.compose.foundation.layout.FlowLayoutOverflowState,kotlin.Function0<kotlin.Unit>>?;kotlin.Function1<androidx.compose.foundation.layout.FlowLayoutOverflowState,kotlin.Function0<kotlin.Unit>>?){}[0]
-}
diff --git a/compose/foundation/foundation/bcv/native/1.7.0.txt b/compose/foundation/foundation/bcv/native/1.7.0.txt
index fe430df..bea6859 100644
--- a/compose/foundation/foundation/bcv/native/1.7.0.txt
+++ b/compose/foundation/foundation/bcv/native/1.7.0.txt
@@ -6,28 +6,10 @@
 // - Show declarations: true
 
 // Library unique name: <androidx.compose.foundation:foundation>
-abstract class <#A: androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.Interval> androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent { // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent|null[0]
-    abstract interface Interval { // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.Interval|null[0]
-        open val key // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.Interval.key|<get-key>(){}[0]
-            open fun <get-key>(): kotlin/Function1<kotlin/Int, kotlin/Any>? // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.Interval.key.<get-key>|<get-key>(){}[0]
-        open val type // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.Interval.type|<get-type>(){}[0]
-            open fun <get-type>(): kotlin/Function1<kotlin/Int, kotlin/Any?> // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.Interval.type.<get-type>|<get-type>(){}[0]
-    }
-    abstract val intervals // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.intervals|{}intervals[0]
-        abstract fun <get-intervals>(): androidx.compose.foundation.lazy.layout/IntervalList<#A> // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.intervals.<get-intervals>|<get-intervals>(){}[0]
-    constructor <init>() // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.<init>|<init>(){}[0]
-    final fun getContentType(kotlin/Int): kotlin/Any? // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.getContentType|getContentType(kotlin.Int){}[0]
-    final fun getKey(kotlin/Int): kotlin/Any // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.getKey|getKey(kotlin.Int){}[0]
-    final inline fun <#A1: kotlin/Any?> withInterval(kotlin/Int, kotlin/Function2<kotlin/Int, #A, #A1>): #A1 // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.withInterval|withInterval(kotlin.Int;kotlin.Function2<kotlin.Int,1:0,0:0>){0§<kotlin.Any?>}[0]
-    final val itemCount // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.itemCount|{}itemCount[0]
-        final fun <get-itemCount>(): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutIntervalContent.itemCount.<get-itemCount>|<get-itemCount>(){}[0]
-}
 abstract class androidx.compose.foundation.pager/PagerState : androidx.compose.foundation.gestures/ScrollableState { // androidx.compose.foundation.pager/PagerState|null[0]
     abstract val pageCount // androidx.compose.foundation.pager/PagerState.pageCount|<get-pageCount>(){}[0]
         abstract fun <get-pageCount>(): kotlin/Int // androidx.compose.foundation.pager/PagerState.pageCount.<get-pageCount>|<get-pageCount>(){}[0]
     constructor <init>(kotlin/Int =..., kotlin/Float =...) // androidx.compose.foundation.pager/PagerState.<init>|<init>(kotlin.Int;kotlin.Float){}[0]
-    final fun (androidx.compose.foundation.gestures/ScrollScope).updateCurrentPage(kotlin/Int, kotlin/Float =...) // androidx.compose.foundation.pager/PagerState.updateCurrentPage|updateCurrentPage@androidx.compose.foundation.gestures.ScrollScope(kotlin.Int;kotlin.Float){}[0]
-    final fun (androidx.compose.foundation.gestures/ScrollScope).updateTargetPage(kotlin/Int) // androidx.compose.foundation.pager/PagerState.updateTargetPage|updateTargetPage@androidx.compose.foundation.gestures.ScrollScope(kotlin.Int){}[0]
     final fun getOffsetDistanceInPages(kotlin/Int): kotlin/Float // androidx.compose.foundation.pager/PagerState.getOffsetDistanceInPages|getOffsetDistanceInPages(kotlin.Int){}[0]
     final fun requestScrollToPage(kotlin/Int, kotlin/Float =...) // androidx.compose.foundation.pager/PagerState.requestScrollToPage|requestScrollToPage(kotlin.Int;kotlin.Float){}[0]
     final suspend fun animateScrollToPage(kotlin/Int, kotlin/Float =..., androidx.compose.animation.core/AnimationSpec<kotlin/Float> =...) // androidx.compose.foundation.pager/PagerState.animateScrollToPage|animateScrollToPage(kotlin.Int;kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>){}[0]
@@ -72,13 +54,6 @@
     final val topStart // androidx.compose.foundation.shape/CornerBasedShape.topStart|{}topStart[0]
         final fun <get-topStart>(): androidx.compose.foundation.shape/CornerSize // androidx.compose.foundation.shape/CornerBasedShape.topStart.<get-topStart>|<get-topStart>(){}[0]
 }
-abstract fun interface androidx.compose.foundation.content/ReceiveContentListener { // androidx.compose.foundation.content/ReceiveContentListener|null[0]
-    abstract fun onReceive(androidx.compose.foundation.content/TransferableContent): androidx.compose.foundation.content/TransferableContent? // androidx.compose.foundation.content/ReceiveContentListener.onReceive|onReceive(androidx.compose.foundation.content.TransferableContent){}[0]
-    open fun onDragEnd() // androidx.compose.foundation.content/ReceiveContentListener.onDragEnd|onDragEnd(){}[0]
-    open fun onDragEnter() // androidx.compose.foundation.content/ReceiveContentListener.onDragEnter|onDragEnter(){}[0]
-    open fun onDragExit() // androidx.compose.foundation.content/ReceiveContentListener.onDragExit|onDragExit(){}[0]
-    open fun onDragStart() // androidx.compose.foundation.content/ReceiveContentListener.onDragStart|onDragStart(){}[0]
-}
 abstract fun interface androidx.compose.foundation.text.input/InputTransformation { // androidx.compose.foundation.text.input/InputTransformation|null[0]
     abstract fun (androidx.compose.foundation.text.input/TextFieldBuffer).transformInput() // androidx.compose.foundation.text.input/InputTransformation.transformInput|transformInput@androidx.compose.foundation.text.input.TextFieldBuffer(){}[0]
     final object Companion : androidx.compose.foundation.text.input/InputTransformation { // androidx.compose.foundation.text.input/InputTransformation.Companion|null[0]
@@ -103,20 +78,6 @@
         final fun fractionOfContainer(kotlin/Float): androidx.compose.foundation/MarqueeSpacing // androidx.compose.foundation/MarqueeSpacing.Companion.fractionOfContainer|fractionOfContainer(kotlin.Float){}[0]
     }
 }
-abstract interface <#A: kotlin/Any?> androidx.compose.foundation.gestures/DraggableAnchors { // androidx.compose.foundation.gestures/DraggableAnchors|null[0]
-    abstract fun closestAnchor(kotlin/Float): #A? // androidx.compose.foundation.gestures/DraggableAnchors.closestAnchor|closestAnchor(kotlin.Float){}[0]
-    abstract fun closestAnchor(kotlin/Float, kotlin/Boolean): #A? // androidx.compose.foundation.gestures/DraggableAnchors.closestAnchor|closestAnchor(kotlin.Float;kotlin.Boolean){}[0]
-    abstract fun forEach(kotlin/Function2<#A, kotlin/Float, kotlin/Unit>) // androidx.compose.foundation.gestures/DraggableAnchors.forEach|forEach(kotlin.Function2<1:0,kotlin.Float,kotlin.Unit>){}[0]
-    abstract fun hasAnchorFor(#A): kotlin/Boolean // androidx.compose.foundation.gestures/DraggableAnchors.hasAnchorFor|hasAnchorFor(1:0){}[0]
-    abstract fun maxAnchor(): kotlin/Float // androidx.compose.foundation.gestures/DraggableAnchors.maxAnchor|maxAnchor(){}[0]
-    abstract fun minAnchor(): kotlin/Float // androidx.compose.foundation.gestures/DraggableAnchors.minAnchor|minAnchor(){}[0]
-    abstract fun positionOf(#A): kotlin/Float // androidx.compose.foundation.gestures/DraggableAnchors.positionOf|positionOf(1:0){}[0]
-    abstract val size // androidx.compose.foundation.gestures/DraggableAnchors.size|{}size[0]
-        abstract fun <get-size>(): kotlin/Int // androidx.compose.foundation.gestures/DraggableAnchors.size.<get-size>|<get-size>(){}[0]
-}
-abstract interface androidx.compose.foundation.draganddrop/DragAndDropSourceScope : androidx.compose.ui.input.pointer/PointerInputScope { // androidx.compose.foundation.draganddrop/DragAndDropSourceScope|null[0]
-    abstract fun startTransfer(androidx.compose.ui.draganddrop/DragAndDropTransferData) // androidx.compose.foundation.draganddrop/DragAndDropSourceScope.startTransfer|startTransfer(androidx.compose.ui.draganddrop.DragAndDropTransferData){}[0]
-}
 abstract interface androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider { // androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider|null[0]
     abstract fun calculateSnapOffset(kotlin/Float): kotlin/Float // androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider.calculateSnapOffset|calculateSnapOffset(kotlin.Float){}[0]
     open fun calculateApproachOffset(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider.calculateApproachOffset|calculateApproachOffset(kotlin.Float;kotlin.Float){}[0]
@@ -136,28 +97,9 @@
         final fun toString(): kotlin/String // androidx.compose.foundation.gestures.snapping/SnapPosition.Start.toString|toString(){}[0]
     }
 }
-abstract interface androidx.compose.foundation.gestures/AnchoredDragScope { // androidx.compose.foundation.gestures/AnchoredDragScope|null[0]
-    abstract fun dragTo(kotlin/Float, kotlin/Float =...) // androidx.compose.foundation.gestures/AnchoredDragScope.dragTo|dragTo(kotlin.Float;kotlin.Float){}[0]
-}
-abstract interface androidx.compose.foundation.gestures/BringIntoViewSpec { // androidx.compose.foundation.gestures/BringIntoViewSpec|null[0]
-    final object Companion { // androidx.compose.foundation.gestures/BringIntoViewSpec.Companion|null[0]
-        final val DefaultScrollAnimationSpec // androidx.compose.foundation.gestures/BringIntoViewSpec.Companion.DefaultScrollAnimationSpec|<get-DefaultScrollAnimationSpec>(){}[0]
-            final fun <get-DefaultScrollAnimationSpec>(): androidx.compose.animation.core/AnimationSpec<kotlin/Float> // androidx.compose.foundation.gestures/BringIntoViewSpec.Companion.DefaultScrollAnimationSpec.<get-DefaultScrollAnimationSpec>|<get-DefaultScrollAnimationSpec>(){}[0]
-    }
-    open fun calculateScrollDistance(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.foundation.gestures/BringIntoViewSpec.calculateScrollDistance|calculateScrollDistance(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
-    open val scrollAnimationSpec // androidx.compose.foundation.gestures/BringIntoViewSpec.scrollAnimationSpec|{}scrollAnimationSpec[0]
-        open fun <get-scrollAnimationSpec>(): androidx.compose.animation.core/AnimationSpec<kotlin/Float> // androidx.compose.foundation.gestures/BringIntoViewSpec.scrollAnimationSpec.<get-scrollAnimationSpec>|<get-scrollAnimationSpec>(){}[0]
-}
-abstract interface androidx.compose.foundation.gestures/Drag2DScope { // androidx.compose.foundation.gestures/Drag2DScope|null[0]
-    abstract fun dragBy(androidx.compose.ui.geometry/Offset) // androidx.compose.foundation.gestures/Drag2DScope.dragBy|dragBy(androidx.compose.ui.geometry.Offset){}[0]
-}
 abstract interface androidx.compose.foundation.gestures/DragScope { // androidx.compose.foundation.gestures/DragScope|null[0]
     abstract fun dragBy(kotlin/Float) // androidx.compose.foundation.gestures/DragScope.dragBy|dragBy(kotlin.Float){}[0]
 }
-abstract interface androidx.compose.foundation.gestures/Draggable2DState { // androidx.compose.foundation.gestures/Draggable2DState|null[0]
-    abstract fun dispatchRawDelta(androidx.compose.ui.geometry/Offset) // androidx.compose.foundation.gestures/Draggable2DState.dispatchRawDelta|dispatchRawDelta(androidx.compose.ui.geometry.Offset){}[0]
-    abstract suspend fun drag(androidx.compose.foundation/MutatePriority =..., kotlin.coroutines/SuspendFunction1<androidx.compose.foundation.gestures/Drag2DScope, kotlin/Unit>) // androidx.compose.foundation.gestures/Draggable2DState.drag|drag(androidx.compose.foundation.MutatePriority;kotlin.coroutines.SuspendFunction1<androidx.compose.foundation.gestures.Drag2DScope,kotlin.Unit>){}[0]
-}
 abstract interface androidx.compose.foundation.gestures/DraggableState { // androidx.compose.foundation.gestures/DraggableState|null[0]
     abstract fun dispatchRawDelta(kotlin/Float) // androidx.compose.foundation.gestures/DraggableState.dispatchRawDelta|dispatchRawDelta(kotlin.Float){}[0]
     abstract suspend fun drag(androidx.compose.foundation/MutatePriority =..., kotlin.coroutines/SuspendFunction1<androidx.compose.foundation.gestures/DragScope, kotlin/Unit>) // androidx.compose.foundation.gestures/DraggableState.drag|drag(androidx.compose.foundation.MutatePriority;kotlin.coroutines.SuspendFunction1<androidx.compose.foundation.gestures.DragScope,kotlin.Unit>){}[0]
@@ -280,30 +222,6 @@
         final fun hashCode(): kotlin/Int // androidx.compose.foundation.lazy.grid/GridCells.FixedSize.hashCode|hashCode(){}[0]
     }
 }
-abstract interface androidx.compose.foundation.lazy.grid/LazyGridPrefetchScope { // androidx.compose.foundation.lazy.grid/LazyGridPrefetchScope|null[0]
-    abstract fun scheduleLinePrefetch(kotlin/Int): kotlin.collections/List<androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle> // androidx.compose.foundation.lazy.grid/LazyGridPrefetchScope.scheduleLinePrefetch|scheduleLinePrefetch(kotlin.Int){}[0]
-}
-abstract interface androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy { // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy|null[0]
-    abstract fun (androidx.compose.foundation.lazy.grid/LazyGridPrefetchScope).onScroll(kotlin/Float, androidx.compose.foundation.lazy.grid/LazyGridLayoutInfo) // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy.onScroll|onScroll@androidx.compose.foundation.lazy.grid.LazyGridPrefetchScope(kotlin.Float;androidx.compose.foundation.lazy.grid.LazyGridLayoutInfo){}[0]
-    abstract fun (androidx.compose.foundation.lazy.grid/LazyGridPrefetchScope).onVisibleItemsUpdated(androidx.compose.foundation.lazy.grid/LazyGridLayoutInfo) // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy.onVisibleItemsUpdated|onVisibleItemsUpdated@androidx.compose.foundation.lazy.grid.LazyGridPrefetchScope(androidx.compose.foundation.lazy.grid.LazyGridLayoutInfo){}[0]
-    abstract fun (androidx.compose.foundation.lazy.layout/NestedPrefetchScope).onNestedPrefetch(kotlin/Int) // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy.onNestedPrefetch|onNestedPrefetch@androidx.compose.foundation.lazy.layout.NestedPrefetchScope(kotlin.Int){}[0]
-    open val prefetchScheduler // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy.prefetchScheduler|{}prefetchScheduler[0]
-        open fun <get-prefetchScheduler>(): androidx.compose.foundation.lazy.layout/PrefetchScheduler? // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy.prefetchScheduler.<get-prefetchScheduler>|<get-prefetchScheduler>(){}[0]
-}
-abstract interface androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider { // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider|null[0]
-    abstract fun Item(kotlin/Int, kotlin/Any) // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider.Item|Item(kotlin.Int;kotlin.Any){}[0]
-    abstract val itemCount // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider.itemCount|{}itemCount[0]
-        abstract fun <get-itemCount>(): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider.itemCount.<get-itemCount>|<get-itemCount>(){}[0]
-    open fun getContentType(kotlin/Int): kotlin/Any? // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider.getContentType|getContentType(kotlin.Int){}[0]
-    open fun getIndex(kotlin/Any): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider.getIndex|getIndex(kotlin.Any){}[0]
-    open fun getKey(kotlin/Int): kotlin/Any // androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider.getKey|getKey(kotlin.Int){}[0]
-}
-abstract interface androidx.compose.foundation.lazy.layout/PrefetchRequestScope { // androidx.compose.foundation.lazy.layout/PrefetchRequestScope|null[0]
-    abstract fun availableTimeNanos(): kotlin/Long // androidx.compose.foundation.lazy.layout/PrefetchRequestScope.availableTimeNanos|availableTimeNanos(){}[0]
-}
-abstract interface androidx.compose.foundation.lazy.layout/PrefetchScheduler { // androidx.compose.foundation.lazy.layout/PrefetchScheduler|null[0]
-    abstract fun schedulePrefetch(androidx.compose.foundation.lazy.layout/PrefetchRequest) // androidx.compose.foundation.lazy.layout/PrefetchScheduler.schedulePrefetch|schedulePrefetch(androidx.compose.foundation.lazy.layout.PrefetchRequest){}[0]
-}
 abstract interface androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells { // androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells|null[0]
     abstract fun (androidx.compose.ui.unit/Density).calculateCrossAxisCellSizes(kotlin/Int, kotlin/Int): kotlin/IntArray // androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells.calculateCrossAxisCellSizes|[email protected](kotlin.Int;kotlin.Int){}[0]
     final class Adaptive : androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells { // androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells.Adaptive|null[0]
@@ -330,7 +248,6 @@
     abstract fun (androidx.compose.ui/Modifier).fillParentMaxSize(kotlin/Float =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy/LazyItemScope.fillParentMaxSize|[email protected](kotlin.Float){}[0]
     abstract fun (androidx.compose.ui/Modifier).fillParentMaxWidth(kotlin/Float =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy/LazyItemScope.fillParentMaxWidth|[email protected](kotlin.Float){}[0]
     open fun (androidx.compose.ui/Modifier).animateItem(androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =..., androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset>? =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy/LazyItemScope.animateItem|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?;androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>?;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?){}[0]
-    open fun (androidx.compose.ui/Modifier).animateItemPlacement(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset> =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy/LazyItemScope.animateItemPlacement|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>){}[0]
 }
 abstract interface androidx.compose.foundation.lazy/LazyListItemInfo { // androidx.compose.foundation.lazy/LazyListItemInfo|null[0]
     abstract val index // androidx.compose.foundation.lazy/LazyListItemInfo.index|{}index[0]
@@ -366,18 +283,7 @@
     open val viewportSize // androidx.compose.foundation.lazy/LazyListLayoutInfo.viewportSize|{}viewportSize[0]
         open fun <get-viewportSize>(): androidx.compose.ui.unit/IntSize // androidx.compose.foundation.lazy/LazyListLayoutInfo.viewportSize.<get-viewportSize>|<get-viewportSize>(){}[0]
 }
-abstract interface androidx.compose.foundation.lazy/LazyListPrefetchScope { // androidx.compose.foundation.lazy/LazyListPrefetchScope|null[0]
-    abstract fun schedulePrefetch(kotlin/Int): androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle // androidx.compose.foundation.lazy/LazyListPrefetchScope.schedulePrefetch|schedulePrefetch(kotlin.Int){}[0]
-}
-abstract interface androidx.compose.foundation.lazy/LazyListPrefetchStrategy { // androidx.compose.foundation.lazy/LazyListPrefetchStrategy|null[0]
-    abstract fun (androidx.compose.foundation.lazy.layout/NestedPrefetchScope).onNestedPrefetch(kotlin/Int) // androidx.compose.foundation.lazy/LazyListPrefetchStrategy.onNestedPrefetch|onNestedPrefetch@androidx.compose.foundation.lazy.layout.NestedPrefetchScope(kotlin.Int){}[0]
-    abstract fun (androidx.compose.foundation.lazy/LazyListPrefetchScope).onScroll(kotlin/Float, androidx.compose.foundation.lazy/LazyListLayoutInfo) // androidx.compose.foundation.lazy/LazyListPrefetchStrategy.onScroll|[email protected](kotlin.Float;androidx.compose.foundation.lazy.LazyListLayoutInfo){}[0]
-    abstract fun (androidx.compose.foundation.lazy/LazyListPrefetchScope).onVisibleItemsUpdated(androidx.compose.foundation.lazy/LazyListLayoutInfo) // androidx.compose.foundation.lazy/LazyListPrefetchStrategy.onVisibleItemsUpdated|onVisibleItemsUpdated@androidx.compose.foundation.lazy.LazyListPrefetchScope(androidx.compose.foundation.lazy.LazyListLayoutInfo){}[0]
-    open val prefetchScheduler // androidx.compose.foundation.lazy/LazyListPrefetchStrategy.prefetchScheduler|{}prefetchScheduler[0]
-        open fun <get-prefetchScheduler>(): androidx.compose.foundation.lazy.layout/PrefetchScheduler? // androidx.compose.foundation.lazy/LazyListPrefetchStrategy.prefetchScheduler.<get-prefetchScheduler>|<get-prefetchScheduler>(){}[0]
-}
 abstract interface androidx.compose.foundation.lazy/LazyListScope { // androidx.compose.foundation.lazy/LazyListScope|null[0]
-    abstract fun stickyHeader(kotlin/Any? =..., kotlin/Any? =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyItemScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyListScope.stickyHeader|stickyHeader(kotlin.Any?;kotlin.Any?;kotlin.Function1<androidx.compose.foundation.lazy.LazyItemScope,kotlin.Unit>){}[0]
     open fun item(kotlin/Any? =..., kotlin/Any? =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyItemScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyListScope.item|item(kotlin.Any?;kotlin.Any?;kotlin.Function1<androidx.compose.foundation.lazy.LazyItemScope,kotlin.Unit>){}[0]
     open fun item(kotlin/Any? =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyItemScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyListScope.item|item(kotlin.Any?;kotlin.Function1<androidx.compose.foundation.lazy.LazyItemScope,kotlin.Unit>){}[0]
     open fun items(kotlin/Int, kotlin/Function1<kotlin/Int, kotlin/Any>? =..., kotlin/Function1<kotlin/Int, kotlin/Any?> =..., kotlin/Function2<androidx.compose.foundation.lazy/LazyItemScope, kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyListScope.items|items(kotlin.Int;kotlin.Function1<kotlin.Int,kotlin.Any>?;kotlin.Function1<kotlin.Int,kotlin.Any?>;kotlin.Function2<androidx.compose.foundation.lazy.LazyItemScope,kotlin.Int,kotlin.Unit>){}[0]
@@ -403,25 +309,12 @@
         final fun atMost(kotlin/Int): androidx.compose.foundation.pager/PagerSnapDistance // androidx.compose.foundation.pager/PagerSnapDistance.Companion.atMost|atMost(kotlin.Int){}[0]
     }
 }
-abstract interface androidx.compose.foundation.relocation/BringIntoViewResponder { // androidx.compose.foundation.relocation/BringIntoViewResponder|null[0]
-    abstract fun calculateRectForParent(androidx.compose.ui.geometry/Rect): androidx.compose.ui.geometry/Rect // androidx.compose.foundation.relocation/BringIntoViewResponder.calculateRectForParent|calculateRectForParent(androidx.compose.ui.geometry.Rect){}[0]
-    abstract suspend fun bringChildIntoView(kotlin/Function0<androidx.compose.ui.geometry/Rect?>) // androidx.compose.foundation.relocation/BringIntoViewResponder.bringChildIntoView|bringChildIntoView(kotlin.Function0<androidx.compose.ui.geometry.Rect?>){}[0]
-}
 abstract interface androidx.compose.foundation.shape/CornerSize { // androidx.compose.foundation.shape/CornerSize|null[0]
     abstract fun toPx(androidx.compose.ui.geometry/Size, androidx.compose.ui.unit/Density): kotlin/Float // androidx.compose.foundation.shape/CornerSize.toPx|toPx(androidx.compose.ui.geometry.Size;androidx.compose.ui.unit.Density){}[0]
 }
 abstract interface androidx.compose.foundation.text/KeyboardActionScope { // androidx.compose.foundation.text/KeyboardActionScope|null[0]
     abstract fun defaultKeyboardAction(androidx.compose.ui.text.input/ImeAction) // androidx.compose.foundation.text/KeyboardActionScope.defaultKeyboardAction|defaultKeyboardAction(androidx.compose.ui.text.input.ImeAction){}[0]
 }
-abstract interface androidx.compose.foundation/BasicTooltipState { // androidx.compose.foundation/BasicTooltipState|null[0]
-    abstract fun dismiss() // androidx.compose.foundation/BasicTooltipState.dismiss|dismiss(){}[0]
-    abstract fun onDispose() // androidx.compose.foundation/BasicTooltipState.onDispose|onDispose(){}[0]
-    abstract suspend fun show(androidx.compose.foundation/MutatePriority =...) // androidx.compose.foundation/BasicTooltipState.show|show(androidx.compose.foundation.MutatePriority){}[0]
-    abstract val isPersistent // androidx.compose.foundation/BasicTooltipState.isPersistent|<get-isPersistent>(){}[0]
-        abstract fun <get-isPersistent>(): kotlin/Boolean // androidx.compose.foundation/BasicTooltipState.isPersistent.<get-isPersistent>|<get-isPersistent>(){}[0]
-    abstract val isVisible // androidx.compose.foundation/BasicTooltipState.isVisible|<get-isVisible>(){}[0]
-        abstract fun <get-isVisible>(): kotlin/Boolean // androidx.compose.foundation/BasicTooltipState.isVisible.<get-isVisible>|<get-isVisible>(){}[0]
-}
 abstract interface androidx.compose.foundation/Indication { // androidx.compose.foundation/Indication|null[0]
     open fun rememberUpdatedInstance(androidx.compose.foundation.interaction/InteractionSource): androidx.compose.foundation/IndicationInstance // androidx.compose.foundation/Indication.rememberUpdatedInstance|rememberUpdatedInstance(androidx.compose.foundation.interaction.InteractionSource){}[0]
 }
@@ -433,60 +326,6 @@
     abstract fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.foundation/IndicationNodeFactory.equals|equals(kotlin.Any?){}[0]
     abstract fun hashCode(): kotlin/Int // androidx.compose.foundation/IndicationNodeFactory.hashCode|hashCode(){}[0]
 }
-abstract interface androidx.compose.foundation/OverscrollEffect { // androidx.compose.foundation/OverscrollEffect|null[0]
-    abstract fun applyToScroll(androidx.compose.ui.geometry/Offset, androidx.compose.ui.input.nestedscroll/NestedScrollSource, kotlin/Function1<androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset>): androidx.compose.ui.geometry/Offset // androidx.compose.foundation/OverscrollEffect.applyToScroll|applyToScroll(androidx.compose.ui.geometry.Offset;androidx.compose.ui.input.nestedscroll.NestedScrollSource;kotlin.Function1<androidx.compose.ui.geometry.Offset,androidx.compose.ui.geometry.Offset>){}[0]
-    abstract suspend fun applyToFling(androidx.compose.ui.unit/Velocity, kotlin.coroutines/SuspendFunction1<androidx.compose.ui.unit/Velocity, androidx.compose.ui.unit/Velocity>) // androidx.compose.foundation/OverscrollEffect.applyToFling|applyToFling(androidx.compose.ui.unit.Velocity;kotlin.coroutines.SuspendFunction1<androidx.compose.ui.unit.Velocity,androidx.compose.ui.unit.Velocity>){}[0]
-    abstract val effectModifier // androidx.compose.foundation/OverscrollEffect.effectModifier|{}effectModifier[0]
-        abstract fun <get-effectModifier>(): androidx.compose.ui/Modifier // androidx.compose.foundation/OverscrollEffect.effectModifier.<get-effectModifier>|<get-effectModifier>(){}[0]
-    abstract val isInProgress // androidx.compose.foundation/OverscrollEffect.isInProgress|{}isInProgress[0]
-        abstract fun <get-isInProgress>(): kotlin/Boolean // androidx.compose.foundation/OverscrollEffect.isInProgress.<get-isInProgress>|<get-isInProgress>(){}[0]
-}
-final class <#A: kotlin/Any?> androidx.compose.foundation.gestures/AnchoredDraggableState { // androidx.compose.foundation.gestures/AnchoredDraggableState|null[0]
-    constructor <init>(#A, androidx.compose.foundation.gestures/DraggableAnchors<#A>, kotlin/Function1<kotlin/Float, kotlin/Float>, kotlin/Function0<kotlin/Float>, androidx.compose.animation.core/AnimationSpec<kotlin/Float>, androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>, kotlin/Function1<#A, kotlin/Boolean> =...) // androidx.compose.foundation.gestures/AnchoredDraggableState.<init>|<init>(1:0;androidx.compose.foundation.gestures.DraggableAnchors<1:0>;kotlin.Function1<kotlin.Float,kotlin.Float>;kotlin.Function0<kotlin.Float>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>;kotlin.Function1<1:0,kotlin.Boolean>){}[0]
-    constructor <init>(#A, kotlin/Function1<kotlin/Float, kotlin/Float>, kotlin/Function0<kotlin/Float>, androidx.compose.animation.core/AnimationSpec<kotlin/Float>, androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>, kotlin/Function1<#A, kotlin/Boolean> =...) // androidx.compose.foundation.gestures/AnchoredDraggableState.<init>|<init>(1:0;kotlin.Function1<kotlin.Float,kotlin.Float>;kotlin.Function0<kotlin.Float>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>;kotlin.Function1<1:0,kotlin.Boolean>){}[0]
-    final fun dispatchRawDelta(kotlin/Float): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.dispatchRawDelta|dispatchRawDelta(kotlin.Float){}[0]
-    final fun progress(#A, #A): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.progress|progress(1:0;1:0){}[0]
-    final fun requireOffset(): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.requireOffset|requireOffset(){}[0]
-    final fun updateAnchors(androidx.compose.foundation.gestures/DraggableAnchors<#A>, #A =...) // androidx.compose.foundation.gestures/AnchoredDraggableState.updateAnchors|updateAnchors(androidx.compose.foundation.gestures.DraggableAnchors<1:0>;1:0){}[0]
-    final object Companion { // androidx.compose.foundation.gestures/AnchoredDraggableState.Companion|null[0]
-        final fun <#A2: kotlin/Any> Saver(androidx.compose.animation.core/AnimationSpec<kotlin/Float>, androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>, kotlin/Function1<kotlin/Float, kotlin/Float>, kotlin/Function0<kotlin/Float>, kotlin/Function1<#A2, kotlin/Boolean> =...): androidx.compose.runtime.saveable/Saver<androidx.compose.foundation.gestures/AnchoredDraggableState<#A2>, #A2> // androidx.compose.foundation.gestures/AnchoredDraggableState.Companion.Saver|Saver(androidx.compose.animation.core.AnimationSpec<kotlin.Float>;androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>;kotlin.Function1<kotlin.Float,kotlin.Float>;kotlin.Function0<kotlin.Float>;kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any>}[0]
-    }
-    final suspend fun anchoredDrag(#A, androidx.compose.foundation/MutatePriority =..., kotlin.coroutines/SuspendFunction3<androidx.compose.foundation.gestures/AnchoredDragScope, androidx.compose.foundation.gestures/DraggableAnchors<#A>, #A, kotlin/Unit>) // androidx.compose.foundation.gestures/AnchoredDraggableState.anchoredDrag|anchoredDrag(1:0;androidx.compose.foundation.MutatePriority;kotlin.coroutines.SuspendFunction3<androidx.compose.foundation.gestures.AnchoredDragScope,androidx.compose.foundation.gestures.DraggableAnchors<1:0>,1:0,kotlin.Unit>){}[0]
-    final suspend fun anchoredDrag(androidx.compose.foundation/MutatePriority =..., kotlin.coroutines/SuspendFunction2<androidx.compose.foundation.gestures/AnchoredDragScope, androidx.compose.foundation.gestures/DraggableAnchors<#A>, kotlin/Unit>) // androidx.compose.foundation.gestures/AnchoredDraggableState.anchoredDrag|anchoredDrag(androidx.compose.foundation.MutatePriority;kotlin.coroutines.SuspendFunction2<androidx.compose.foundation.gestures.AnchoredDragScope,androidx.compose.foundation.gestures.DraggableAnchors<1:0>,kotlin.Unit>){}[0]
-    final suspend fun settle(kotlin/Float): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.settle|settle(kotlin.Float){}[0]
-    final val decayAnimationSpec // androidx.compose.foundation.gestures/AnchoredDraggableState.decayAnimationSpec|{}decayAnimationSpec[0]
-        final fun <get-decayAnimationSpec>(): androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float> // androidx.compose.foundation.gestures/AnchoredDraggableState.decayAnimationSpec.<get-decayAnimationSpec>|<get-decayAnimationSpec>(){}[0]
-    final val isAnimationRunning // androidx.compose.foundation.gestures/AnchoredDraggableState.isAnimationRunning|<get-isAnimationRunning>(){}[0]
-        final fun <get-isAnimationRunning>(): kotlin/Boolean // androidx.compose.foundation.gestures/AnchoredDraggableState.isAnimationRunning.<get-isAnimationRunning>|<get-isAnimationRunning>(){}[0]
-    final val progress // androidx.compose.foundation.gestures/AnchoredDraggableState.progress|{}progress[0]
-        final fun <get-progress>(): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.progress.<get-progress>|<get-progress>(){}[0]
-    final val snapAnimationSpec // androidx.compose.foundation.gestures/AnchoredDraggableState.snapAnimationSpec|{}snapAnimationSpec[0]
-        final fun <get-snapAnimationSpec>(): androidx.compose.animation.core/AnimationSpec<kotlin/Float> // androidx.compose.foundation.gestures/AnchoredDraggableState.snapAnimationSpec.<get-snapAnimationSpec>|<get-snapAnimationSpec>(){}[0]
-    final val targetValue // androidx.compose.foundation.gestures/AnchoredDraggableState.targetValue|{}targetValue[0]
-        final fun <get-targetValue>(): #A // androidx.compose.foundation.gestures/AnchoredDraggableState.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
-    final var anchors // androidx.compose.foundation.gestures/AnchoredDraggableState.anchors|<get-anchors>(){}[0]
-        final fun <get-anchors>(): androidx.compose.foundation.gestures/DraggableAnchors<#A> // androidx.compose.foundation.gestures/AnchoredDraggableState.anchors.<get-anchors>|<get-anchors>(){}[0]
-    final var currentValue // androidx.compose.foundation.gestures/AnchoredDraggableState.currentValue|{}currentValue[0]
-        final fun <get-currentValue>(): #A // androidx.compose.foundation.gestures/AnchoredDraggableState.currentValue.<get-currentValue>|<get-currentValue>(){}[0]
-    final var lastVelocity // androidx.compose.foundation.gestures/AnchoredDraggableState.lastVelocity|{}lastVelocity[0]
-        final fun <get-lastVelocity>(): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.lastVelocity.<get-lastVelocity>|<get-lastVelocity>(){}[0]
-    final var offset // androidx.compose.foundation.gestures/AnchoredDraggableState.offset|<get-offset>(){}[0]
-        final fun <get-offset>(): kotlin/Float // androidx.compose.foundation.gestures/AnchoredDraggableState.offset.<get-offset>|<get-offset>(){}[0]
-    final var settledValue // androidx.compose.foundation.gestures/AnchoredDraggableState.settledValue|{}settledValue[0]
-        final fun <get-settledValue>(): #A // androidx.compose.foundation.gestures/AnchoredDraggableState.settledValue.<get-settledValue>|<get-settledValue>(){}[0]
-}
-final class <#A: kotlin/Any?> androidx.compose.foundation.gestures/DraggableAnchorsConfig { // androidx.compose.foundation.gestures/DraggableAnchorsConfig|null[0]
-    constructor <init>() // androidx.compose.foundation.gestures/DraggableAnchorsConfig.<init>|<init>(){}[0]
-    final fun (#A).at(kotlin/Float) // androidx.compose.foundation.gestures/DraggableAnchorsConfig.at|at@1:0(kotlin.Float){}[0]
-}
-final class <#A: kotlin/Any?> androidx.compose.foundation.lazy.layout/MutableIntervalList : androidx.compose.foundation.lazy.layout/IntervalList<#A> { // androidx.compose.foundation.lazy.layout/MutableIntervalList|null[0]
-    constructor <init>() // androidx.compose.foundation.lazy.layout/MutableIntervalList.<init>|<init>(){}[0]
-    final fun addInterval(kotlin/Int, #A) // androidx.compose.foundation.lazy.layout/MutableIntervalList.addInterval|addInterval(kotlin.Int;1:0){}[0]
-    final fun forEach(kotlin/Int, kotlin/Int, kotlin/Function1<androidx.compose.foundation.lazy.layout/IntervalList.Interval<#A>, kotlin/Unit>) // androidx.compose.foundation.lazy.layout/MutableIntervalList.forEach|forEach(kotlin.Int;kotlin.Int;kotlin.Function1<androidx.compose.foundation.lazy.layout.IntervalList.Interval<1:0>,kotlin.Unit>){}[0]
-    final fun get(kotlin/Int): androidx.compose.foundation.lazy.layout/IntervalList.Interval<#A> // androidx.compose.foundation.lazy.layout/MutableIntervalList.get|get(kotlin.Int){}[0]
-    final var size // androidx.compose.foundation.lazy.layout/MutableIntervalList.size|{}size[0]
-        final fun <get-size>(): kotlin/Int // androidx.compose.foundation.lazy.layout/MutableIntervalList.size.<get-size>|<get-size>(){}[0]
-}
 final class androidx.compose.foundation.content/MediaType { // androidx.compose.foundation.content/MediaType|null[0]
     constructor <init>(kotlin/String) // androidx.compose.foundation.content/MediaType.<init>|<init>(kotlin.String){}[0]
     final object Companion { // androidx.compose.foundation.content/MediaType.Companion|null[0]
@@ -504,42 +343,11 @@
     final val representation // androidx.compose.foundation.content/MediaType.representation|{}representation[0]
         final fun <get-representation>(): kotlin/String // androidx.compose.foundation.content/MediaType.representation.<get-representation>|<get-representation>(){}[0]
 }
-final class androidx.compose.foundation.content/PlatformTransferableContent // androidx.compose.foundation.content/PlatformTransferableContent|null[0]
-final class androidx.compose.foundation.content/TransferableContent { // androidx.compose.foundation.content/TransferableContent|null[0]
-    final val clipEntry // androidx.compose.foundation.content/TransferableContent.clipEntry|{}clipEntry[0]
-        final fun <get-clipEntry>(): androidx.compose.ui.platform/ClipEntry // androidx.compose.foundation.content/TransferableContent.clipEntry.<get-clipEntry>|<get-clipEntry>(){}[0]
-    final val clipMetadata // androidx.compose.foundation.content/TransferableContent.clipMetadata|{}clipMetadata[0]
-        final fun <get-clipMetadata>(): androidx.compose.ui.platform/ClipMetadata // androidx.compose.foundation.content/TransferableContent.clipMetadata.<get-clipMetadata>|<get-clipMetadata>(){}[0]
-    final val platformTransferableContent // androidx.compose.foundation.content/TransferableContent.platformTransferableContent|{}platformTransferableContent[0]
-        final fun <get-platformTransferableContent>(): androidx.compose.foundation.content/PlatformTransferableContent? // androidx.compose.foundation.content/TransferableContent.platformTransferableContent.<get-platformTransferableContent>|<get-platformTransferableContent>(){}[0]
-    final val source // androidx.compose.foundation.content/TransferableContent.source|{}source[0]
-        final fun <get-source>(): androidx.compose.foundation.content/TransferableContent.Source // androidx.compose.foundation.content/TransferableContent.source.<get-source>|<get-source>(){}[0]
-    final value class Source { // androidx.compose.foundation.content/TransferableContent.Source|null[0]
-        final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.foundation.content/TransferableContent.Source.equals|equals(kotlin.Any?){}[0]
-        final fun hashCode(): kotlin/Int // androidx.compose.foundation.content/TransferableContent.Source.hashCode|hashCode(){}[0]
-        final fun toString(): kotlin/String // androidx.compose.foundation.content/TransferableContent.Source.toString|toString(){}[0]
-        final object Companion { // androidx.compose.foundation.content/TransferableContent.Source.Companion|null[0]
-            final val Clipboard // androidx.compose.foundation.content/TransferableContent.Source.Companion.Clipboard|{}Clipboard[0]
-                final fun <get-Clipboard>(): androidx.compose.foundation.content/TransferableContent.Source // androidx.compose.foundation.content/TransferableContent.Source.Companion.Clipboard.<get-Clipboard>|<get-Clipboard>(){}[0]
-            final val DragAndDrop // androidx.compose.foundation.content/TransferableContent.Source.Companion.DragAndDrop|{}DragAndDrop[0]
-                final fun <get-DragAndDrop>(): androidx.compose.foundation.content/TransferableContent.Source // androidx.compose.foundation.content/TransferableContent.Source.Companion.DragAndDrop.<get-DragAndDrop>|<get-DragAndDrop>(){}[0]
-            final val Keyboard // androidx.compose.foundation.content/TransferableContent.Source.Companion.Keyboard|{}Keyboard[0]
-                final fun <get-Keyboard>(): androidx.compose.foundation.content/TransferableContent.Source // androidx.compose.foundation.content/TransferableContent.Source.Companion.Keyboard.<get-Keyboard>|<get-Keyboard>(){}[0]
-        }
-    }
-}
-final class androidx.compose.foundation.gestures.snapping/SnapFlingBehavior : androidx.compose.foundation.gestures/TargetedFlingBehavior { // androidx.compose.foundation.gestures.snapping/SnapFlingBehavior|null[0]
-    constructor <init>(androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider, androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>, androidx.compose.animation.core/AnimationSpec<kotlin/Float>) // androidx.compose.foundation.gestures.snapping/SnapFlingBehavior.<init>|<init>(androidx.compose.foundation.gestures.snapping.SnapLayoutInfoProvider;androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.foundation.gestures.snapping/SnapFlingBehavior.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.foundation.gestures.snapping/SnapFlingBehavior.hashCode|hashCode(){}[0]
-    final suspend fun (androidx.compose.foundation.gestures/ScrollScope).performFling(kotlin/Float, kotlin/Function1<kotlin/Float, kotlin/Unit>): kotlin/Float // androidx.compose.foundation.gestures.snapping/SnapFlingBehavior.performFling|[email protected](kotlin.Float;kotlin.Function1<kotlin.Float,kotlin.Unit>){}[0]
-}
 final class androidx.compose.foundation.gestures/GestureCancellationException : kotlin.coroutines.cancellation/CancellationException { // androidx.compose.foundation.gestures/GestureCancellationException|null[0]
     constructor <init>(kotlin/String? =...) // androidx.compose.foundation.gestures/GestureCancellationException.<init>|<init>(kotlin.String?){}[0]
 }
 final class androidx.compose.foundation.lazy.grid/LazyGridState : androidx.compose.foundation.gestures/ScrollableState { // androidx.compose.foundation.lazy.grid/LazyGridState|null[0]
     constructor <init>(kotlin/Int =..., kotlin/Int =...) // androidx.compose.foundation.lazy.grid/LazyGridState.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
-    constructor <init>(kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy =...) // androidx.compose.foundation.lazy.grid/LazyGridState.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.foundation.lazy.grid.LazyGridPrefetchStrategy){}[0]
     final fun dispatchRawDelta(kotlin/Float): kotlin/Float // androidx.compose.foundation.lazy.grid/LazyGridState.dispatchRawDelta|dispatchRawDelta(kotlin.Float){}[0]
     final fun requestScrollToItem(kotlin/Int, kotlin/Int =...) // androidx.compose.foundation.lazy.grid/LazyGridState.requestScrollToItem|requestScrollToItem(kotlin.Int;kotlin.Int){}[0]
     final object Companion { // androidx.compose.foundation.lazy.grid/LazyGridState.Companion|null[0]
@@ -568,36 +376,6 @@
     final var canScrollForward // androidx.compose.foundation.lazy.grid/LazyGridState.canScrollForward|{}canScrollForward[0]
         final fun <get-canScrollForward>(): kotlin/Boolean // androidx.compose.foundation.lazy.grid/LazyGridState.canScrollForward.<get-canScrollForward>|<get-canScrollForward>(){}[0]
 }
-final class androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList : kotlin.collections/List<androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem> { // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList|null[0]
-    constructor <init>() // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.<init>|<init>(){}[0]
-    final fun contains(androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem): kotlin/Boolean // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.contains|contains(androidx.compose.foundation.lazy.layout.LazyLayoutPinnedItemList.PinnedItem){}[0]
-    final fun containsAll(kotlin.collections/Collection<androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem>): kotlin/Boolean // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.containsAll|containsAll(kotlin.collections.Collection<androidx.compose.foundation.lazy.layout.LazyLayoutPinnedItemList.PinnedItem>){}[0]
-    final fun get(kotlin/Int): androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.get|get(kotlin.Int){}[0]
-    final fun indexOf(androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.indexOf|indexOf(androidx.compose.foundation.lazy.layout.LazyLayoutPinnedItemList.PinnedItem){}[0]
-    final fun isEmpty(): kotlin/Boolean // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.isEmpty|isEmpty(){}[0]
-    final fun iterator(): kotlin.collections/Iterator<androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem> // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.iterator|iterator(){}[0]
-    final fun lastIndexOf(androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.lastIndexOf|lastIndexOf(androidx.compose.foundation.lazy.layout.LazyLayoutPinnedItemList.PinnedItem){}[0]
-    final fun listIterator(): kotlin.collections/ListIterator<androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem> // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.listIterator|listIterator(){}[0]
-    final fun listIterator(kotlin/Int): kotlin.collections/ListIterator<androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem> // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.listIterator|listIterator(kotlin.Int){}[0]
-    final fun subList(kotlin/Int, kotlin/Int): kotlin.collections/List<androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem> // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.subList|subList(kotlin.Int;kotlin.Int){}[0]
-    final val size // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.size|{}size[0]
-        final fun <get-size>(): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.size.<get-size>|<get-size>(){}[0]
-    sealed interface PinnedItem { // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem|null[0]
-        abstract val index // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem.index|{}index[0]
-            abstract fun <get-index>(): kotlin/Int // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem.index.<get-index>|<get-index>(){}[0]
-        abstract val key // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem.key|{}key[0]
-            abstract fun <get-key>(): kotlin/Any? // androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList.PinnedItem.key.<get-key>|<get-key>(){}[0]
-    }
-}
-final class androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState { // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState|null[0]
-    constructor <init>(androidx.compose.foundation.lazy.layout/PrefetchScheduler? =..., kotlin/Function1<androidx.compose.foundation.lazy.layout/NestedPrefetchScope, kotlin/Unit>? =...) // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.<init>|<init>(androidx.compose.foundation.lazy.layout.PrefetchScheduler?;kotlin.Function1<androidx.compose.foundation.lazy.layout.NestedPrefetchScope,kotlin.Unit>?){}[0]
-    final fun schedulePrefetch(kotlin/Int): androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.schedulePrefetch|schedulePrefetch(kotlin.Int){}[0]
-    final fun schedulePrefetch(kotlin/Int, androidx.compose.ui.unit/Constraints): androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.schedulePrefetch|schedulePrefetch(kotlin.Int;androidx.compose.ui.unit.Constraints){}[0]
-    sealed interface PrefetchHandle { // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle|null[0]
-        abstract fun cancel() // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle.cancel|cancel(){}[0]
-        abstract fun markAsUrgent() // androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState.PrefetchHandle.markAsUrgent|markAsUrgent(){}[0]
-    }
-}
 final class androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState : androidx.compose.foundation.gestures/ScrollableState { // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState|null[0]
     constructor <init>(kotlin/Int =..., kotlin/Int =...) // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
     final fun dispatchRawDelta(kotlin/Float): kotlin/Float // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState.dispatchRawDelta|dispatchRawDelta(kotlin.Float){}[0]
@@ -638,7 +416,6 @@
 }
 final class androidx.compose.foundation.lazy/LazyListState : androidx.compose.foundation.gestures/ScrollableState { // androidx.compose.foundation.lazy/LazyListState|null[0]
     constructor <init>(kotlin/Int =..., kotlin/Int =...) // androidx.compose.foundation.lazy/LazyListState.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
-    constructor <init>(kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.lazy/LazyListPrefetchStrategy =...) // androidx.compose.foundation.lazy/LazyListState.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.foundation.lazy.LazyListPrefetchStrategy){}[0]
     final fun dispatchRawDelta(kotlin/Float): kotlin/Float // androidx.compose.foundation.lazy/LazyListState.dispatchRawDelta|dispatchRawDelta(kotlin.Float){}[0]
     final fun requestScrollToItem(kotlin/Int, kotlin/Int =...) // androidx.compose.foundation.lazy/LazyListState.requestScrollToItem|requestScrollToItem(kotlin.Int;kotlin.Int){}[0]
     final object Companion { // androidx.compose.foundation.lazy/LazyListState.Companion|null[0]
@@ -706,12 +483,6 @@
     final fun toString(): kotlin/String // androidx.compose.foundation.shape/RoundedCornerShape.toString|toString(){}[0]
 }
 final class androidx.compose.foundation.text.input/TextFieldBuffer : kotlin.text/Appendable { // androidx.compose.foundation.text.input/TextFieldBuffer|null[0]
-    abstract interface ChangeList { // androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList|null[0]
-        abstract fun getOriginalRange(kotlin/Int): androidx.compose.ui.text/TextRange // androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList.getOriginalRange|getOriginalRange(kotlin.Int){}[0]
-        abstract fun getRange(kotlin/Int): androidx.compose.ui.text/TextRange // androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList.getRange|getRange(kotlin.Int){}[0]
-        abstract val changeCount // androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList.changeCount|{}changeCount[0]
-            abstract fun <get-changeCount>(): kotlin/Int // androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList.changeCount.<get-changeCount>|<get-changeCount>(){}[0]
-    }
     final fun append(kotlin/Char): kotlin.text/Appendable // androidx.compose.foundation.text.input/TextFieldBuffer.append|append(kotlin.Char){}[0]
     final fun append(kotlin/CharSequence?): kotlin.text/Appendable // androidx.compose.foundation.text.input/TextFieldBuffer.append|append(kotlin.CharSequence?){}[0]
     final fun append(kotlin/CharSequence?, kotlin/Int, kotlin/Int): kotlin.text/Appendable // androidx.compose.foundation.text.input/TextFieldBuffer.append|append(kotlin.CharSequence?;kotlin.Int;kotlin.Int){}[0]
@@ -722,8 +493,6 @@
     final fun replace(kotlin/Int, kotlin/Int, kotlin/CharSequence) // androidx.compose.foundation.text.input/TextFieldBuffer.replace|replace(kotlin.Int;kotlin.Int;kotlin.CharSequence){}[0]
     final fun revertAllChanges() // androidx.compose.foundation.text.input/TextFieldBuffer.revertAllChanges|revertAllChanges(){}[0]
     final fun toString(): kotlin/String // androidx.compose.foundation.text.input/TextFieldBuffer.toString|toString(){}[0]
-    final val changes // androidx.compose.foundation.text.input/TextFieldBuffer.changes|{}changes[0]
-        final fun <get-changes>(): androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList // androidx.compose.foundation.text.input/TextFieldBuffer.changes.<get-changes>|<get-changes>(){}[0]
     final val hasSelection // androidx.compose.foundation.text.input/TextFieldBuffer.hasSelection|{}hasSelection[0]
         final fun <get-hasSelection>(): kotlin/Boolean // androidx.compose.foundation.text.input/TextFieldBuffer.hasSelection.<get-hasSelection>|<get-hasSelection>(){}[0]
     final val length // androidx.compose.foundation.text.input/TextFieldBuffer.length|{}length[0]
@@ -753,17 +522,6 @@
         final fun <get-selection>(): androidx.compose.ui.text/TextRange // androidx.compose.foundation.text.input/TextFieldState.selection.<get-selection>|<get-selection>(){}[0]
     final val text // androidx.compose.foundation.text.input/TextFieldState.text|{}text[0]
         final fun <get-text>(): kotlin/CharSequence // androidx.compose.foundation.text.input/TextFieldState.text.<get-text>|<get-text>(){}[0]
-    final val undoState // androidx.compose.foundation.text.input/TextFieldState.undoState|{}undoState[0]
-        final fun <get-undoState>(): androidx.compose.foundation.text.input/UndoState // androidx.compose.foundation.text.input/TextFieldState.undoState.<get-undoState>|<get-undoState>(){}[0]
-}
-final class androidx.compose.foundation.text.input/UndoState { // androidx.compose.foundation.text.input/UndoState|null[0]
-    final fun clearHistory() // androidx.compose.foundation.text.input/UndoState.clearHistory|clearHistory(){}[0]
-    final fun redo() // androidx.compose.foundation.text.input/UndoState.redo|redo(){}[0]
-    final fun undo() // androidx.compose.foundation.text.input/UndoState.undo|undo(){}[0]
-    final val canRedo // androidx.compose.foundation.text.input/UndoState.canRedo|{}canRedo[0]
-        final fun <get-canRedo>(): kotlin/Boolean // androidx.compose.foundation.text.input/UndoState.canRedo.<get-canRedo>|<get-canRedo>(){}[0]
-    final val canUndo // androidx.compose.foundation.text.input/UndoState.canUndo|{}canUndo[0]
-        final fun <get-canUndo>(): kotlin/Boolean // androidx.compose.foundation.text.input/UndoState.canUndo.<get-canUndo>|<get-canUndo>(){}[0]
 }
 final class androidx.compose.foundation.text.selection/TextSelectionColors { // androidx.compose.foundation.text.selection/TextSelectionColors|null[0]
     constructor <init>(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color) // androidx.compose.foundation.text.selection/TextSelectionColors.<init>|<init>(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
@@ -900,7 +658,6 @@
     final fun valueOf(kotlin/String): androidx.compose.foundation/MutatePriority // androidx.compose.foundation/MutatePriority.valueOf|valueOf#static(kotlin.String){}[0]
     final fun values(): kotlin/Array<androidx.compose.foundation/MutatePriority> // androidx.compose.foundation/MutatePriority.values|values#static(){}[0]
 }
-final fun (androidx.compose.foundation.content/TransferableContent).androidx.compose.foundation.content/hasMediaType(androidx.compose.foundation.content/MediaType): kotlin/Boolean // androidx.compose.foundation.content/hasMediaType|hasMediaType@androidx.compose.foundation.content.TransferableContent(androidx.compose.foundation.content.MediaType){}[0]
 final fun (androidx.compose.foundation.interaction/InteractionSource).androidx.compose.foundation.interaction/collectIsDraggedAsState(): androidx.compose.runtime/State<kotlin/Boolean> // androidx.compose.foundation.interaction/collectIsDraggedAsState|collectIsDraggedAsState@androidx.compose.foundation.interaction.InteractionSource(){}[0]
 final fun (androidx.compose.foundation.interaction/InteractionSource).androidx.compose.foundation.interaction/collectIsFocusedAsState(): androidx.compose.runtime/State<kotlin/Boolean> // androidx.compose.foundation.interaction/collectIsFocusedAsState|collectIsFocusedAsState@androidx.compose.foundation.interaction.InteractionSource(){}[0]
 final fun (androidx.compose.foundation.interaction/InteractionSource).androidx.compose.foundation.interaction/collectIsHoveredAsState(): androidx.compose.runtime/State<kotlin/Boolean> // androidx.compose.foundation.interaction/collectIsHoveredAsState|collectIsHoveredAsState@androidx.compose.foundation.interaction.InteractionSource(){}[0]
@@ -922,18 +679,9 @@
 final fun (androidx.compose.ui.input.pointer/PointerEvent).androidx.compose.foundation.gestures/calculateRotation(): kotlin/Float // androidx.compose.foundation.gestures/calculateRotation|[email protected](){}[0]
 final fun (androidx.compose.ui.input.pointer/PointerEvent).androidx.compose.foundation.gestures/calculateZoom(): kotlin/Float // androidx.compose.foundation.gestures/calculateZoom|[email protected](){}[0]
 final fun (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.foundation.text/appendInlineContent(kotlin/String, kotlin/String =...) // androidx.compose.foundation.text/appendInlineContent|appendInlineContent@androidx.compose.ui.text.AnnotatedString.Builder(kotlin.String;kotlin.String){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.content/contentReceiver(androidx.compose.foundation.content/ReceiveContentListener): androidx.compose.ui/Modifier // androidx.compose.foundation.content/contentReceiver|[email protected](androidx.compose.foundation.content.ReceiveContentListener){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.draganddrop/dragAndDropSource(kotlin/Function1<androidx.compose.ui.graphics.drawscope/DrawScope, kotlin/Unit>, kotlin.coroutines/SuspendFunction1<androidx.compose.foundation.draganddrop/DragAndDropSourceScope, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation.draganddrop/dragAndDropSource|[email protected](kotlin.Function1<androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit>;kotlin.coroutines.SuspendFunction1<androidx.compose.foundation.draganddrop.DragAndDropSourceScope,kotlin.Unit>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.draganddrop/dragAndDropTarget(kotlin/Function1<androidx.compose.ui.draganddrop/DragAndDropEvent, kotlin/Boolean>, androidx.compose.ui.draganddrop/DragAndDropTarget): androidx.compose.ui/Modifier // androidx.compose.foundation.draganddrop/dragAndDropTarget|[email protected](kotlin.Function1<androidx.compose.ui.draganddrop.DragAndDropEvent,kotlin.Boolean>;androidx.compose.ui.draganddrop.DragAndDropTarget){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/draggable(androidx.compose.foundation.gestures/DraggableState, androidx.compose.foundation.gestures/Orientation, kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Boolean =..., kotlin.coroutines/SuspendFunction2<kotlinx.coroutines/CoroutineScope, androidx.compose.ui.geometry/Offset, kotlin/Unit> =..., kotlin.coroutines/SuspendFunction2<kotlinx.coroutines/CoroutineScope, kotlin/Float, kotlin/Unit> =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/draggable|[email protected](androidx.compose.foundation.gestures.DraggableState;androidx.compose.foundation.gestures.Orientation;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Boolean;kotlin.coroutines.SuspendFunction2<kotlinx.coroutines.CoroutineScope,androidx.compose.ui.geometry.Offset,kotlin.Unit>;kotlin.coroutines.SuspendFunction2<kotlinx.coroutines.CoroutineScope,kotlin.Float,kotlin.Unit>;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/draggable2D(androidx.compose.foundation.gestures/Draggable2DState, kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Boolean =..., kotlin.coroutines/SuspendFunction2<kotlinx.coroutines/CoroutineScope, androidx.compose.ui.geometry/Offset, kotlin/Unit> =..., kotlin.coroutines/SuspendFunction2<kotlinx.coroutines/CoroutineScope, androidx.compose.ui.unit/Velocity, kotlin/Unit> =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/draggable2D|[email protected](androidx.compose.foundation.gestures.Draggable2DState;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Boolean;kotlin.coroutines.SuspendFunction2<kotlinx.coroutines.CoroutineScope,androidx.compose.ui.geometry.Offset,kotlin.Unit>;kotlin.coroutines.SuspendFunction2<kotlinx.coroutines.CoroutineScope,androidx.compose.ui.unit.Velocity,kotlin.Unit>;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/draggable2D(androidx.compose.foundation.gestures/Draggable2DState, kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit> =..., kotlin/Function1<androidx.compose.ui.unit/Velocity, kotlin/Unit> =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/draggable2D|[email protected](androidx.compose.foundation.gestures.Draggable2DState;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Boolean;kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.unit.Velocity,kotlin.Unit>;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/scrollable(androidx.compose.foundation.gestures/ScrollableState, androidx.compose.foundation.gestures/Orientation, androidx.compose.foundation/OverscrollEffect?, kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.foundation.gestures/FlingBehavior? =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.foundation.gestures/BringIntoViewSpec? =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/scrollable|[email protected](androidx.compose.foundation.gestures.ScrollableState;androidx.compose.foundation.gestures.Orientation;androidx.compose.foundation.OverscrollEffect?;kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.gestures.FlingBehavior?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.gestures.BringIntoViewSpec?){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/scrollable(androidx.compose.foundation.gestures/ScrollableState, androidx.compose.foundation.gestures/Orientation, kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.foundation.gestures/FlingBehavior? =..., androidx.compose.foundation.interaction/MutableInteractionSource? =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/scrollable|[email protected](androidx.compose.foundation.gestures.ScrollableState;androidx.compose.foundation.gestures.Orientation;kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.gestures.FlingBehavior?;androidx.compose.foundation.interaction.MutableInteractionSource?){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/transformable(androidx.compose.foundation.gestures/TransformableState, kotlin/Boolean =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/transformable|[email protected](androidx.compose.foundation.gestures.TransformableState;kotlin.Boolean;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/transformable(androidx.compose.foundation.gestures/TransformableState, kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Boolean>, kotlin/Boolean =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/transformable|[email protected](androidx.compose.foundation.gestures.TransformableState;kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Boolean>;kotlin.Boolean;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.relocation/bringIntoViewRequester(androidx.compose.foundation.relocation/BringIntoViewRequester): androidx.compose.ui/Modifier // androidx.compose.foundation.relocation/bringIntoViewRequester|[email protected](androidx.compose.foundation.relocation.BringIntoViewRequester){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.relocation/bringIntoViewResponder(androidx.compose.foundation.relocation/BringIntoViewResponder): androidx.compose.ui/Modifier // androidx.compose.foundation.relocation/bringIntoViewResponder|[email protected](androidx.compose.foundation.relocation.BringIntoViewResponder){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.selection/selectable(kotlin/Boolean, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.foundation/Indication?, kotlin/Boolean =..., androidx.compose.ui.semantics/Role? =..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation.selection/selectable|[email protected](kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.Indication?;kotlin.Boolean;androidx.compose.ui.semantics.Role?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.selection/selectable(kotlin/Boolean, kotlin/Boolean =..., androidx.compose.ui.semantics/Role? =..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation.selection/selectable|[email protected](kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.semantics.Role?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation.selection/selectableGroup(): androidx.compose.ui/Modifier // androidx.compose.foundation.selection/selectableGroup|[email protected](){}[0]
@@ -950,62 +698,44 @@
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/clickable(androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.foundation/Indication?, kotlin/Boolean =..., kotlin/String? =..., androidx.compose.ui.semantics/Role? =..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation/clickable|[email protected](androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.Indication?;kotlin.Boolean;kotlin.String?;androidx.compose.ui.semantics.Role?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/clickable(kotlin/Boolean =..., kotlin/String? =..., androidx.compose.ui.semantics/Role? =..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation/clickable|[email protected](kotlin.Boolean;kotlin.String?;androidx.compose.ui.semantics.Role?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/clipScrollableContainer(androidx.compose.foundation.gestures/Orientation): androidx.compose.ui/Modifier // androidx.compose.foundation/clipScrollableContainer|[email protected](androidx.compose.foundation.gestures.Orientation){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/combinedClickable(androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.foundation/Indication?, kotlin/Boolean =..., kotlin/String? =..., androidx.compose.ui.semantics/Role? =..., kotlin/String? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation/combinedClickable|[email protected](androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.Indication?;kotlin.Boolean;kotlin.String?;androidx.compose.ui.semantics.Role?;kotlin.String?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/combinedClickable(kotlin/Boolean =..., kotlin/String? =..., androidx.compose.ui.semantics/Role? =..., kotlin/String? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation/combinedClickable|[email protected](kotlin.Boolean;kotlin.String?;androidx.compose.ui.semantics.Role?;kotlin.String?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/focusGroup(): androidx.compose.ui/Modifier // androidx.compose.foundation/focusGroup|[email protected](){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/focusable(kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =...): androidx.compose.ui/Modifier // androidx.compose.foundation/focusable|[email protected](kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/horizontalScroll(androidx.compose.foundation/ScrollState, kotlin/Boolean =..., androidx.compose.foundation.gestures/FlingBehavior? =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation/horizontalScroll|[email protected](androidx.compose.foundation.ScrollState;kotlin.Boolean;androidx.compose.foundation.gestures.FlingBehavior?;kotlin.Boolean){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/hoverable(androidx.compose.foundation.interaction/MutableInteractionSource, kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation/hoverable|[email protected](androidx.compose.foundation.interaction.MutableInteractionSource;kotlin.Boolean){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/indication(androidx.compose.foundation.interaction/InteractionSource, androidx.compose.foundation/Indication?): androidx.compose.ui/Modifier // androidx.compose.foundation/indication|[email protected](androidx.compose.foundation.interaction.InteractionSource;androidx.compose.foundation.Indication?){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/onFocusedBoundsChanged(kotlin/Function1<androidx.compose.ui.layout/LayoutCoordinates?, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.foundation/onFocusedBoundsChanged|[email protected](kotlin.Function1<androidx.compose.ui.layout.LayoutCoordinates?,kotlin.Unit>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/overscroll(androidx.compose.foundation/OverscrollEffect): androidx.compose.ui/Modifier // androidx.compose.foundation/overscroll|[email protected](androidx.compose.foundation.OverscrollEffect){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/progressSemantics(): androidx.compose.ui/Modifier // androidx.compose.foundation/progressSemantics|[email protected](){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/progressSemantics(kotlin/Float, kotlin.ranges/ClosedFloatingPointRange<kotlin/Float> =..., kotlin/Int =...): androidx.compose.ui/Modifier // androidx.compose.foundation/progressSemantics|[email protected](kotlin.Float;kotlin.ranges.ClosedFloatingPointRange<kotlin.Float>;kotlin.Int){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.foundation/verticalScroll(androidx.compose.foundation/ScrollState, kotlin/Boolean =..., androidx.compose.foundation.gestures/FlingBehavior? =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation/verticalScroll|[email protected](androidx.compose.foundation.ScrollState;kotlin.Boolean;androidx.compose.foundation.gestures.FlingBehavior?;kotlin.Boolean){}[0]
-final fun <#A: kotlin/Any> androidx.compose.foundation.gestures/DraggableAnchors(kotlin/Function1<androidx.compose.foundation.gestures/DraggableAnchorsConfig<#A>, kotlin/Unit>): androidx.compose.foundation.gestures/DraggableAnchors<#A> // androidx.compose.foundation.gestures/DraggableAnchors|DraggableAnchors(kotlin.Function1<androidx.compose.foundation.gestures.DraggableAnchorsConfig<0:0>,kotlin.Unit>){0§<kotlin.Any>}[0]
-final fun <#A: kotlin/Any?> (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/anchoredDraggable(androidx.compose.foundation.gestures/AnchoredDraggableState<#A>, androidx.compose.foundation.gestures/Orientation, kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.foundation/OverscrollEffect? =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/anchoredDraggable|[email protected](androidx.compose.foundation.gestures.AnchoredDraggableState<0:0>;androidx.compose.foundation.gestures.Orientation;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.OverscrollEffect?;kotlin.Boolean){0§<kotlin.Any?>}[0]
-final fun <#A: kotlin/Any?> (androidx.compose.ui/Modifier).androidx.compose.foundation.gestures/anchoredDraggable(androidx.compose.foundation.gestures/AnchoredDraggableState<#A>, kotlin/Boolean, androidx.compose.foundation.gestures/Orientation, kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.foundation/OverscrollEffect? =..., kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/anchoredDraggable|[email protected](androidx.compose.foundation.gestures.AnchoredDraggableState<0:0>;kotlin.Boolean;androidx.compose.foundation.gestures.Orientation;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.OverscrollEffect?;kotlin.Boolean){0§<kotlin.Any?>}[0]
 final fun androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider(androidx.compose.foundation.lazy.grid/LazyGridState, androidx.compose.foundation.gestures.snapping/SnapPosition =...): androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider // androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider|SnapLayoutInfoProvider(androidx.compose.foundation.lazy.grid.LazyGridState;androidx.compose.foundation.gestures.snapping.SnapPosition){}[0]
 final fun androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider(androidx.compose.foundation.lazy/LazyListState, androidx.compose.foundation.gestures.snapping/SnapPosition =...): androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider // androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider|SnapLayoutInfoProvider(androidx.compose.foundation.lazy.LazyListState;androidx.compose.foundation.gestures.snapping.SnapPosition){}[0]
 final fun androidx.compose.foundation.gestures.snapping/rememberSnapFlingBehavior(androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider): androidx.compose.foundation.gestures/TargetedFlingBehavior // androidx.compose.foundation.gestures.snapping/rememberSnapFlingBehavior|rememberSnapFlingBehavior(androidx.compose.foundation.gestures.snapping.SnapLayoutInfoProvider){}[0]
 final fun androidx.compose.foundation.gestures.snapping/rememberSnapFlingBehavior(androidx.compose.foundation.lazy.grid/LazyGridState, androidx.compose.foundation.gestures.snapping/SnapPosition =...): androidx.compose.foundation.gestures/FlingBehavior // androidx.compose.foundation.gestures.snapping/rememberSnapFlingBehavior|rememberSnapFlingBehavior(androidx.compose.foundation.lazy.grid.LazyGridState;androidx.compose.foundation.gestures.snapping.SnapPosition){}[0]
 final fun androidx.compose.foundation.gestures.snapping/rememberSnapFlingBehavior(androidx.compose.foundation.lazy/LazyListState, androidx.compose.foundation.gestures.snapping/SnapPosition =...): androidx.compose.foundation.gestures/FlingBehavior // androidx.compose.foundation.gestures.snapping/rememberSnapFlingBehavior|rememberSnapFlingBehavior(androidx.compose.foundation.lazy.LazyListState;androidx.compose.foundation.gestures.snapping.SnapPosition){}[0]
 final fun androidx.compose.foundation.gestures.snapping/snapFlingBehavior(androidx.compose.foundation.gestures.snapping/SnapLayoutInfoProvider, androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>, androidx.compose.animation.core/AnimationSpec<kotlin/Float>): androidx.compose.foundation.gestures/TargetedFlingBehavior // androidx.compose.foundation.gestures.snapping/snapFlingBehavior|snapFlingBehavior(androidx.compose.foundation.gestures.snapping.SnapLayoutInfoProvider;androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>){}[0]
-final fun androidx.compose.foundation.gestures/Draggable2DState(kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit>): androidx.compose.foundation.gestures/Draggable2DState // androidx.compose.foundation.gestures/Draggable2DState|Draggable2DState(kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.gestures/DraggableState(kotlin/Function1<kotlin/Float, kotlin/Unit>): androidx.compose.foundation.gestures/DraggableState // androidx.compose.foundation.gestures/DraggableState|DraggableState(kotlin.Function1<kotlin.Float,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.gestures/ScrollableState(kotlin/Function1<kotlin/Float, kotlin/Float>): androidx.compose.foundation.gestures/ScrollableState // androidx.compose.foundation.gestures/ScrollableState|ScrollableState(kotlin.Function1<kotlin.Float,kotlin.Float>){}[0]
 final fun androidx.compose.foundation.gestures/TransformableState(kotlin/Function3<kotlin/Float, androidx.compose.ui.geometry/Offset, kotlin/Float, kotlin/Unit>): androidx.compose.foundation.gestures/TransformableState // androidx.compose.foundation.gestures/TransformableState|TransformableState(kotlin.Function3<kotlin.Float,androidx.compose.ui.geometry.Offset,kotlin.Float,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.gestures/rememberDraggable2DState(kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit>): androidx.compose.foundation.gestures/Draggable2DState // androidx.compose.foundation.gestures/rememberDraggable2DState|rememberDraggable2DState(kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.gestures/rememberDraggableState(kotlin/Function1<kotlin/Float, kotlin/Unit>): androidx.compose.foundation.gestures/DraggableState // androidx.compose.foundation.gestures/rememberDraggableState|rememberDraggableState(kotlin.Function1<kotlin.Float,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.gestures/rememberScrollableState(kotlin/Function1<kotlin/Float, kotlin/Float>): androidx.compose.foundation.gestures/ScrollableState // androidx.compose.foundation.gestures/rememberScrollableState|rememberScrollableState(kotlin.Function1<kotlin.Float,kotlin.Float>){}[0]
 final fun androidx.compose.foundation.gestures/rememberTransformableState(kotlin/Function3<kotlin/Float, androidx.compose.ui.geometry/Offset, kotlin/Float, kotlin/Unit>): androidx.compose.foundation.gestures/TransformableState // androidx.compose.foundation.gestures/rememberTransformableState|rememberTransformableState(kotlin.Function3<kotlin.Float,androidx.compose.ui.geometry.Offset,kotlin.Float,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.interaction/MutableInteractionSource(): androidx.compose.foundation.interaction/MutableInteractionSource // androidx.compose.foundation.interaction/MutableInteractionSource|MutableInteractionSource(){}[0]
 final fun androidx.compose.foundation.lazy.grid/GridItemSpan(kotlin/Int): androidx.compose.foundation.lazy.grid/GridItemSpan // androidx.compose.foundation.lazy.grid/GridItemSpan|GridItemSpan(kotlin.Int){}[0]
-final fun androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy(kotlin/Int =...): androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy // androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy|LazyGridPrefetchStrategy(kotlin.Int){}[0]
 final fun androidx.compose.foundation.lazy.grid/LazyHorizontalGrid(androidx.compose.foundation.lazy.grid/GridCells, androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy.grid/LazyGridState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.lazy.grid/LazyGridScope, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/LazyHorizontalGrid|LazyHorizontalGrid(androidx.compose.foundation.lazy.grid.GridCells;androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.grid.LazyGridState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.lazy.grid.LazyGridScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy.grid/LazyVerticalGrid(androidx.compose.foundation.lazy.grid/GridCells, androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy.grid/LazyGridState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.lazy.grid/LazyGridScope, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/LazyVerticalGrid|LazyVerticalGrid(androidx.compose.foundation.lazy.grid.GridCells;androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.grid.LazyGridState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.lazy.grid.LazyGridScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy.grid/rememberLazyGridState(kotlin/Int =..., kotlin/Int =...): androidx.compose.foundation.lazy.grid/LazyGridState // androidx.compose.foundation.lazy.grid/rememberLazyGridState|rememberLazyGridState(kotlin.Int;kotlin.Int){}[0]
-final fun androidx.compose.foundation.lazy.grid/rememberLazyGridState(kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.lazy.grid/LazyGridPrefetchStrategy =...): androidx.compose.foundation.lazy.grid/LazyGridState // androidx.compose.foundation.lazy.grid/rememberLazyGridState|rememberLazyGridState(kotlin.Int;kotlin.Int;androidx.compose.foundation.lazy.grid.LazyGridPrefetchStrategy){}[0]
-final fun androidx.compose.foundation.lazy.layout/LazyLayout(androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider, androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState? =..., kotlin/Function2<androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope, androidx.compose.ui.unit/Constraints, androidx.compose.ui.layout/MeasureResult>) // androidx.compose.foundation.lazy.layout/LazyLayout|LazyLayout(androidx.compose.foundation.lazy.layout.LazyLayoutItemProvider;androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.layout.LazyLayoutPrefetchState?;kotlin.Function2<androidx.compose.foundation.lazy.layout.LazyLayoutMeasureScope,androidx.compose.ui.unit.Constraints,androidx.compose.ui.layout.MeasureResult>){}[0]
-final fun androidx.compose.foundation.lazy.layout/LazyLayout(kotlin/Function0<androidx.compose.foundation.lazy.layout/LazyLayoutItemProvider>, androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState? =..., kotlin/Function2<androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope, androidx.compose.ui.unit/Constraints, androidx.compose.ui.layout/MeasureResult>) // androidx.compose.foundation.lazy.layout/LazyLayout|LazyLayout(kotlin.Function0<androidx.compose.foundation.lazy.layout.LazyLayoutItemProvider>;androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.layout.LazyLayoutPrefetchState?;kotlin.Function2<androidx.compose.foundation.lazy.layout.LazyLayoutMeasureScope,androidx.compose.ui.unit.Constraints,androidx.compose.ui.layout.MeasureResult>){}[0]
-final fun androidx.compose.foundation.lazy.layout/LazyLayoutPinnableItem(kotlin/Any?, kotlin/Int, androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList, kotlin/Function0<kotlin/Unit>) // androidx.compose.foundation.lazy.layout/LazyLayoutPinnableItem|LazyLayoutPinnableItem(kotlin.Any?;kotlin.Int;androidx.compose.foundation.lazy.layout.LazyLayoutPinnedItemList;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy.layout/getDefaultLazyLayoutKey(kotlin/Int): kotlin/Any // androidx.compose.foundation.lazy.layout/getDefaultLazyLayoutKey|getDefaultLazyLayoutKey(kotlin.Int){}[0]
-final fun androidx.compose.foundation.lazy.layout/rememberDefaultPrefetchScheduler(): androidx.compose.foundation.lazy.layout/PrefetchScheduler // androidx.compose.foundation.lazy.layout/rememberDefaultPrefetchScheduler|rememberDefaultPrefetchScheduler(){}[0]
 final fun androidx.compose.foundation.lazy.staggeredgrid/LazyHorizontalStaggeredGrid(androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells, androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.ui.unit/Dp =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridScope, kotlin/Unit>) // androidx.compose.foundation.lazy.staggeredgrid/LazyHorizontalStaggeredGrid|LazyHorizontalStaggeredGrid(androidx.compose.foundation.lazy.staggeredgrid.StaggeredGridCells;androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.ui.unit.Dp;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy.staggeredgrid/LazyVerticalStaggeredGrid(androidx.compose.foundation.lazy.staggeredgrid/StaggeredGridCells, androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.ui.unit/Dp =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridScope, kotlin/Unit>) // androidx.compose.foundation.lazy.staggeredgrid/LazyVerticalStaggeredGrid|LazyVerticalStaggeredGrid(androidx.compose.foundation.lazy.staggeredgrid.StaggeredGridCells;androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.ui.unit.Dp;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy.staggeredgrid/rememberLazyStaggeredGridState(kotlin/Int =..., kotlin/Int =...): androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState // androidx.compose.foundation.lazy.staggeredgrid/rememberLazyStaggeredGridState|rememberLazyStaggeredGridState(kotlin.Int;kotlin.Int){}[0]
 final fun androidx.compose.foundation.lazy/LazyColumn(androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy/LazyListState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.ui/Alignment.Horizontal =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyListScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyColumn|LazyColumn(androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.LazyListState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.ui.Alignment.Horizontal;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy/LazyColumn(androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy/LazyListState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Vertical =..., androidx.compose.ui/Alignment.Horizontal =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyListScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyColumn|LazyColumn(androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.LazyListState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.ui.Alignment.Horizontal;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Function1<androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.lazy/LazyListPrefetchStrategy(kotlin/Int =...): androidx.compose.foundation.lazy/LazyListPrefetchStrategy // androidx.compose.foundation.lazy/LazyListPrefetchStrategy|LazyListPrefetchStrategy(kotlin.Int){}[0]
 final fun androidx.compose.foundation.lazy/LazyRow(androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy/LazyListState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.ui/Alignment.Vertical =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyListScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyRow|LazyRow(androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.LazyListState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.ui.Alignment.Vertical;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy/LazyRow(androidx.compose.ui/Modifier =..., androidx.compose.foundation.lazy/LazyListState =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Boolean =..., androidx.compose.foundation.layout/Arrangement.Horizontal =..., androidx.compose.ui/Alignment.Vertical =..., androidx.compose.foundation.gestures/FlingBehavior =..., kotlin/Function1<androidx.compose.foundation.lazy/LazyListScope, kotlin/Unit>) // androidx.compose.foundation.lazy/LazyRow|LazyRow(androidx.compose.ui.Modifier;androidx.compose.foundation.lazy.LazyListState;androidx.compose.foundation.layout.PaddingValues;kotlin.Boolean;androidx.compose.foundation.layout.Arrangement.Horizontal;androidx.compose.ui.Alignment.Vertical;androidx.compose.foundation.gestures.FlingBehavior;kotlin.Function1<androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.lazy/rememberLazyListState(kotlin/Int =..., kotlin/Int =...): androidx.compose.foundation.lazy/LazyListState // androidx.compose.foundation.lazy/rememberLazyListState|rememberLazyListState(kotlin.Int;kotlin.Int){}[0]
-final fun androidx.compose.foundation.lazy/rememberLazyListState(kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.lazy/LazyListPrefetchStrategy =...): androidx.compose.foundation.lazy/LazyListState // androidx.compose.foundation.lazy/rememberLazyListState|rememberLazyListState(kotlin.Int;kotlin.Int;androidx.compose.foundation.lazy.LazyListPrefetchStrategy){}[0]
 final fun androidx.compose.foundation.pager/HorizontalPager(androidx.compose.foundation.pager/PagerState, androidx.compose.ui/Modifier =..., androidx.compose.foundation.layout/PaddingValues =..., androidx.compose.foundation.pager/PageSize =..., kotlin/Int =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui/Alignment.Vertical =..., androidx.compose.foundation.gestures/TargetedFlingBehavior =..., kotlin/Boolean =..., kotlin/Boolean =..., kotlin/Function1<kotlin/Int, kotlin/Any>? =..., androidx.compose.ui.input.nestedscroll/NestedScrollConnection =..., androidx.compose.foundation.gestures.snapping/SnapPosition =..., kotlin/Function2<androidx.compose.foundation.pager/PagerScope, kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.pager/HorizontalPager|HorizontalPager(androidx.compose.foundation.pager.PagerState;androidx.compose.ui.Modifier;androidx.compose.foundation.layout.PaddingValues;androidx.compose.foundation.pager.PageSize;kotlin.Int;androidx.compose.ui.unit.Dp;androidx.compose.ui.Alignment.Vertical;androidx.compose.foundation.gestures.TargetedFlingBehavior;kotlin.Boolean;kotlin.Boolean;kotlin.Function1<kotlin.Int,kotlin.Any>?;androidx.compose.ui.input.nestedscroll.NestedScrollConnection;androidx.compose.foundation.gestures.snapping.SnapPosition;kotlin.Function2<androidx.compose.foundation.pager.PagerScope,kotlin.Int,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.pager/PagerState(kotlin/Int =..., kotlin/Float =..., kotlin/Function0<kotlin/Int>): androidx.compose.foundation.pager/PagerState // androidx.compose.foundation.pager/PagerState|PagerState(kotlin.Int;kotlin.Float;kotlin.Function0<kotlin.Int>){}[0]
 final fun androidx.compose.foundation.pager/VerticalPager(androidx.compose.foundation.pager/PagerState, androidx.compose.ui/Modifier =..., androidx.compose.foundation.layout/PaddingValues =..., androidx.compose.foundation.pager/PageSize =..., kotlin/Int =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui/Alignment.Horizontal =..., androidx.compose.foundation.gestures/TargetedFlingBehavior =..., kotlin/Boolean =..., kotlin/Boolean =..., kotlin/Function1<kotlin/Int, kotlin/Any>? =..., androidx.compose.ui.input.nestedscroll/NestedScrollConnection =..., androidx.compose.foundation.gestures.snapping/SnapPosition =..., kotlin/Function2<androidx.compose.foundation.pager/PagerScope, kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.pager/VerticalPager|VerticalPager(androidx.compose.foundation.pager.PagerState;androidx.compose.ui.Modifier;androidx.compose.foundation.layout.PaddingValues;androidx.compose.foundation.pager.PageSize;kotlin.Int;androidx.compose.ui.unit.Dp;androidx.compose.ui.Alignment.Horizontal;androidx.compose.foundation.gestures.TargetedFlingBehavior;kotlin.Boolean;kotlin.Boolean;kotlin.Function1<kotlin.Int,kotlin.Any>?;androidx.compose.ui.input.nestedscroll.NestedScrollConnection;androidx.compose.foundation.gestures.snapping.SnapPosition;kotlin.Function2<androidx.compose.foundation.pager.PagerScope,kotlin.Int,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.pager/rememberPagerState(kotlin/Int =..., kotlin/Float =..., kotlin/Function0<kotlin/Int>): androidx.compose.foundation.pager/PagerState // androidx.compose.foundation.pager/rememberPagerState|rememberPagerState(kotlin.Int;kotlin.Float;kotlin.Function0<kotlin.Int>){}[0]
-final fun androidx.compose.foundation.relocation/BringIntoViewRequester(): androidx.compose.foundation.relocation/BringIntoViewRequester // androidx.compose.foundation.relocation/BringIntoViewRequester|BringIntoViewRequester(){}[0]
 final fun androidx.compose.foundation.shape/AbsoluteCutCornerShape(androidx.compose.foundation.shape/CornerSize): androidx.compose.foundation.shape/AbsoluteCutCornerShape // androidx.compose.foundation.shape/AbsoluteCutCornerShape|AbsoluteCutCornerShape(androidx.compose.foundation.shape.CornerSize){}[0]
 final fun androidx.compose.foundation.shape/AbsoluteCutCornerShape(androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.shape/AbsoluteCutCornerShape // androidx.compose.foundation.shape/AbsoluteCutCornerShape|AbsoluteCutCornerShape(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.foundation.shape/AbsoluteCutCornerShape(androidx.compose.ui.unit/Dp): androidx.compose.foundation.shape/AbsoluteCutCornerShape // androidx.compose.foundation.shape/AbsoluteCutCornerShape|AbsoluteCutCornerShape(androidx.compose.ui.unit.Dp){}[0]
@@ -1053,14 +783,10 @@
 final fun androidx.compose.foundation.text/BasicTextField(kotlin/String, kotlin/Function1<kotlin/String, kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.ui.text/TextStyle =..., androidx.compose.foundation.text/KeyboardOptions =..., androidx.compose.foundation.text/KeyboardActions =..., kotlin/Boolean =..., kotlin/Int =..., androidx.compose.ui.text.input/VisualTransformation =..., kotlin/Function1<androidx.compose.ui.text/TextLayoutResult, kotlin/Unit> =..., androidx.compose.foundation.interaction/MutableInteractionSource =..., androidx.compose.ui.graphics/Brush =..., kotlin/Function1<kotlin/Function0<kotlin/Unit>, kotlin/Unit> =...) // androidx.compose.foundation.text/BasicTextField|BasicTextField(kotlin.String;kotlin.Function1<kotlin.String,kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.TextStyle;androidx.compose.foundation.text.KeyboardOptions;androidx.compose.foundation.text.KeyboardActions;kotlin.Boolean;kotlin.Int;androidx.compose.ui.text.input.VisualTransformation;kotlin.Function1<androidx.compose.ui.text.TextLayoutResult,kotlin.Unit>;androidx.compose.foundation.interaction.MutableInteractionSource;androidx.compose.ui.graphics.Brush;kotlin.Function1<kotlin.Function0<kotlin.Unit>,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.text/BasicTextField(kotlin/String, kotlin/Function1<kotlin/String, kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.ui.text/TextStyle =..., androidx.compose.foundation.text/KeyboardOptions =..., androidx.compose.foundation.text/KeyboardActions =..., kotlin/Boolean =..., kotlin/Int =..., kotlin/Int =..., androidx.compose.ui.text.input/VisualTransformation =..., kotlin/Function1<androidx.compose.ui.text/TextLayoutResult, kotlin/Unit> =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Brush =..., kotlin/Function1<kotlin/Function0<kotlin/Unit>, kotlin/Unit> =...) // androidx.compose.foundation.text/BasicTextField|BasicTextField(kotlin.String;kotlin.Function1<kotlin.String,kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.TextStyle;androidx.compose.foundation.text.KeyboardOptions;androidx.compose.foundation.text.KeyboardActions;kotlin.Boolean;kotlin.Int;kotlin.Int;androidx.compose.ui.text.input.VisualTransformation;kotlin.Function1<androidx.compose.ui.text.TextLayoutResult,kotlin.Unit>;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Brush;kotlin.Function1<kotlin.Function0<kotlin.Unit>,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.text/ClickableText(androidx.compose.ui.text/AnnotatedString, androidx.compose.ui/Modifier =..., androidx.compose.ui.text/TextStyle =..., kotlin/Boolean =..., androidx.compose.ui.text.style/TextOverflow =..., kotlin/Int =..., kotlin/Function1<androidx.compose.ui.text/TextLayoutResult, kotlin/Unit> =..., kotlin/Function1<kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.text/ClickableText|ClickableText(androidx.compose.ui.text.AnnotatedString;androidx.compose.ui.Modifier;androidx.compose.ui.text.TextStyle;kotlin.Boolean;androidx.compose.ui.text.style.TextOverflow;kotlin.Int;kotlin.Function1<androidx.compose.ui.text.TextLayoutResult,kotlin.Unit>;kotlin.Function1<kotlin.Int,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation.text/ClickableText(androidx.compose.ui.text/AnnotatedString, kotlin/Function1<kotlin/Int?, kotlin/Unit>, androidx.compose.ui/Modifier =..., androidx.compose.ui.text/TextStyle =..., kotlin/Boolean =..., androidx.compose.ui.text.style/TextOverflow =..., kotlin/Int =..., kotlin/Function1<androidx.compose.ui.text/TextLayoutResult, kotlin/Unit> =..., kotlin/Function1<kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.text/ClickableText|ClickableText(androidx.compose.ui.text.AnnotatedString;kotlin.Function1<kotlin.Int?,kotlin.Unit>;androidx.compose.ui.Modifier;androidx.compose.ui.text.TextStyle;kotlin.Boolean;androidx.compose.ui.text.style.TextOverflow;kotlin.Int;kotlin.Function1<androidx.compose.ui.text.TextLayoutResult,kotlin.Unit>;kotlin.Function1<kotlin.Int,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation.text/KeyboardActions(kotlin/Function1<androidx.compose.foundation.text/KeyboardActionScope, kotlin/Unit>): androidx.compose.foundation.text/KeyboardActions // androidx.compose.foundation.text/KeyboardActions|KeyboardActions(kotlin.Function1<androidx.compose.foundation.text.KeyboardActionScope,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation/BasicTooltipBox(androidx.compose.ui.window/PopupPositionProvider, kotlin/Function0<kotlin/Unit>, androidx.compose.foundation/BasicTooltipState, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.foundation/BasicTooltipBox|BasicTooltipBox(androidx.compose.ui.window.PopupPositionProvider;kotlin.Function0<kotlin.Unit>;androidx.compose.foundation.BasicTooltipState;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.Boolean;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.foundation/BasicTooltipState(kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.foundation/MutatorMutex =...): androidx.compose.foundation/BasicTooltipState // androidx.compose.foundation/BasicTooltipState|BasicTooltipState(kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.MutatorMutex){}[0]
 final fun androidx.compose.foundation/BorderStroke(androidx.compose.ui.unit/Dp, androidx.compose.ui.graphics/Color): androidx.compose.foundation/BorderStroke // androidx.compose.foundation/BorderStroke|BorderStroke(androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color){}[0]
 final fun androidx.compose.foundation/Canvas(androidx.compose.ui/Modifier, kotlin/Function1<androidx.compose.ui.graphics.drawscope/DrawScope, kotlin/Unit>) // androidx.compose.foundation/Canvas|Canvas(androidx.compose.ui.Modifier;kotlin.Function1<androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit>){}[0]
 final fun androidx.compose.foundation/Canvas(androidx.compose.ui/Modifier, kotlin/String, kotlin/Function1<androidx.compose.ui.graphics.drawscope/DrawScope, kotlin/Unit>) // androidx.compose.foundation/Canvas|Canvas(androidx.compose.ui.Modifier;kotlin.String;kotlin.Function1<androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit>){}[0]
-final fun androidx.compose.foundation/CombinedClickableNode(kotlin/Function0<kotlin/Unit>, kotlin/String?, kotlin/Function0<kotlin/Unit>?, kotlin/Function0<kotlin/Unit>?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.foundation/IndicationNodeFactory?, kotlin/Boolean, kotlin/String?, androidx.compose.ui.semantics/Role?): androidx.compose.foundation/CombinedClickableNode // androidx.compose.foundation/CombinedClickableNode|CombinedClickableNode(kotlin.Function0<kotlin.Unit>;kotlin.String?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.IndicationNodeFactory?;kotlin.Boolean;kotlin.String?;androidx.compose.ui.semantics.Role?){}[0]
 final fun androidx.compose.foundation/Image(androidx.compose.ui.graphics.painter/Painter, kotlin/String?, androidx.compose.ui/Modifier =..., androidx.compose.ui/Alignment =..., androidx.compose.ui.layout/ContentScale =..., kotlin/Float =..., androidx.compose.ui.graphics/ColorFilter? =...) // androidx.compose.foundation/Image|Image(androidx.compose.ui.graphics.painter.Painter;kotlin.String?;androidx.compose.ui.Modifier;androidx.compose.ui.Alignment;androidx.compose.ui.layout.ContentScale;kotlin.Float;androidx.compose.ui.graphics.ColorFilter?){}[0]
 final fun androidx.compose.foundation/Image(androidx.compose.ui.graphics.vector/ImageVector, kotlin/String?, androidx.compose.ui/Modifier =..., androidx.compose.ui/Alignment =..., androidx.compose.ui.layout/ContentScale =..., kotlin/Float =..., androidx.compose.ui.graphics/ColorFilter? =...) // androidx.compose.foundation/Image|Image(androidx.compose.ui.graphics.vector.ImageVector;kotlin.String?;androidx.compose.ui.Modifier;androidx.compose.ui.Alignment;androidx.compose.ui.layout.ContentScale;kotlin.Float;androidx.compose.ui.graphics.ColorFilter?){}[0]
 final fun androidx.compose.foundation/Image(androidx.compose.ui.graphics/ImageBitmap, kotlin/String?, androidx.compose.ui/Modifier =..., androidx.compose.ui/Alignment =..., androidx.compose.ui.layout/ContentScale =..., kotlin/Float =..., androidx.compose.ui.graphics/ColorFilter? =...) // androidx.compose.foundation/Image|Image(androidx.compose.ui.graphics.ImageBitmap;kotlin.String?;androidx.compose.ui.Modifier;androidx.compose.ui.Alignment;androidx.compose.ui.layout.ContentScale;kotlin.Float;androidx.compose.ui.graphics.ColorFilter?){}[0]
@@ -1068,10 +794,7 @@
 final fun androidx.compose.foundation/MarqueeSpacing(androidx.compose.ui.unit/Dp): androidx.compose.foundation/MarqueeSpacing // androidx.compose.foundation/MarqueeSpacing|MarqueeSpacing(androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.foundation/checkScrollableContainerConstraints(androidx.compose.ui.unit/Constraints, androidx.compose.foundation.gestures/Orientation) // androidx.compose.foundation/checkScrollableContainerConstraints|checkScrollableContainerConstraints(androidx.compose.ui.unit.Constraints;androidx.compose.foundation.gestures.Orientation){}[0]
 final fun androidx.compose.foundation/isSystemInDarkTheme(): kotlin/Boolean // androidx.compose.foundation/isSystemInDarkTheme|isSystemInDarkTheme(){}[0]
-final fun androidx.compose.foundation/rememberBasicTooltipState(kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.foundation/MutatorMutex =...): androidx.compose.foundation/BasicTooltipState // androidx.compose.foundation/rememberBasicTooltipState|rememberBasicTooltipState(kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.MutatorMutex){}[0]
 final fun androidx.compose.foundation/rememberScrollState(kotlin/Int =...): androidx.compose.foundation/ScrollState // androidx.compose.foundation/rememberScrollState|rememberScrollState(kotlin.Int){}[0]
-final inline fun (androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList).androidx.compose.foundation.text.input/forEachChange(kotlin/Function2<androidx.compose.ui.text/TextRange, androidx.compose.ui.text/TextRange, kotlin/Unit>) // androidx.compose.foundation.text.input/forEachChange|forEachChange@androidx.compose.foundation.text.input.TextFieldBuffer.ChangeList(kotlin.Function2<androidx.compose.ui.text.TextRange,androidx.compose.ui.text.TextRange,kotlin.Unit>){}[0]
-final inline fun (androidx.compose.foundation.text.input/TextFieldBuffer.ChangeList).androidx.compose.foundation.text.input/forEachChangeReversed(kotlin/Function2<androidx.compose.ui.text/TextRange, androidx.compose.ui.text/TextRange, kotlin/Unit>) // androidx.compose.foundation.text.input/forEachChangeReversed|forEachChangeReversed@androidx.compose.foundation.text.input.TextFieldBuffer.ChangeList(kotlin.Function2<androidx.compose.ui.text.TextRange,androidx.compose.ui.text.TextRange,kotlin.Unit>){}[0]
 final inline fun <#A: kotlin/Any?> (androidx.compose.foundation.lazy.grid/LazyGridScope).androidx.compose.foundation.lazy.grid/items(kotlin.collections/List<#A>, noinline kotlin/Function1<#A, kotlin/Any>? =..., noinline kotlin/Function2<androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope, #A, androidx.compose.foundation.lazy.grid/GridItemSpan>? =..., noinline kotlin/Function1<#A, kotlin/Any?> =..., crossinline kotlin/Function2<androidx.compose.foundation.lazy.grid/LazyGridItemScope, #A, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/items|[email protected](kotlin.collections.List<0:0>;kotlin.Function1<0:0,kotlin.Any>?;kotlin.Function2<androidx.compose.foundation.lazy.grid.LazyGridItemSpanScope,0:0,androidx.compose.foundation.lazy.grid.GridItemSpan>?;kotlin.Function1<0:0,kotlin.Any?>;kotlin.Function2<androidx.compose.foundation.lazy.grid.LazyGridItemScope,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final inline fun <#A: kotlin/Any?> (androidx.compose.foundation.lazy.grid/LazyGridScope).androidx.compose.foundation.lazy.grid/items(kotlin/Array<#A>, noinline kotlin/Function1<#A, kotlin/Any>? =..., noinline kotlin/Function2<androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope, #A, androidx.compose.foundation.lazy.grid/GridItemSpan>? =..., noinline kotlin/Function1<#A, kotlin/Any?> =..., crossinline kotlin/Function2<androidx.compose.foundation.lazy.grid/LazyGridItemScope, #A, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/items|[email protected](kotlin.Array<0:0>;kotlin.Function1<0:0,kotlin.Any>?;kotlin.Function2<androidx.compose.foundation.lazy.grid.LazyGridItemSpanScope,0:0,androidx.compose.foundation.lazy.grid.GridItemSpan>?;kotlin.Function1<0:0,kotlin.Any?>;kotlin.Function2<androidx.compose.foundation.lazy.grid.LazyGridItemScope,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final inline fun <#A: kotlin/Any?> (androidx.compose.foundation.lazy.grid/LazyGridScope).androidx.compose.foundation.lazy.grid/itemsIndexed(kotlin.collections/List<#A>, noinline kotlin/Function2<kotlin/Int, #A, kotlin/Any>? =..., noinline kotlin/Function3<androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope, kotlin/Int, #A, androidx.compose.foundation.lazy.grid/GridItemSpan>? =..., crossinline kotlin/Function2<kotlin/Int, #A, kotlin/Any?> =..., crossinline kotlin/Function3<androidx.compose.foundation.lazy.grid/LazyGridItemScope, kotlin/Int, #A, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/itemsIndexed|[email protected](kotlin.collections.List<0:0>;kotlin.Function2<kotlin.Int,0:0,kotlin.Any>?;kotlin.Function3<androidx.compose.foundation.lazy.grid.LazyGridItemSpanScope,kotlin.Int,0:0,androidx.compose.foundation.lazy.grid.GridItemSpan>?;kotlin.Function2<kotlin.Int,0:0,kotlin.Any?>;kotlin.Function3<androidx.compose.foundation.lazy.grid.LazyGridItemScope,kotlin.Int,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
@@ -1089,9 +812,7 @@
 final inline fun <#A: kotlin/Any?> (androidx.compose.foundation.lazy/LazyListScope).androidx.compose.foundation.lazy/itemsIndexed(kotlin/Array<#A>, noinline kotlin/Function2<kotlin/Int, #A, kotlin/Any>? =..., crossinline kotlin/Function2<kotlin/Int, #A, kotlin/Any?> =..., crossinline kotlin/Function3<androidx.compose.foundation.lazy/LazyItemScope, kotlin/Int, #A, kotlin/Unit>) // androidx.compose.foundation.lazy/itemsIndexed|[email protected](kotlin.Array<0:0>;kotlin.Function2<kotlin.Int,0:0,kotlin.Any>?;kotlin.Function2<kotlin.Int,0:0,kotlin.Any?>;kotlin.Function3<androidx.compose.foundation.lazy.LazyItemScope,kotlin.Int,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final inline fun <#A: kotlin/Any?> (androidx.compose.foundation.lazy/LazyListScope).androidx.compose.foundation.lazy/itemsIndexed(kotlin/Array<#A>, noinline kotlin/Function2<kotlin/Int, #A, kotlin/Any>? =..., crossinline kotlin/Function3<androidx.compose.foundation.lazy/LazyItemScope, kotlin/Int, #A, kotlin/Unit>) // androidx.compose.foundation.lazy/itemsIndexed|[email protected](kotlin.Array<0:0>;kotlin.Function2<kotlin.Int,0:0,kotlin.Any>?;kotlin.Function3<androidx.compose.foundation.lazy.LazyItemScope,kotlin.Int,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
 final object androidx.compose.foundation.gestures/ScrollableDefaults { // androidx.compose.foundation.gestures/ScrollableDefaults|null[0]
-    final fun bringIntoViewSpec(): androidx.compose.foundation.gestures/BringIntoViewSpec // androidx.compose.foundation.gestures/ScrollableDefaults.bringIntoViewSpec|bringIntoViewSpec(){}[0]
     final fun flingBehavior(): androidx.compose.foundation.gestures/FlingBehavior // androidx.compose.foundation.gestures/ScrollableDefaults.flingBehavior|flingBehavior(){}[0]
-    final fun overscrollEffect(): androidx.compose.foundation/OverscrollEffect // androidx.compose.foundation.gestures/ScrollableDefaults.overscrollEffect|overscrollEffect(){}[0]
     final fun reverseDirection(androidx.compose.ui.unit/LayoutDirection, androidx.compose.foundation.gestures/Orientation, kotlin/Boolean): kotlin/Boolean // androidx.compose.foundation.gestures/ScrollableDefaults.reverseDirection|reverseDirection(androidx.compose.ui.unit.LayoutDirection;androidx.compose.foundation.gestures.Orientation;kotlin.Boolean){}[0]
 }
 final object androidx.compose.foundation.pager/PagerDefaults { // androidx.compose.foundation.pager/PagerDefaults|null[0]
@@ -1100,12 +821,6 @@
     final fun flingBehavior(androidx.compose.foundation.pager/PagerState, androidx.compose.foundation.pager/PagerSnapDistance =..., androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float> =..., androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Float =...): androidx.compose.foundation.gestures/TargetedFlingBehavior // androidx.compose.foundation.pager/PagerDefaults.flingBehavior|flingBehavior(androidx.compose.foundation.pager.PagerState;androidx.compose.foundation.pager.PagerSnapDistance;androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Float){}[0]
     final fun pageNestedScrollConnection(androidx.compose.foundation.pager/PagerState, androidx.compose.foundation.gestures/Orientation): androidx.compose.ui.input.nestedscroll/NestedScrollConnection // androidx.compose.foundation.pager/PagerDefaults.pageNestedScrollConnection|pageNestedScrollConnection(androidx.compose.foundation.pager.PagerState;androidx.compose.foundation.gestures.Orientation){}[0]
 }
-final object androidx.compose.foundation/BasicTooltipDefaults { // androidx.compose.foundation/BasicTooltipDefaults|null[0]
-    final const val TooltipDuration // androidx.compose.foundation/BasicTooltipDefaults.TooltipDuration|<get-TooltipDuration>(){}[0]
-        final fun <get-TooltipDuration>(): kotlin/Long // androidx.compose.foundation/BasicTooltipDefaults.TooltipDuration.<get-TooltipDuration>|<get-TooltipDuration>(){}[0]
-    final val GlobalMutatorMutex // androidx.compose.foundation/BasicTooltipDefaults.GlobalMutatorMutex|<get-GlobalMutatorMutex>(){}[0]
-        final fun <get-GlobalMutatorMutex>(): androidx.compose.foundation/MutatorMutex // androidx.compose.foundation/BasicTooltipDefaults.GlobalMutatorMutex.<get-GlobalMutatorMutex>|<get-GlobalMutatorMutex>(){}[0]
-}
 final object androidx.compose.foundation/MarqueeDefaults { // androidx.compose.foundation/MarqueeDefaults|null[0]
     final val Iterations // androidx.compose.foundation/MarqueeDefaults.Iterations|{}Iterations[0]
         final fun <get-Iterations>(): kotlin/Int // androidx.compose.foundation/MarqueeDefaults.Iterations.<get-Iterations>|<get-Iterations>(){}[0]
@@ -1148,11 +863,6 @@
 final suspend fun (androidx.compose.ui.input.pointer/PointerInputScope).androidx.compose.foundation.gestures/detectTransformGestures(kotlin/Boolean =..., kotlin/Function4<androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Float, kotlin/Float, kotlin/Unit>) // androidx.compose.foundation.gestures/detectTransformGestures|detectTransformGestures@androidx.compose.ui.input.pointer.PointerInputScope(kotlin.Boolean;kotlin.Function4<androidx.compose.ui.geometry.Offset,androidx.compose.ui.geometry.Offset,kotlin.Float,kotlin.Float,kotlin.Unit>){}[0]
 final suspend fun (androidx.compose.ui.input.pointer/PointerInputScope).androidx.compose.foundation.gestures/detectVerticalDragGestures(kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function2<androidx.compose.ui.input.pointer/PointerInputChange, kotlin/Float, kotlin/Unit>) // androidx.compose.foundation.gestures/detectVerticalDragGestures|detectVerticalDragGestures@androidx.compose.ui.input.pointer.PointerInputScope(kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>;kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;kotlin.Function2<androidx.compose.ui.input.pointer.PointerInputChange,kotlin.Float,kotlin.Unit>){}[0]
 final suspend fun (androidx.compose.ui.input.pointer/PointerInputScope).androidx.compose.foundation.gestures/forEachGesture(kotlin.coroutines/SuspendFunction1<androidx.compose.ui.input.pointer/PointerInputScope, kotlin/Unit>) // androidx.compose.foundation.gestures/forEachGesture|forEachGesture@androidx.compose.ui.input.pointer.PointerInputScope(kotlin.coroutines.SuspendFunction1<androidx.compose.ui.input.pointer.PointerInputScope,kotlin.Unit>){}[0]
-final suspend fun <#A: kotlin/Any?> (androidx.compose.foundation.gestures/AnchoredDraggableState<#A>).androidx.compose.foundation.gestures/animateTo(#A) // androidx.compose.foundation.gestures/animateTo|animateTo@androidx.compose.foundation.gestures.AnchoredDraggableState<0:0>(0:0){0§<kotlin.Any?>}[0]
-final suspend fun <#A: kotlin/Any?> (androidx.compose.foundation.gestures/AnchoredDraggableState<#A>).androidx.compose.foundation.gestures/animateToWithDecay(#A, kotlin/Float): kotlin/Float // androidx.compose.foundation.gestures/animateToWithDecay|animateToWithDecay@androidx.compose.foundation.gestures.AnchoredDraggableState<0:0>(0:0;kotlin.Float){0§<kotlin.Any?>}[0]
-final suspend fun <#A: kotlin/Any?> (androidx.compose.foundation.gestures/AnchoredDraggableState<#A>).androidx.compose.foundation.gestures/snapTo(#A) // androidx.compose.foundation.gestures/snapTo|snapTo@androidx.compose.foundation.gestures.AnchoredDraggableState<0:0>(0:0){0§<kotlin.Any?>}[0]
-final val androidx.compose.foundation.gestures/LocalBringIntoViewSpec // androidx.compose.foundation.gestures/LocalBringIntoViewSpec|{}LocalBringIntoViewSpec[0]
-    final fun <get-LocalBringIntoViewSpec>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.foundation.gestures/BringIntoViewSpec> // androidx.compose.foundation.gestures/LocalBringIntoViewSpec.<get-LocalBringIntoViewSpec>|<get-LocalBringIntoViewSpec>(){}[0]
 final val androidx.compose.foundation.shape/CircleShape // androidx.compose.foundation.shape/CircleShape|{}CircleShape[0]
     final fun <get-CircleShape>(): androidx.compose.foundation.shape/RoundedCornerShape // androidx.compose.foundation.shape/CircleShape.<get-CircleShape>|<get-CircleShape>(){}[0]
 final val androidx.compose.foundation.shape/ZeroCornerSize // androidx.compose.foundation.shape/ZeroCornerSize|{}ZeroCornerSize[0]
@@ -1211,20 +921,6 @@
 open annotation class androidx.compose.foundation/InternalFoundationApi : kotlin/Annotation { // androidx.compose.foundation/InternalFoundationApi|null[0]
     constructor <init>() // androidx.compose.foundation/InternalFoundationApi.<init>|<init>(){}[0]
 }
-sealed interface <#A: out kotlin/Any?> androidx.compose.foundation.lazy.layout/IntervalList { // androidx.compose.foundation.lazy.layout/IntervalList|null[0]
-    abstract fun forEach(kotlin/Int =..., kotlin/Int =..., kotlin/Function1<androidx.compose.foundation.lazy.layout/IntervalList.Interval<#A>, kotlin/Unit>) // androidx.compose.foundation.lazy.layout/IntervalList.forEach|forEach(kotlin.Int;kotlin.Int;kotlin.Function1<androidx.compose.foundation.lazy.layout.IntervalList.Interval<1:0>,kotlin.Unit>){}[0]
-    abstract fun get(kotlin/Int): androidx.compose.foundation.lazy.layout/IntervalList.Interval<#A> // androidx.compose.foundation.lazy.layout/IntervalList.get|get(kotlin.Int){}[0]
-    abstract val size // androidx.compose.foundation.lazy.layout/IntervalList.size|{}size[0]
-        abstract fun <get-size>(): kotlin/Int // androidx.compose.foundation.lazy.layout/IntervalList.size.<get-size>|<get-size>(){}[0]
-    final class <#A1: out kotlin/Any?> Interval { // androidx.compose.foundation.lazy.layout/IntervalList.Interval|null[0]
-        final val size // androidx.compose.foundation.lazy.layout/IntervalList.Interval.size|{}size[0]
-            final fun <get-size>(): kotlin/Int // androidx.compose.foundation.lazy.layout/IntervalList.Interval.size.<get-size>|<get-size>(){}[0]
-        final val startIndex // androidx.compose.foundation.lazy.layout/IntervalList.Interval.startIndex|{}startIndex[0]
-            final fun <get-startIndex>(): kotlin/Int // androidx.compose.foundation.lazy.layout/IntervalList.Interval.startIndex.<get-startIndex>|<get-startIndex>(){}[0]
-        final val value // androidx.compose.foundation.lazy.layout/IntervalList.Interval.value|{}value[0]
-            final fun <get-value>(): #A1 // androidx.compose.foundation.lazy.layout/IntervalList.Interval.value.<get-value>|<get-value>(){}[0]
-    }
-}
 sealed interface androidx.compose.foundation.lazy.grid/LazyGridItemInfo { // androidx.compose.foundation.lazy.grid/LazyGridItemInfo|null[0]
     abstract val column // androidx.compose.foundation.lazy.grid/LazyGridItemInfo.column|{}column[0]
         abstract fun <get-column>(): kotlin/Int // androidx.compose.foundation.lazy.grid/LazyGridItemInfo.column.<get-column>|<get-column>(){}[0]
@@ -1249,7 +945,6 @@
 }
 sealed interface androidx.compose.foundation.lazy.grid/LazyGridItemScope { // androidx.compose.foundation.lazy.grid/LazyGridItemScope|null[0]
     abstract fun (androidx.compose.ui/Modifier).animateItem(androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =..., androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset>? =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy.grid/LazyGridItemScope.animateItem|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?;androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>?;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?){}[0]
-    open fun (androidx.compose.ui/Modifier).animateItemPlacement(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset> =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy.grid/LazyGridItemScope.animateItemPlacement|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>){}[0]
 }
 sealed interface androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope { // androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope|null[0]
     abstract val maxCurrentLineSpan // androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope.maxCurrentLineSpan|{}maxCurrentLineSpan[0]
@@ -1283,24 +978,6 @@
     abstract fun item(kotlin/Any? =..., kotlin/Function1<androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope, androidx.compose.foundation.lazy.grid/GridItemSpan>? =..., kotlin/Any? =..., kotlin/Function1<androidx.compose.foundation.lazy.grid/LazyGridItemScope, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/LazyGridScope.item|item(kotlin.Any?;kotlin.Function1<androidx.compose.foundation.lazy.grid.LazyGridItemSpanScope,androidx.compose.foundation.lazy.grid.GridItemSpan>?;kotlin.Any?;kotlin.Function1<androidx.compose.foundation.lazy.grid.LazyGridItemScope,kotlin.Unit>){}[0]
     abstract fun items(kotlin/Int, kotlin/Function1<kotlin/Int, kotlin/Any>? =..., kotlin/Function2<androidx.compose.foundation.lazy.grid/LazyGridItemSpanScope, kotlin/Int, androidx.compose.foundation.lazy.grid/GridItemSpan>? =..., kotlin/Function1<kotlin/Int, kotlin/Any?> =..., kotlin/Function2<androidx.compose.foundation.lazy.grid/LazyGridItemScope, kotlin/Int, kotlin/Unit>) // androidx.compose.foundation.lazy.grid/LazyGridScope.items|items(kotlin.Int;kotlin.Function1<kotlin.Int,kotlin.Any>?;kotlin.Function2<androidx.compose.foundation.lazy.grid.LazyGridItemSpanScope,kotlin.Int,androidx.compose.foundation.lazy.grid.GridItemSpan>?;kotlin.Function1<kotlin.Int,kotlin.Any?>;kotlin.Function2<androidx.compose.foundation.lazy.grid.LazyGridItemScope,kotlin.Int,kotlin.Unit>){}[0]
 }
-sealed interface androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope : androidx.compose.ui.layout/MeasureScope { // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope|null[0]
-    abstract fun measure(kotlin/Int, androidx.compose.ui.unit/Constraints): kotlin.collections/List<androidx.compose.ui.layout/Placeable> // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.measure|measure(kotlin.Int;androidx.compose.ui.unit.Constraints){}[0]
-    open fun (androidx.compose.ui.geometry/Size).toDpSize(): androidx.compose.ui.unit/DpSize // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toDpSize|[email protected](){}[0]
-    open fun (androidx.compose.ui.unit/Dp).toSp(): androidx.compose.ui.unit/TextUnit // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toSp|[email protected](){}[0]
-    open fun (androidx.compose.ui.unit/DpSize).toSize(): androidx.compose.ui.geometry/Size // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toSize|[email protected](){}[0]
-    open fun (androidx.compose.ui.unit/TextUnit).toDp(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toDp|[email protected](){}[0]
-    open fun (kotlin/Float).toDp(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toDp|[email protected](){}[0]
-    open fun (kotlin/Float).toSp(): androidx.compose.ui.unit/TextUnit // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toSp|[email protected](){}[0]
-    open fun (kotlin/Int).toDp(): androidx.compose.ui.unit/Dp // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toDp|[email protected](){}[0]
-    open fun (kotlin/Int).toSp(): androidx.compose.ui.unit/TextUnit // androidx.compose.foundation.lazy.layout/LazyLayoutMeasureScope.toSp|[email protected](){}[0]
-}
-sealed interface androidx.compose.foundation.lazy.layout/NestedPrefetchScope { // androidx.compose.foundation.lazy.layout/NestedPrefetchScope|null[0]
-    abstract fun schedulePrefetch(kotlin/Int) // androidx.compose.foundation.lazy.layout/NestedPrefetchScope.schedulePrefetch|schedulePrefetch(kotlin.Int){}[0]
-    abstract fun schedulePrefetch(kotlin/Int, androidx.compose.ui.unit/Constraints) // androidx.compose.foundation.lazy.layout/NestedPrefetchScope.schedulePrefetch|schedulePrefetch(kotlin.Int;androidx.compose.ui.unit.Constraints){}[0]
-}
-sealed interface androidx.compose.foundation.lazy.layout/PrefetchRequest { // androidx.compose.foundation.lazy.layout/PrefetchRequest|null[0]
-    abstract fun (androidx.compose.foundation.lazy.layout/PrefetchRequestScope).execute(): kotlin/Boolean // androidx.compose.foundation.lazy.layout/PrefetchRequest.execute|execute@androidx.compose.foundation.lazy.layout.PrefetchRequestScope(){}[0]
-}
 sealed interface androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemInfo { // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemInfo|null[0]
     abstract val contentType // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemInfo.contentType|{}contentType[0]
         abstract fun <get-contentType>(): kotlin/Any? // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemInfo.contentType.<get-contentType>|<get-contentType>(){}[0]
@@ -1317,7 +994,6 @@
 }
 sealed interface androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemScope { // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemScope|null[0]
     abstract fun (androidx.compose.ui/Modifier).animateItem(androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =..., androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset>? =..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemScope.animateItem|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?;androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>?;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?){}[0]
-    open fun (androidx.compose.ui/Modifier).animateItemPlacement(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset> =...): androidx.compose.ui/Modifier // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridItemScope.animateItemPlacement|[email protected](androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>){}[0]
 }
 sealed interface androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridLayoutInfo { // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridLayoutInfo|null[0]
     abstract val afterContentPadding // androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridLayoutInfo.afterContentPadding|{}afterContentPadding[0]
@@ -1378,9 +1054,6 @@
         abstract fun <get-visiblePagesInfo>(): kotlin.collections/List<androidx.compose.foundation.pager/PageInfo> // androidx.compose.foundation.pager/PagerLayoutInfo.visiblePagesInfo.<get-visiblePagesInfo>|<get-visiblePagesInfo>(){}[0]
 }
 sealed interface androidx.compose.foundation.pager/PagerScope // androidx.compose.foundation.pager/PagerScope|null[0]
-sealed interface androidx.compose.foundation.relocation/BringIntoViewRequester { // androidx.compose.foundation.relocation/BringIntoViewRequester|null[0]
-    abstract suspend fun bringIntoView(androidx.compose.ui.geometry/Rect? =...) // androidx.compose.foundation.relocation/BringIntoViewRequester.bringIntoView|bringIntoView(androidx.compose.ui.geometry.Rect?){}[0]
-}
 sealed interface androidx.compose.foundation.text.input/TextFieldLineLimits { // androidx.compose.foundation.text.input/TextFieldLineLimits|null[0]
     final class MultiLine : androidx.compose.foundation.text.input/TextFieldLineLimits { // androidx.compose.foundation.text.input/TextFieldLineLimits.MultiLine|null[0]
         constructor <init>(kotlin/Int =..., kotlin/Int =...) // androidx.compose.foundation.text.input/TextFieldLineLimits.MultiLine.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
@@ -1400,6 +1073,3 @@
         final fun toString(): kotlin/String // androidx.compose.foundation.text.input/TextFieldLineLimits.SingleLine.toString|toString(){}[0]
     }
 }
-sealed interface androidx.compose.foundation/CombinedClickableNode : androidx.compose.ui.node/PointerInputModifierNode { // androidx.compose.foundation/CombinedClickableNode|null[0]
-    abstract fun update(kotlin/Function0<kotlin/Unit>, kotlin/String?, kotlin/Function0<kotlin/Unit>?, kotlin/Function0<kotlin/Unit>?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.foundation/IndicationNodeFactory?, kotlin/Boolean, kotlin/String?, androidx.compose.ui.semantics/Role?) // androidx.compose.foundation/CombinedClickableNode.update|update(kotlin.Function0<kotlin.Unit>;kotlin.String?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.foundation.IndicationNodeFactory?;kotlin.Boolean;kotlin.String?;androidx.compose.ui.semantics.Role?){}[0]
-}
diff --git a/compose/material/material/bcv/native/1.7.0.txt b/compose/material/material/bcv/native/1.7.0.txt
index 9bfc324..7b8eef8 100644
--- a/compose/material/material/bcv/native/1.7.0.txt
+++ b/compose/material/material/bcv/native/1.7.0.txt
@@ -18,11 +18,6 @@
     abstract fun boxColor(kotlin/Boolean, androidx.compose.ui.state/ToggleableState): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/CheckboxColors.boxColor|boxColor(kotlin.Boolean;androidx.compose.ui.state.ToggleableState){}[0]
     abstract fun checkmarkColor(androidx.compose.ui.state/ToggleableState): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/CheckboxColors.checkmarkColor|checkmarkColor(androidx.compose.ui.state.ToggleableState){}[0]
 }
-abstract interface androidx.compose.material/ChipColors { // androidx.compose.material/ChipColors|null[0]
-    abstract fun backgroundColor(kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/ChipColors.backgroundColor|backgroundColor(kotlin.Boolean){}[0]
-    abstract fun contentColor(kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/ChipColors.contentColor|contentColor(kotlin.Boolean){}[0]
-    abstract fun leadingIconContentColor(kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/ChipColors.leadingIconContentColor|leadingIconContentColor(kotlin.Boolean){}[0]
-}
 abstract interface androidx.compose.material/ElevationOverlay { // androidx.compose.material/ElevationOverlay|null[0]
     abstract fun apply(androidx.compose.ui.graphics/Color, androidx.compose.ui.unit/Dp): androidx.compose.ui.graphics/Color // androidx.compose.material/ElevationOverlay.apply|apply(androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp){}[0]
 }
@@ -32,11 +27,6 @@
 abstract interface androidx.compose.material/RadioButtonColors { // androidx.compose.material/RadioButtonColors|null[0]
     abstract fun radioColor(kotlin/Boolean, kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/RadioButtonColors.radioColor|radioColor(kotlin.Boolean;kotlin.Boolean){}[0]
 }
-abstract interface androidx.compose.material/SelectableChipColors { // androidx.compose.material/SelectableChipColors|null[0]
-    abstract fun backgroundColor(kotlin/Boolean, kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/SelectableChipColors.backgroundColor|backgroundColor(kotlin.Boolean;kotlin.Boolean){}[0]
-    abstract fun contentColor(kotlin/Boolean, kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/SelectableChipColors.contentColor|contentColor(kotlin.Boolean;kotlin.Boolean){}[0]
-    abstract fun leadingIconColor(kotlin/Boolean, kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/SelectableChipColors.leadingIconColor|leadingIconColor(kotlin.Boolean;kotlin.Boolean){}[0]
-}
 abstract interface androidx.compose.material/SliderColors { // androidx.compose.material/SliderColors|null[0]
     abstract fun thumbColor(kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/SliderColors.thumbColor|thumbColor(kotlin.Boolean){}[0]
     abstract fun tickColor(kotlin/Boolean, kotlin/Boolean): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/SliderColors.tickColor|tickColor(kotlin.Boolean;kotlin.Boolean){}[0]
@@ -68,26 +58,6 @@
     open fun leadingIconColor(kotlin/Boolean, kotlin/Boolean, androidx.compose.foundation.interaction/InteractionSource): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/TextFieldColors.leadingIconColor|leadingIconColor(kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.interaction.InteractionSource){}[0]
     open fun trailingIconColor(kotlin/Boolean, kotlin/Boolean, androidx.compose.foundation.interaction/InteractionSource): androidx.compose.runtime/State<androidx.compose.ui.graphics/Color> // androidx.compose.material/TextFieldColors.trailingIconColor|trailingIconColor(kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.interaction.InteractionSource){}[0]
 }
-abstract interface androidx.compose.material/TextFieldColorsWithIcons : androidx.compose.material/TextFieldColors // androidx.compose.material/TextFieldColorsWithIcons|null[0]
-abstract interface androidx.compose.material/ThresholdConfig { // androidx.compose.material/ThresholdConfig|null[0]
-    abstract fun (androidx.compose.ui.unit/Density).computeThreshold(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.material/ThresholdConfig.computeThreshold|[email protected](kotlin.Float;kotlin.Float){}[0]
-}
-final class <#A: kotlin/Any?> androidx.compose.material/SwipeProgress { // androidx.compose.material/SwipeProgress|null[0]
-    constructor <init>(#A, #A, kotlin/Float) // androidx.compose.material/SwipeProgress.<init>|<init>(1:0;1:0;kotlin.Float){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.material/SwipeProgress.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.material/SwipeProgress.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.material/SwipeProgress.toString|toString(){}[0]
-    final val fraction // androidx.compose.material/SwipeProgress.fraction|{}fraction[0]
-        final fun <get-fraction>(): kotlin/Float // androidx.compose.material/SwipeProgress.fraction.<get-fraction>|<get-fraction>(){}[0]
-    final val from // androidx.compose.material/SwipeProgress.from|{}from[0]
-        final fun <get-from>(): #A // androidx.compose.material/SwipeProgress.from.<get-from>|<get-from>(){}[0]
-    final val to // androidx.compose.material/SwipeProgress.to|{}to[0]
-        final fun <get-to>(): #A // androidx.compose.material/SwipeProgress.to.<get-to>|<get-to>(){}[0]
-}
-final class androidx.compose.material.pullrefresh/PullRefreshState { // androidx.compose.material.pullrefresh/PullRefreshState|null[0]
-    final val progress // androidx.compose.material.pullrefresh/PullRefreshState.progress|{}progress[0]
-        final fun <get-progress>(): kotlin/Float // androidx.compose.material.pullrefresh/PullRefreshState.progress.<get-progress>|<get-progress>(){}[0]
-}
 final class androidx.compose.material/BackdropScaffoldState { // androidx.compose.material/BackdropScaffoldState|null[0]
     constructor <init>(androidx.compose.material/BackdropValue, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function1<androidx.compose.material/BackdropValue, kotlin/Boolean> =..., androidx.compose.material/SnackbarHostState =...) // androidx.compose.material/BackdropScaffoldState.<init>|<init>(androidx.compose.material.BackdropValue;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<androidx.compose.material.BackdropValue,kotlin.Boolean>;androidx.compose.material.SnackbarHostState){}[0]
     final fun progress(androidx.compose.material/BackdropValue, androidx.compose.material/BackdropValue): kotlin/Float // androidx.compose.material/BackdropScaffoldState.progress|progress(androidx.compose.material.BackdropValue;androidx.compose.material.BackdropValue){}[0]
@@ -129,8 +99,6 @@
         final fun <get-isOpen>(): kotlin/Boolean // androidx.compose.material/BottomDrawerState.isOpen.<get-isOpen>|<get-isOpen>(){}[0]
     final val offset // androidx.compose.material/BottomDrawerState.offset|{}offset[0]
         final fun <get-offset>(): kotlin/Float // androidx.compose.material/BottomDrawerState.offset.<get-offset>|<get-offset>(){}[0]
-    final val progress // androidx.compose.material/BottomDrawerState.progress|{}progress[0]
-        final fun <get-progress>(): kotlin/Float // androidx.compose.material/BottomDrawerState.progress.<get-progress>|<get-progress>(){}[0]
     final val targetValue // androidx.compose.material/BottomDrawerState.targetValue|{}targetValue[0]
         final fun <get-targetValue>(): androidx.compose.material/BottomDrawerValue // androidx.compose.material/BottomDrawerState.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
 }
@@ -156,8 +124,6 @@
         final fun <get-isCollapsed>(): kotlin/Boolean // androidx.compose.material/BottomSheetState.isCollapsed.<get-isCollapsed>|<get-isCollapsed>(){}[0]
     final val isExpanded // androidx.compose.material/BottomSheetState.isExpanded|{}isExpanded[0]
         final fun <get-isExpanded>(): kotlin/Boolean // androidx.compose.material/BottomSheetState.isExpanded.<get-isExpanded>|<get-isExpanded>(){}[0]
-    final val progress // androidx.compose.material/BottomSheetState.progress|{}progress[0]
-        final fun <get-progress>(): kotlin/Float // androidx.compose.material/BottomSheetState.progress.<get-progress>|<get-progress>(){}[0]
     final val targetValue // androidx.compose.material/BottomSheetState.targetValue|{}targetValue[0]
         final fun <get-targetValue>(): androidx.compose.material/BottomSheetValue // androidx.compose.material/BottomSheetState.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
 }
@@ -192,23 +158,11 @@
     final var surface // androidx.compose.material/Colors.surface|{}surface[0]
         final fun <get-surface>(): androidx.compose.ui.graphics/Color // androidx.compose.material/Colors.surface.<get-surface>|<get-surface>(){}[0]
 }
-final class androidx.compose.material/DismissState : androidx.compose.material/SwipeableState<androidx.compose.material/DismissValue> { // androidx.compose.material/DismissState|null[0]
-    constructor <init>(androidx.compose.material/DismissValue, kotlin/Function1<androidx.compose.material/DismissValue, kotlin/Boolean> =...) // androidx.compose.material/DismissState.<init>|<init>(androidx.compose.material.DismissValue;kotlin.Function1<androidx.compose.material.DismissValue,kotlin.Boolean>){}[0]
-    final fun isDismissed(androidx.compose.material/DismissDirection): kotlin/Boolean // androidx.compose.material/DismissState.isDismissed|isDismissed(androidx.compose.material.DismissDirection){}[0]
-    final object Companion { // androidx.compose.material/DismissState.Companion|null[0]
-        final fun Saver(kotlin/Function1<androidx.compose.material/DismissValue, kotlin/Boolean>): androidx.compose.runtime.saveable/Saver<androidx.compose.material/DismissState, androidx.compose.material/DismissValue> // androidx.compose.material/DismissState.Companion.Saver|Saver(kotlin.Function1<androidx.compose.material.DismissValue,kotlin.Boolean>){}[0]
-    }
-    final suspend fun dismiss(androidx.compose.material/DismissDirection) // androidx.compose.material/DismissState.dismiss|dismiss(androidx.compose.material.DismissDirection){}[0]
-    final suspend fun reset() // androidx.compose.material/DismissState.reset|reset(){}[0]
-    final val dismissDirection // androidx.compose.material/DismissState.dismissDirection|{}dismissDirection[0]
-        final fun <get-dismissDirection>(): androidx.compose.material/DismissDirection? // androidx.compose.material/DismissState.dismissDirection.<get-dismissDirection>|<get-dismissDirection>(){}[0]
-}
 final class androidx.compose.material/DrawerState { // androidx.compose.material/DrawerState|null[0]
     constructor <init>(androidx.compose.material/DrawerValue, kotlin/Function1<androidx.compose.material/DrawerValue, kotlin/Boolean> =...) // androidx.compose.material/DrawerState.<init>|<init>(androidx.compose.material.DrawerValue;kotlin.Function1<androidx.compose.material.DrawerValue,kotlin.Boolean>){}[0]
     final object Companion { // androidx.compose.material/DrawerState.Companion|null[0]
         final fun Saver(kotlin/Function1<androidx.compose.material/DrawerValue, kotlin/Boolean>): androidx.compose.runtime.saveable/Saver<androidx.compose.material/DrawerState, androidx.compose.material/DrawerValue> // androidx.compose.material/DrawerState.Companion.Saver|Saver(kotlin.Function1<androidx.compose.material.DrawerValue,kotlin.Boolean>){}[0]
     }
-    final suspend fun animateTo(androidx.compose.material/DrawerValue, androidx.compose.animation.core/AnimationSpec<kotlin/Float>) // androidx.compose.material/DrawerState.animateTo|animateTo(androidx.compose.material.DrawerValue;androidx.compose.animation.core.AnimationSpec<kotlin.Float>){}[0]
     final suspend fun close() // androidx.compose.material/DrawerState.close|close(){}[0]
     final suspend fun open() // androidx.compose.material/DrawerState.open|open(){}[0]
     final suspend fun snapTo(androidx.compose.material/DrawerValue) // androidx.compose.material/DrawerState.snapTo|snapTo(androidx.compose.material.DrawerValue){}[0]
@@ -220,26 +174,6 @@
         final fun <get-isClosed>(): kotlin/Boolean // androidx.compose.material/DrawerState.isClosed.<get-isClosed>|<get-isClosed>(){}[0]
     final val isOpen // androidx.compose.material/DrawerState.isOpen|{}isOpen[0]
         final fun <get-isOpen>(): kotlin/Boolean // androidx.compose.material/DrawerState.isOpen.<get-isOpen>|<get-isOpen>(){}[0]
-    final val offset // androidx.compose.material/DrawerState.offset|{}offset[0]
-        final fun <get-offset>(): kotlin/Float // androidx.compose.material/DrawerState.offset.<get-offset>|<get-offset>(){}[0]
-    final val targetValue // androidx.compose.material/DrawerState.targetValue|{}targetValue[0]
-        final fun <get-targetValue>(): androidx.compose.material/DrawerValue // androidx.compose.material/DrawerState.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
-}
-final class androidx.compose.material/FixedThreshold : androidx.compose.material/ThresholdConfig { // androidx.compose.material/FixedThreshold|null[0]
-    constructor <init>(androidx.compose.ui.unit/Dp) // androidx.compose.material/FixedThreshold.<init>|<init>(androidx.compose.ui.unit.Dp){}[0]
-    final fun (androidx.compose.ui.unit/Density).computeThreshold(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.material/FixedThreshold.computeThreshold|[email protected](kotlin.Float;kotlin.Float){}[0]
-    final fun copy(androidx.compose.ui.unit/Dp =...): androidx.compose.material/FixedThreshold // androidx.compose.material/FixedThreshold.copy|copy(androidx.compose.ui.unit.Dp){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.material/FixedThreshold.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.material/FixedThreshold.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.material/FixedThreshold.toString|toString(){}[0]
-}
-final class androidx.compose.material/FractionalThreshold : androidx.compose.material/ThresholdConfig { // androidx.compose.material/FractionalThreshold|null[0]
-    constructor <init>(kotlin/Float) // androidx.compose.material/FractionalThreshold.<init>|<init>(kotlin.Float){}[0]
-    final fun (androidx.compose.ui.unit/Density).computeThreshold(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.material/FractionalThreshold.computeThreshold|[email protected](kotlin.Float;kotlin.Float){}[0]
-    final fun copy(kotlin/Float =...): androidx.compose.material/FractionalThreshold // androidx.compose.material/FractionalThreshold.copy|copy(kotlin.Float){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.material/FractionalThreshold.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.material/FractionalThreshold.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.material/FractionalThreshold.toString|toString(){}[0]
 }
 final class androidx.compose.material/ModalBottomSheetState { // androidx.compose.material/ModalBottomSheetState|null[0]
     constructor <init>(androidx.compose.material/ModalBottomSheetValue, androidx.compose.ui.unit/Density, kotlin/Function1<androidx.compose.material/ModalBottomSheetValue, kotlin/Boolean> =..., androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Boolean =...) // androidx.compose.material/ModalBottomSheetState.<init>|<init>(androidx.compose.material.ModalBottomSheetValue;androidx.compose.ui.unit.Density;kotlin.Function1<androidx.compose.material.ModalBottomSheetValue,kotlin.Boolean>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Boolean){}[0]
@@ -253,8 +187,6 @@
         final fun <get-currentValue>(): androidx.compose.material/ModalBottomSheetValue // androidx.compose.material/ModalBottomSheetState.currentValue.<get-currentValue>|<get-currentValue>(){}[0]
     final val isVisible // androidx.compose.material/ModalBottomSheetState.isVisible|{}isVisible[0]
         final fun <get-isVisible>(): kotlin/Boolean // androidx.compose.material/ModalBottomSheetState.isVisible.<get-isVisible>|<get-isVisible>(){}[0]
-    final val progress // androidx.compose.material/ModalBottomSheetState.progress|{}progress[0]
-        final fun <get-progress>(): kotlin/Float // androidx.compose.material/ModalBottomSheetState.progress.<get-progress>|<get-progress>(){}[0]
     final val targetValue // androidx.compose.material/ModalBottomSheetState.targetValue|{}targetValue[0]
         final fun <get-targetValue>(): androidx.compose.material/ModalBottomSheetValue // androidx.compose.material/ModalBottomSheetState.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
 }
@@ -271,16 +203,6 @@
     final val factorAtMin // androidx.compose.material/ResistanceConfig.factorAtMin|{}factorAtMin[0]
         final fun <get-factorAtMin>(): kotlin/Float // androidx.compose.material/ResistanceConfig.factorAtMin.<get-factorAtMin>|<get-factorAtMin>(){}[0]
 }
-final class androidx.compose.material/RippleConfiguration { // androidx.compose.material/RippleConfiguration|null[0]
-    constructor <init>(androidx.compose.ui.graphics/Color =..., androidx.compose.material.ripple/RippleAlpha? =...) // androidx.compose.material/RippleConfiguration.<init>|<init>(androidx.compose.ui.graphics.Color;androidx.compose.material.ripple.RippleAlpha?){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.material/RippleConfiguration.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.material/RippleConfiguration.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.material/RippleConfiguration.toString|toString(){}[0]
-    final val color // androidx.compose.material/RippleConfiguration.color|{}color[0]
-        final fun <get-color>(): androidx.compose.ui.graphics/Color // androidx.compose.material/RippleConfiguration.color.<get-color>|<get-color>(){}[0]
-    final val rippleAlpha // androidx.compose.material/RippleConfiguration.rippleAlpha|{}rippleAlpha[0]
-        final fun <get-rippleAlpha>(): androidx.compose.material.ripple/RippleAlpha? // androidx.compose.material/RippleConfiguration.rippleAlpha.<get-rippleAlpha>|<get-rippleAlpha>(){}[0]
-}
 final class androidx.compose.material/ScaffoldState { // androidx.compose.material/ScaffoldState|null[0]
     constructor <init>(androidx.compose.material/DrawerState, androidx.compose.material/SnackbarHostState) // androidx.compose.material/ScaffoldState.<init>|<init>(androidx.compose.material.DrawerState;androidx.compose.material.SnackbarHostState){}[0]
     final val drawerState // androidx.compose.material/ScaffoldState.drawerState|{}drawerState[0]
@@ -411,14 +333,7 @@
 }
 final fun (androidx.compose.foundation.layout/RowScope).androidx.compose.material/BottomNavigationItem(kotlin/Boolean, kotlin/Function0<kotlin/Unit>, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...) // androidx.compose.material/BottomNavigationItem|[email protected](kotlin.Boolean;kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
 final fun (androidx.compose.material/Colors).androidx.compose.material/contentColorFor(androidx.compose.ui.graphics/Color): androidx.compose.ui.graphics/Color // androidx.compose.material/contentColorFor|[email protected](androidx.compose.ui.graphics.Color){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.material.pullrefresh/pullRefresh(androidx.compose.material.pullrefresh/PullRefreshState, kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.material.pullrefresh/pullRefresh|[email protected](androidx.compose.material.pullrefresh.PullRefreshState;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.material.pullrefresh/pullRefresh(kotlin/Function1<kotlin/Float, kotlin/Float>, kotlin.coroutines/SuspendFunction1<kotlin/Float, kotlin/Float>, kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.material.pullrefresh/pullRefresh|[email protected](kotlin.Function1<kotlin.Float,kotlin.Float>;kotlin.coroutines.SuspendFunction1<kotlin.Float,kotlin.Float>;kotlin.Boolean){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.material.pullrefresh/pullRefreshIndicatorTransform(androidx.compose.material.pullrefresh/PullRefreshState, kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.material.pullrefresh/pullRefreshIndicatorTransform|[email protected](androidx.compose.material.pullrefresh.PullRefreshState;kotlin.Boolean){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.material/minimumInteractiveComponentSize(): androidx.compose.ui/Modifier // androidx.compose.material/minimumInteractiveComponentSize|[email protected](){}[0]
-final fun <#A: kotlin/Any> androidx.compose.material/rememberSwipeableState(#A, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function1<#A, kotlin/Boolean> =...): androidx.compose.material/SwipeableState<#A> // androidx.compose.material/rememberSwipeableState|rememberSwipeableState(0:0;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any>}[0]
-final fun <#A: kotlin/Any?> (androidx.compose.ui/Modifier).androidx.compose.material/swipeable(androidx.compose.material/SwipeableState<#A>, kotlin.collections/Map<kotlin/Float, #A>, androidx.compose.foundation.gestures/Orientation, kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Function2<#A, #A, androidx.compose.material/ThresholdConfig> =..., androidx.compose.material/ResistanceConfig? =..., androidx.compose.ui.unit/Dp =...): androidx.compose.ui/Modifier // androidx.compose.material/swipeable|[email protected](androidx.compose.material.SwipeableState<0:0>;kotlin.collections.Map<kotlin.Float,0:0>;androidx.compose.foundation.gestures.Orientation;kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Function2<0:0,0:0,androidx.compose.material.ThresholdConfig>;androidx.compose.material.ResistanceConfig?;androidx.compose.ui.unit.Dp){0§<kotlin.Any?>}[0]
-final fun androidx.compose.material.pullrefresh/PullRefreshIndicator(kotlin/Boolean, androidx.compose.material.pullrefresh/PullRefreshState, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Boolean =...) // androidx.compose.material.pullrefresh/PullRefreshIndicator|PullRefreshIndicator(kotlin.Boolean;androidx.compose.material.pullrefresh.PullRefreshState;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Boolean){}[0]
-final fun androidx.compose.material.pullrefresh/rememberPullRefreshState(kotlin/Boolean, kotlin/Function0<kotlin/Unit>, androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.material.pullrefresh/PullRefreshState // androidx.compose.material.pullrefresh/rememberPullRefreshState|rememberPullRefreshState(kotlin.Boolean;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.material/BackdropScaffold(kotlin/Function0<kotlin/Unit>, kotlin/Function0<kotlin/Unit>, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., androidx.compose.material/BackdropScaffoldState =..., kotlin/Function1<androidx.compose.material/SnackbarHostState, kotlin/Unit> =..., kotlin/Boolean =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...) // androidx.compose.material/BackdropScaffold|BackdropScaffold(kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;androidx.compose.material.BackdropScaffoldState;kotlin.Function1<androidx.compose.material.SnackbarHostState,kotlin.Unit>;kotlin.Boolean;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
 final fun androidx.compose.material/BackdropScaffoldState(androidx.compose.material/BackdropValue, androidx.compose.ui.unit/Density, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function1<androidx.compose.material/BackdropValue, kotlin/Boolean> =..., androidx.compose.material/SnackbarHostState =...): androidx.compose.material/BackdropScaffoldState // androidx.compose.material/BackdropScaffoldState|BackdropScaffoldState(androidx.compose.material.BackdropValue;androidx.compose.ui.unit.Density;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<androidx.compose.material.BackdropValue,kotlin.Boolean>;androidx.compose.material.SnackbarHostState){}[0]
 final fun androidx.compose.material/Badge(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function1<androidx.compose.foundation.layout/RowScope, kotlin/Unit>? =...) // androidx.compose.material/Badge|Badge(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit>?){}[0]
@@ -431,16 +346,13 @@
 final fun androidx.compose.material/BottomSheetScaffold(kotlin/Function1<androidx.compose.foundation.layout/ColumnScope, kotlin/Unit>, androidx.compose.ui/Modifier =..., androidx.compose.material/BottomSheetScaffoldState =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function1<androidx.compose.material/SnackbarHostState, kotlin/Unit> =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.material/FabPosition =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function1<androidx.compose.foundation.layout/PaddingValues, kotlin/Unit>) // androidx.compose.material/BottomSheetScaffold|BottomSheetScaffold(kotlin.Function1<androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>;androidx.compose.ui.Modifier;androidx.compose.material.BottomSheetScaffoldState;kotlin.Function0<kotlin.Unit>?;kotlin.Function1<androidx.compose.material.SnackbarHostState,kotlin.Unit>;kotlin.Function0<kotlin.Unit>?;androidx.compose.material.FabPosition;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function1<androidx.compose.foundation.layout.PaddingValues,kotlin.Unit>){}[0]
 final fun androidx.compose.material/Button(kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.material/ButtonElevation? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.material/ButtonColors =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Function1<androidx.compose.foundation.layout/RowScope, kotlin/Unit>) // androidx.compose.material/Button|Button(kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.material.ButtonElevation?;androidx.compose.ui.graphics.Shape;androidx.compose.foundation.BorderStroke?;androidx.compose.material.ButtonColors;androidx.compose.foundation.layout.PaddingValues;kotlin.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit>){}[0]
 final fun androidx.compose.material/Card(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.ui.unit/Dp =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Card|Card(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.foundation.BorderStroke?;androidx.compose.ui.unit.Dp;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.material/Card(kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.ui.unit/Dp =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Card|Card(kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.foundation.BorderStroke?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/Checkbox(kotlin/Boolean, kotlin/Function1<kotlin/Boolean, kotlin/Unit>?, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.material/CheckboxColors =...) // androidx.compose.material/Checkbox|Checkbox(kotlin.Boolean;kotlin.Function1<kotlin.Boolean,kotlin.Unit>?;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.material.CheckboxColors){}[0]
-final fun androidx.compose.material/Chip(kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.material/ChipColors =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function1<androidx.compose.foundation.layout/RowScope, kotlin/Unit>) // androidx.compose.material/Chip|Chip(kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Shape;androidx.compose.foundation.BorderStroke?;androidx.compose.material.ChipColors;kotlin.Function0<kotlin.Unit>?;kotlin.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit>){}[0]
 final fun androidx.compose.material/CircularProgressIndicator(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =...) // androidx.compose.material/CircularProgressIndicator|CircularProgressIndicator(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.material/CircularProgressIndicator(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/StrokeCap =...) // androidx.compose.material/CircularProgressIndicator|CircularProgressIndicator(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.StrokeCap){}[0]
 final fun androidx.compose.material/CircularProgressIndicator(kotlin/Float, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =...) // androidx.compose.material/CircularProgressIndicator|CircularProgressIndicator(kotlin.Float;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.material/CircularProgressIndicator(kotlin/Float, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/StrokeCap =...) // androidx.compose.material/CircularProgressIndicator|CircularProgressIndicator(kotlin.Float;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.StrokeCap){}[0]
 final fun androidx.compose.material/Divider(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...) // androidx.compose.material/Divider|Divider(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.material/ExtendedFloatingActionButton(kotlin/Function0<kotlin/Unit>, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.material/FloatingActionButtonElevation =...) // androidx.compose.material/ExtendedFloatingActionButton|ExtendedFloatingActionButton(kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Function0<kotlin.Unit>?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.material.FloatingActionButtonElevation){}[0]
-final fun androidx.compose.material/FilterChip(kotlin/Boolean, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.material/SelectableChipColors =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function1<androidx.compose.foundation.layout/RowScope, kotlin/Unit>) // androidx.compose.material/FilterChip|FilterChip(kotlin.Boolean;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Shape;androidx.compose.foundation.BorderStroke?;androidx.compose.material.SelectableChipColors;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit>){}[0]
 final fun androidx.compose.material/FloatingActionButton(kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.material/FloatingActionButtonElevation =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/FloatingActionButton|FloatingActionButton(kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.material.FloatingActionButtonElevation;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/Icon(androidx.compose.ui.graphics.painter/Painter, kotlin/String?, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =...) // androidx.compose.material/Icon|Icon(androidx.compose.ui.graphics.painter.Painter;kotlin.String?;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color){}[0]
 final fun androidx.compose.material/Icon(androidx.compose.ui.graphics.vector/ImageVector, kotlin/String?, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =...) // androidx.compose.material/Icon|Icon(androidx.compose.ui.graphics.vector.ImageVector;kotlin.String?;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color){}[0]
@@ -452,7 +364,6 @@
 final fun androidx.compose.material/LinearProgressIndicator(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/StrokeCap =...) // androidx.compose.material/LinearProgressIndicator|LinearProgressIndicator(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.StrokeCap){}[0]
 final fun androidx.compose.material/LinearProgressIndicator(kotlin/Float, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...) // androidx.compose.material/LinearProgressIndicator|LinearProgressIndicator(kotlin.Float;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
 final fun androidx.compose.material/LinearProgressIndicator(kotlin/Float, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/StrokeCap =...) // androidx.compose.material/LinearProgressIndicator|LinearProgressIndicator(kotlin.Float;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.StrokeCap){}[0]
-final fun androidx.compose.material/ListItem(androidx.compose.ui/Modifier =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/ListItem|ListItem(androidx.compose.ui.Modifier;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/MaterialTheme(androidx.compose.material/Colors =..., androidx.compose.material/Typography =..., androidx.compose.material/Shapes =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/MaterialTheme|MaterialTheme(androidx.compose.material.Colors;androidx.compose.material.Typography;androidx.compose.material.Shapes;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/ModalBottomSheetLayout(kotlin/Function1<androidx.compose.foundation.layout/ColumnScope, kotlin/Unit>, androidx.compose.ui/Modifier =..., androidx.compose.material/ModalBottomSheetState =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/ModalBottomSheetLayout|ModalBottomSheetLayout(kotlin.Function1<androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>;androidx.compose.ui.Modifier;androidx.compose.material.ModalBottomSheetState;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/ModalDrawer(kotlin/Function1<androidx.compose.foundation.layout/ColumnScope, kotlin/Unit>, androidx.compose.ui/Modifier =..., androidx.compose.material/DrawerState =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/ModalDrawer|ModalDrawer(kotlin.Function1<androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>;androidx.compose.ui.Modifier;androidx.compose.material.DrawerState;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function0<kotlin.Unit>){}[0]
@@ -466,7 +377,6 @@
 final fun androidx.compose.material/OutlinedTextField(kotlin/String, kotlin/Function1<kotlin/String, kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin/Boolean =..., androidx.compose.ui.text/TextStyle =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Boolean =..., androidx.compose.ui.text.input/VisualTransformation =..., androidx.compose.foundation.text/KeyboardOptions =..., androidx.compose.foundation.text/KeyboardActions =..., kotlin/Boolean =..., kotlin/Int =..., kotlin/Int =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.material/TextFieldColors =...) // androidx.compose.material/OutlinedTextField|OutlinedTextField(kotlin.String;kotlin.Function1<kotlin.String,kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.TextStyle;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Boolean;androidx.compose.ui.text.input.VisualTransformation;androidx.compose.foundation.text.KeyboardOptions;androidx.compose.foundation.text.KeyboardActions;kotlin.Boolean;kotlin.Int;kotlin.Int;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Shape;androidx.compose.material.TextFieldColors){}[0]
 final fun androidx.compose.material/ProvideTextStyle(androidx.compose.ui.text/TextStyle, kotlin/Function0<kotlin/Unit>) // androidx.compose.material/ProvideTextStyle|ProvideTextStyle(androidx.compose.ui.text.TextStyle;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/RadioButton(kotlin/Boolean, kotlin/Function0<kotlin/Unit>?, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.material/RadioButtonColors =...) // androidx.compose.material/RadioButton|RadioButton(kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.material.RadioButtonColors){}[0]
-final fun androidx.compose.material/RangeSlider(kotlin.ranges/ClosedFloatingPointRange<kotlin/Float>, kotlin/Function1<kotlin.ranges/ClosedFloatingPointRange<kotlin/Float>, kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin.ranges/ClosedFloatingPointRange<kotlin/Float> =..., kotlin/Int =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.material/SliderColors =...) // androidx.compose.material/RangeSlider|RangeSlider(kotlin.ranges.ClosedFloatingPointRange<kotlin.Float>;kotlin.Function1<kotlin.ranges.ClosedFloatingPointRange<kotlin.Float>,kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.ranges.ClosedFloatingPointRange<kotlin.Float>;kotlin.Int;kotlin.Function0<kotlin.Unit>?;androidx.compose.material.SliderColors){}[0]
 final fun androidx.compose.material/Scaffold(androidx.compose.foundation.layout/WindowInsets, androidx.compose.ui/Modifier =..., androidx.compose.material/ScaffoldState =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function1<androidx.compose.material/SnackbarHostState, kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., androidx.compose.material/FabPosition =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.layout/ColumnScope, kotlin/Unit>? =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function1<androidx.compose.foundation.layout/PaddingValues, kotlin/Unit>) // androidx.compose.material/Scaffold|Scaffold(androidx.compose.foundation.layout.WindowInsets;androidx.compose.ui.Modifier;androidx.compose.material.ScaffoldState;kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;kotlin.Function1<androidx.compose.material.SnackbarHostState,kotlin.Unit>;kotlin.Function0<kotlin.Unit>;androidx.compose.material.FabPosition;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>?;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function1<androidx.compose.foundation.layout.PaddingValues,kotlin.Unit>){}[0]
 final fun androidx.compose.material/Scaffold(androidx.compose.ui/Modifier =..., androidx.compose.material/ScaffoldState =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function1<androidx.compose.material/SnackbarHostState, kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., androidx.compose.material/FabPosition =..., kotlin/Boolean =..., kotlin/Function1<androidx.compose.foundation.layout/ColumnScope, kotlin/Unit>? =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function1<androidx.compose.foundation.layout/PaddingValues, kotlin/Unit>) // androidx.compose.material/Scaffold|Scaffold(androidx.compose.ui.Modifier;androidx.compose.material.ScaffoldState;kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>;kotlin.Function1<androidx.compose.material.SnackbarHostState,kotlin.Unit>;kotlin.Function0<kotlin.Unit>;androidx.compose.material.FabPosition;kotlin.Boolean;kotlin.Function1<androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>?;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function1<androidx.compose.foundation.layout.PaddingValues,kotlin.Unit>){}[0]
 final fun androidx.compose.material/ScrollableTabRow(kotlin/Int, androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =..., kotlin/Function1<kotlin.collections/List<androidx.compose.material/TabPosition>, kotlin/Unit> =..., kotlin/Function0<kotlin/Unit> =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/ScrollableTabRow|ScrollableTabRow(kotlin.Int;androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;kotlin.Function1<kotlin.collections.List<androidx.compose.material.TabPosition>,kotlin.Unit>;kotlin.Function0<kotlin.Unit>;kotlin.Function0<kotlin.Unit>){}[0]
@@ -475,10 +385,6 @@
 final fun androidx.compose.material/Snackbar(androidx.compose.ui/Modifier =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.unit/Dp =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Snackbar|Snackbar(androidx.compose.ui.Modifier;kotlin.Function0<kotlin.Unit>?;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.material/SnackbarHost(androidx.compose.material/SnackbarHostState, androidx.compose.ui/Modifier =..., kotlin/Function1<androidx.compose.material/SnackbarData, kotlin/Unit> =...) // androidx.compose.material/SnackbarHost|SnackbarHost(androidx.compose.material.SnackbarHostState;androidx.compose.ui.Modifier;kotlin.Function1<androidx.compose.material.SnackbarData,kotlin.Unit>){}[0]
 final fun androidx.compose.material/Surface(androidx.compose.ui/Modifier =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.ui.unit/Dp =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Surface|Surface(androidx.compose.ui.Modifier;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.foundation.BorderStroke?;androidx.compose.ui.unit.Dp;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.material/Surface(kotlin/Boolean, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.ui.unit/Dp =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Surface|Surface(kotlin.Boolean;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.foundation.BorderStroke?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.material/Surface(kotlin/Boolean, kotlin/Function1<kotlin/Boolean, kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.ui.unit/Dp =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Surface|Surface(kotlin.Boolean;kotlin.Function1<kotlin.Boolean,kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.foundation.BorderStroke?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.material/Surface(kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.foundation/BorderStroke? =..., androidx.compose.ui.unit/Dp =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.material/Surface|Surface(kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.ui.graphics.Shape;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.foundation.BorderStroke?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.interaction.MutableInteractionSource?;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.material/SwipeToDismiss(androidx.compose.material/DismissState, androidx.compose.ui/Modifier =..., kotlin.collections/Set<androidx.compose.material/DismissDirection> =..., kotlin/Function1<androidx.compose.material/DismissDirection, androidx.compose.material/ThresholdConfig> =..., kotlin/Function1<androidx.compose.foundation.layout/RowScope, kotlin/Unit>, kotlin/Function1<androidx.compose.foundation.layout/RowScope, kotlin/Unit>) // androidx.compose.material/SwipeToDismiss|SwipeToDismiss(androidx.compose.material.DismissState;androidx.compose.ui.Modifier;kotlin.collections.Set<androidx.compose.material.DismissDirection>;kotlin.Function1<androidx.compose.material.DismissDirection,androidx.compose.material.ThresholdConfig>;kotlin.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit>;kotlin.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit>){}[0]
 final fun androidx.compose.material/Switch(kotlin/Boolean, kotlin/Function1<kotlin/Boolean, kotlin/Unit>?, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.material/SwitchColors =...) // androidx.compose.material/Switch|Switch(kotlin.Boolean;kotlin.Function1<kotlin.Boolean,kotlin.Unit>?;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.material.SwitchColors){}[0]
 final fun androidx.compose.material/Tab(kotlin/Boolean, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., kotlin/Function1<androidx.compose.foundation.layout/ColumnScope, kotlin/Unit>) // androidx.compose.material/Tab|Tab(kotlin.Boolean;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;kotlin.Function1<androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>){}[0]
 final fun androidx.compose.material/Tab(kotlin/Boolean, kotlin/Function0<kotlin/Unit>, androidx.compose.ui/Modifier =..., kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.foundation.interaction/MutableInteractionSource? =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...) // androidx.compose.material/Tab|Tab(kotlin.Boolean;kotlin.Function0<kotlin.Unit>;androidx.compose.ui.Modifier;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
@@ -504,18 +410,11 @@
 final fun androidx.compose.material/rememberBottomDrawerState(androidx.compose.material/BottomDrawerValue, kotlin/Function1<androidx.compose.material/BottomDrawerValue, kotlin/Boolean> =..., androidx.compose.animation.core/AnimationSpec<kotlin/Float> =...): androidx.compose.material/BottomDrawerState // androidx.compose.material/rememberBottomDrawerState|rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue;kotlin.Function1<androidx.compose.material.BottomDrawerValue,kotlin.Boolean>;androidx.compose.animation.core.AnimationSpec<kotlin.Float>){}[0]
 final fun androidx.compose.material/rememberBottomSheetScaffoldState(androidx.compose.material/BottomSheetState =..., androidx.compose.material/SnackbarHostState =...): androidx.compose.material/BottomSheetScaffoldState // androidx.compose.material/rememberBottomSheetScaffoldState|rememberBottomSheetScaffoldState(androidx.compose.material.BottomSheetState;androidx.compose.material.SnackbarHostState){}[0]
 final fun androidx.compose.material/rememberBottomSheetState(androidx.compose.material/BottomSheetValue, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function1<androidx.compose.material/BottomSheetValue, kotlin/Boolean> =...): androidx.compose.material/BottomSheetState // androidx.compose.material/rememberBottomSheetState|rememberBottomSheetState(androidx.compose.material.BottomSheetValue;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<androidx.compose.material.BottomSheetValue,kotlin.Boolean>){}[0]
-final fun androidx.compose.material/rememberDismissState(androidx.compose.material/DismissValue =..., kotlin/Function1<androidx.compose.material/DismissValue, kotlin/Boolean> =...): androidx.compose.material/DismissState // androidx.compose.material/rememberDismissState|rememberDismissState(androidx.compose.material.DismissValue;kotlin.Function1<androidx.compose.material.DismissValue,kotlin.Boolean>){}[0]
 final fun androidx.compose.material/rememberDrawerState(androidx.compose.material/DrawerValue, kotlin/Function1<androidx.compose.material/DrawerValue, kotlin/Boolean> =...): androidx.compose.material/DrawerState // androidx.compose.material/rememberDrawerState|rememberDrawerState(androidx.compose.material.DrawerValue;kotlin.Function1<androidx.compose.material.DrawerValue,kotlin.Boolean>){}[0]
 final fun androidx.compose.material/rememberModalBottomSheetState(androidx.compose.material/ModalBottomSheetValue, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function1<androidx.compose.material/ModalBottomSheetValue, kotlin/Boolean> =..., kotlin/Boolean =...): androidx.compose.material/ModalBottomSheetState // androidx.compose.material/rememberModalBottomSheetState|rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<androidx.compose.material.ModalBottomSheetValue,kotlin.Boolean>;kotlin.Boolean){}[0]
 final fun androidx.compose.material/rememberScaffoldState(androidx.compose.material/DrawerState =..., androidx.compose.material/SnackbarHostState =...): androidx.compose.material/ScaffoldState // androidx.compose.material/rememberScaffoldState|rememberScaffoldState(androidx.compose.material.DrawerState;androidx.compose.material.SnackbarHostState){}[0]
 final fun androidx.compose.material/ripple(androidx.compose.ui.graphics/ColorProducer, kotlin/Boolean =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation/IndicationNodeFactory // androidx.compose.material/ripple|ripple(androidx.compose.ui.graphics.ColorProducer;kotlin.Boolean;androidx.compose.ui.unit.Dp){}[0]
 final fun androidx.compose.material/ripple(kotlin/Boolean =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.graphics/Color =...): androidx.compose.foundation/IndicationNodeFactory // androidx.compose.material/ripple|ripple(kotlin.Boolean;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color){}[0]
-final object androidx.compose.material.pullrefresh/PullRefreshDefaults { // androidx.compose.material.pullrefresh/PullRefreshDefaults|null[0]
-    final val RefreshThreshold // androidx.compose.material.pullrefresh/PullRefreshDefaults.RefreshThreshold|<get-RefreshThreshold>(){}[0]
-        final fun <get-RefreshThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.material.pullrefresh/PullRefreshDefaults.RefreshThreshold.<get-RefreshThreshold>|<get-RefreshThreshold>(){}[0]
-    final val RefreshingOffset // androidx.compose.material.pullrefresh/PullRefreshDefaults.RefreshingOffset|<get-RefreshingOffset>(){}[0]
-        final fun <get-RefreshingOffset>(): androidx.compose.ui.unit/Dp // androidx.compose.material.pullrefresh/PullRefreshDefaults.RefreshingOffset.<get-RefreshingOffset>|<get-RefreshingOffset>(){}[0]
-}
 final object androidx.compose.material/AppBarDefaults { // androidx.compose.material/AppBarDefaults|null[0]
     final val BottomAppBarElevation // androidx.compose.material/AppBarDefaults.BottomAppBarElevation|<get-BottomAppBarElevation>(){}[0]
         final fun <get-BottomAppBarElevation>(): androidx.compose.ui.unit/Dp // androidx.compose.material/AppBarDefaults.BottomAppBarElevation.<get-BottomAppBarElevation>|<get-BottomAppBarElevation>(){}[0]
@@ -584,28 +483,6 @@
 final object androidx.compose.material/CheckboxDefaults { // androidx.compose.material/CheckboxDefaults|null[0]
     final fun colors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/CheckboxColors // androidx.compose.material/CheckboxDefaults.colors|colors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
 }
-final object androidx.compose.material/ChipDefaults { // androidx.compose.material/ChipDefaults|null[0]
-    final const val ContentOpacity // androidx.compose.material/ChipDefaults.ContentOpacity|<get-ContentOpacity>(){}[0]
-        final fun <get-ContentOpacity>(): kotlin/Float // androidx.compose.material/ChipDefaults.ContentOpacity.<get-ContentOpacity>|<get-ContentOpacity>(){}[0]
-    final const val LeadingIconOpacity // androidx.compose.material/ChipDefaults.LeadingIconOpacity|<get-LeadingIconOpacity>(){}[0]
-        final fun <get-LeadingIconOpacity>(): kotlin/Float // androidx.compose.material/ChipDefaults.LeadingIconOpacity.<get-LeadingIconOpacity>|<get-LeadingIconOpacity>(){}[0]
-    final const val OutlinedBorderOpacity // androidx.compose.material/ChipDefaults.OutlinedBorderOpacity|<get-OutlinedBorderOpacity>(){}[0]
-        final fun <get-OutlinedBorderOpacity>(): kotlin/Float // androidx.compose.material/ChipDefaults.OutlinedBorderOpacity.<get-OutlinedBorderOpacity>|<get-OutlinedBorderOpacity>(){}[0]
-    final fun chipColors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/ChipColors // androidx.compose.material/ChipDefaults.chipColors|chipColors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
-    final fun filterChipColors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/SelectableChipColors // androidx.compose.material/ChipDefaults.filterChipColors|filterChipColors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
-    final fun outlinedChipColors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/ChipColors // androidx.compose.material/ChipDefaults.outlinedChipColors|outlinedChipColors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
-    final fun outlinedFilterChipColors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/SelectableChipColors // androidx.compose.material/ChipDefaults.outlinedFilterChipColors|outlinedFilterChipColors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
-    final val LeadingIconSize // androidx.compose.material/ChipDefaults.LeadingIconSize|{}LeadingIconSize[0]
-        final fun <get-LeadingIconSize>(): androidx.compose.ui.unit/Dp // androidx.compose.material/ChipDefaults.LeadingIconSize.<get-LeadingIconSize>|<get-LeadingIconSize>(){}[0]
-    final val MinHeight // androidx.compose.material/ChipDefaults.MinHeight|<get-MinHeight>(){}[0]
-        final fun <get-MinHeight>(): androidx.compose.ui.unit/Dp // androidx.compose.material/ChipDefaults.MinHeight.<get-MinHeight>|<get-MinHeight>(){}[0]
-    final val OutlinedBorderSize // androidx.compose.material/ChipDefaults.OutlinedBorderSize|<get-OutlinedBorderSize>(){}[0]
-        final fun <get-OutlinedBorderSize>(): androidx.compose.ui.unit/Dp // androidx.compose.material/ChipDefaults.OutlinedBorderSize.<get-OutlinedBorderSize>|<get-OutlinedBorderSize>(){}[0]
-    final val SelectedIconSize // androidx.compose.material/ChipDefaults.SelectedIconSize|{}SelectedIconSize[0]
-        final fun <get-SelectedIconSize>(): androidx.compose.ui.unit/Dp // androidx.compose.material/ChipDefaults.SelectedIconSize.<get-SelectedIconSize>|<get-SelectedIconSize>(){}[0]
-    final val outlinedBorder // androidx.compose.material/ChipDefaults.outlinedBorder|{}outlinedBorder[0]
-        final fun <get-outlinedBorder>(): androidx.compose.foundation/BorderStroke // androidx.compose.material/ChipDefaults.outlinedBorder.<get-outlinedBorder>|<get-outlinedBorder>(){}[0]
-}
 final object androidx.compose.material/ContentAlpha { // androidx.compose.material/ContentAlpha|null[0]
     final val disabled // androidx.compose.material/ContentAlpha.disabled|{}disabled[0]
         final fun <get-disabled>(): kotlin/Float // androidx.compose.material/ContentAlpha.disabled.<get-disabled>|<get-disabled>(){}[0]
@@ -730,17 +607,8 @@
         final fun <get-IconOpacity>(): kotlin/Float // androidx.compose.material/TextFieldDefaults.IconOpacity.<get-IconOpacity>|<get-IconOpacity>(){}[0]
     final const val UnfocusedIndicatorLineOpacity // androidx.compose.material/TextFieldDefaults.UnfocusedIndicatorLineOpacity|{}UnfocusedIndicatorLineOpacity[0]
         final fun <get-UnfocusedIndicatorLineOpacity>(): kotlin/Float // androidx.compose.material/TextFieldDefaults.UnfocusedIndicatorLineOpacity.<get-UnfocusedIndicatorLineOpacity>|<get-UnfocusedIndicatorLineOpacity>(){}[0]
-    final fun (androidx.compose.ui/Modifier).indicatorLine(kotlin/Boolean, kotlin/Boolean, androidx.compose.foundation.interaction/InteractionSource, androidx.compose.material/TextFieldColors, androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.ui/Modifier // androidx.compose.material/TextFieldDefaults.indicatorLine|[email protected](kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.interaction.InteractionSource;androidx.compose.material.TextFieldColors;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
-    final fun BorderBox(kotlin/Boolean, kotlin/Boolean, androidx.compose.foundation.interaction/InteractionSource, androidx.compose.material/TextFieldColors, androidx.compose.ui.graphics/Shape =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...) // androidx.compose.material/TextFieldDefaults.BorderBox|BorderBox(kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.interaction.InteractionSource;androidx.compose.material.TextFieldColors;androidx.compose.ui.graphics.Shape;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
-    final fun OutlinedTextFieldDecorationBox(kotlin/String, kotlin/Function0<kotlin/Unit>, kotlin/Boolean, kotlin/Boolean, androidx.compose.ui.text.input/VisualTransformation, androidx.compose.foundation.interaction/InteractionSource, kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.material/TextFieldColors =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Function0<kotlin/Unit> =...) // androidx.compose.material/TextFieldDefaults.OutlinedTextFieldDecorationBox|OutlinedTextFieldDecorationBox(kotlin.String;kotlin.Function0<kotlin.Unit>;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.input.VisualTransformation;androidx.compose.foundation.interaction.InteractionSource;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.material.TextFieldColors;androidx.compose.foundation.layout.PaddingValues;kotlin.Function0<kotlin.Unit>){}[0]
-    final fun OutlinedTextFieldDecorationBox(kotlin/String, kotlin/Function0<kotlin/Unit>, kotlin/Boolean, kotlin/Boolean, androidx.compose.ui.text.input/VisualTransformation, androidx.compose.foundation.interaction/InteractionSource, kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.material/TextFieldColors =..., androidx.compose.foundation.layout/PaddingValues =..., kotlin/Function0<kotlin/Unit> =...) // androidx.compose.material/TextFieldDefaults.OutlinedTextFieldDecorationBox|OutlinedTextFieldDecorationBox(kotlin.String;kotlin.Function0<kotlin.Unit>;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.input.VisualTransformation;androidx.compose.foundation.interaction.InteractionSource;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.ui.graphics.Shape;androidx.compose.material.TextFieldColors;androidx.compose.foundation.layout.PaddingValues;kotlin.Function0<kotlin.Unit>){}[0]
-    final fun TextFieldDecorationBox(kotlin/String, kotlin/Function0<kotlin/Unit>, kotlin/Boolean, kotlin/Boolean, androidx.compose.ui.text.input/VisualTransformation, androidx.compose.foundation.interaction/InteractionSource, kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.material/TextFieldColors =..., androidx.compose.foundation.layout/PaddingValues =...) // androidx.compose.material/TextFieldDefaults.TextFieldDecorationBox|TextFieldDecorationBox(kotlin.String;kotlin.Function0<kotlin.Unit>;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.input.VisualTransformation;androidx.compose.foundation.interaction.InteractionSource;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.material.TextFieldColors;androidx.compose.foundation.layout.PaddingValues){}[0]
-    final fun TextFieldDecorationBox(kotlin/String, kotlin/Function0<kotlin/Unit>, kotlin/Boolean, kotlin/Boolean, androidx.compose.ui.text.input/VisualTransformation, androidx.compose.foundation.interaction/InteractionSource, kotlin/Boolean =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., kotlin/Function0<kotlin/Unit>? =..., androidx.compose.ui.graphics/Shape =..., androidx.compose.material/TextFieldColors =..., androidx.compose.foundation.layout/PaddingValues =...) // androidx.compose.material/TextFieldDefaults.TextFieldDecorationBox|TextFieldDecorationBox(kotlin.String;kotlin.Function0<kotlin.Unit>;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.text.input.VisualTransformation;androidx.compose.foundation.interaction.InteractionSource;kotlin.Boolean;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;kotlin.Function0<kotlin.Unit>?;androidx.compose.ui.graphics.Shape;androidx.compose.material.TextFieldColors;androidx.compose.foundation.layout.PaddingValues){}[0]
     final fun outlinedTextFieldColors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/TextFieldColors // androidx.compose.material/TextFieldDefaults.outlinedTextFieldColors|outlinedTextFieldColors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
-    final fun outlinedTextFieldPadding(androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/PaddingValues // androidx.compose.material/TextFieldDefaults.outlinedTextFieldPadding|outlinedTextFieldPadding(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
     final fun textFieldColors(androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =...): androidx.compose.material/TextFieldColors // androidx.compose.material/TextFieldDefaults.textFieldColors|textFieldColors(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color){}[0]
-    final fun textFieldWithLabelPadding(androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/PaddingValues // androidx.compose.material/TextFieldDefaults.textFieldWithLabelPadding|textFieldWithLabelPadding(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
-    final fun textFieldWithoutLabelPadding(androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =..., androidx.compose.ui.unit/Dp =...): androidx.compose.foundation.layout/PaddingValues // androidx.compose.material/TextFieldDefaults.textFieldWithoutLabelPadding|textFieldWithoutLabelPadding(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp){}[0]
     final val FocusedBorderThickness // androidx.compose.material/TextFieldDefaults.FocusedBorderThickness|{}FocusedBorderThickness[0]
         final fun <get-FocusedBorderThickness>(): androidx.compose.ui.unit/Dp // androidx.compose.material/TextFieldDefaults.FocusedBorderThickness.<get-FocusedBorderThickness>|<get-FocusedBorderThickness>(){}[0]
     final val MinHeight // androidx.compose.material/TextFieldDefaults.MinHeight|{}MinHeight[0]
@@ -762,16 +630,8 @@
     final fun <get-LocalContentColor>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.graphics/Color> // androidx.compose.material/LocalContentColor.<get-LocalContentColor>|<get-LocalContentColor>(){}[0]
 final val androidx.compose.material/LocalElevationOverlay // androidx.compose.material/LocalElevationOverlay|{}LocalElevationOverlay[0]
     final fun <get-LocalElevationOverlay>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.material/ElevationOverlay?> // androidx.compose.material/LocalElevationOverlay.<get-LocalElevationOverlay>|<get-LocalElevationOverlay>(){}[0]
-final val androidx.compose.material/LocalMinimumInteractiveComponentEnforcement // androidx.compose.material/LocalMinimumInteractiveComponentEnforcement|<get-LocalMinimumInteractiveComponentEnforcement>(){}[0]
-    final fun <get-LocalMinimumInteractiveComponentEnforcement>(): androidx.compose.runtime/ProvidableCompositionLocal<kotlin/Boolean> // androidx.compose.material/LocalMinimumInteractiveComponentEnforcement.<get-LocalMinimumInteractiveComponentEnforcement>|<get-LocalMinimumInteractiveComponentEnforcement>(){}[0]
-final val androidx.compose.material/LocalMinimumTouchTargetEnforcement // androidx.compose.material/LocalMinimumTouchTargetEnforcement|{}LocalMinimumTouchTargetEnforcement[0]
-    final fun <get-LocalMinimumTouchTargetEnforcement>(): androidx.compose.runtime/ProvidableCompositionLocal<kotlin/Boolean> // androidx.compose.material/LocalMinimumTouchTargetEnforcement.<get-LocalMinimumTouchTargetEnforcement>|<get-LocalMinimumTouchTargetEnforcement>(){}[0]
-final val androidx.compose.material/LocalRippleConfiguration // androidx.compose.material/LocalRippleConfiguration|{}LocalRippleConfiguration[0]
-    final fun <get-LocalRippleConfiguration>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.material/RippleConfiguration?> // androidx.compose.material/LocalRippleConfiguration.<get-LocalRippleConfiguration>|<get-LocalRippleConfiguration>(){}[0]
 final val androidx.compose.material/LocalTextStyle // androidx.compose.material/LocalTextStyle|<get-LocalTextStyle>(){}[0]
     final fun <get-LocalTextStyle>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.text/TextStyle> // androidx.compose.material/LocalTextStyle.<get-LocalTextStyle>|<get-LocalTextStyle>(){}[0]
-final val androidx.compose.material/LocalUseFallbackRippleImplementation // androidx.compose.material/LocalUseFallbackRippleImplementation|{}LocalUseFallbackRippleImplementation[0]
-    final fun <get-LocalUseFallbackRippleImplementation>(): androidx.compose.runtime/ProvidableCompositionLocal<kotlin/Boolean> // androidx.compose.material/LocalUseFallbackRippleImplementation.<get-LocalUseFallbackRippleImplementation>|<get-LocalUseFallbackRippleImplementation>(){}[0]
 final val androidx.compose.material/primarySurface // androidx.compose.material/primarySurface|@androidx.compose.material.Colors{}primarySurface[0]
     final fun (androidx.compose.material/Colors).<get-primarySurface>(): androidx.compose.ui.graphics/Color // androidx.compose.material/primarySurface.<get-primarySurface>|<get-primarySurface>@androidx.compose.material.Colors(){}[0]
 final value class androidx.compose.material/FabPosition { // androidx.compose.material/FabPosition|null[0]
@@ -790,27 +650,3 @@
 open annotation class androidx.compose.material/ExperimentalMaterialApi : kotlin/Annotation { // androidx.compose.material/ExperimentalMaterialApi|null[0]
     constructor <init>() // androidx.compose.material/ExperimentalMaterialApi.<init>|<init>(){}[0]
 }
-open class <#A: kotlin/Any?> androidx.compose.material/SwipeableState { // androidx.compose.material/SwipeableState|null[0]
-    constructor <init>(#A, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =..., kotlin/Function1<#A, kotlin/Boolean> =...) // androidx.compose.material/SwipeableState.<init>|<init>(1:0;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<1:0,kotlin.Boolean>){}[0]
-    final fun performDrag(kotlin/Float): kotlin/Float // androidx.compose.material/SwipeableState.performDrag|performDrag(kotlin.Float){}[0]
-    final object Companion { // androidx.compose.material/SwipeableState.Companion|null[0]
-        final fun <#A2: kotlin/Any> Saver(androidx.compose.animation.core/AnimationSpec<kotlin/Float>, kotlin/Function1<#A2, kotlin/Boolean>): androidx.compose.runtime.saveable/Saver<androidx.compose.material/SwipeableState<#A2>, #A2> // androidx.compose.material/SwipeableState.Companion.Saver|Saver(androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any>}[0]
-    }
-    final suspend fun animateTo(#A, androidx.compose.animation.core/AnimationSpec<kotlin/Float> =...) // androidx.compose.material/SwipeableState.animateTo|animateTo(1:0;androidx.compose.animation.core.AnimationSpec<kotlin.Float>){}[0]
-    final suspend fun performFling(kotlin/Float) // androidx.compose.material/SwipeableState.performFling|performFling(kotlin.Float){}[0]
-    final suspend fun snapTo(#A) // androidx.compose.material/SwipeableState.snapTo|snapTo(1:0){}[0]
-    final val direction // androidx.compose.material/SwipeableState.direction|<get-direction>(){}[0]
-        final fun <get-direction>(): kotlin/Float // androidx.compose.material/SwipeableState.direction.<get-direction>|<get-direction>(){}[0]
-    final val offset // androidx.compose.material/SwipeableState.offset|{}offset[0]
-        final fun <get-offset>(): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.material/SwipeableState.offset.<get-offset>|<get-offset>(){}[0]
-    final val overflow // androidx.compose.material/SwipeableState.overflow|{}overflow[0]
-        final fun <get-overflow>(): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.material/SwipeableState.overflow.<get-overflow>|<get-overflow>(){}[0]
-    final val progress // androidx.compose.material/SwipeableState.progress|{}progress[0]
-        final fun <get-progress>(): androidx.compose.material/SwipeProgress<#A> // androidx.compose.material/SwipeableState.progress.<get-progress>|<get-progress>(){}[0]
-    final val targetValue // androidx.compose.material/SwipeableState.targetValue|{}targetValue[0]
-        final fun <get-targetValue>(): #A // androidx.compose.material/SwipeableState.targetValue.<get-targetValue>|<get-targetValue>(){}[0]
-    final var currentValue // androidx.compose.material/SwipeableState.currentValue|{}currentValue[0]
-        final fun <get-currentValue>(): #A // androidx.compose.material/SwipeableState.currentValue.<get-currentValue>|<get-currentValue>(){}[0]
-    final var isAnimationRunning // androidx.compose.material/SwipeableState.isAnimationRunning|{}isAnimationRunning[0]
-        final fun <get-isAnimationRunning>(): kotlin/Boolean // androidx.compose.material/SwipeableState.isAnimationRunning.<get-isAnimationRunning>|<get-isAnimationRunning>(){}[0]
-}
diff --git a/compose/runtime/runtime/bcv/native/1.7.0.txt b/compose/runtime/runtime/bcv/native/1.7.0.txt
index 4506d78..9ad5f48 100644
--- a/compose/runtime/runtime/bcv/native/1.7.0.txt
+++ b/compose/runtime/runtime/bcv/native/1.7.0.txt
@@ -74,9 +74,6 @@
         abstract fun <get-value>(): #A // androidx.compose.runtime/State.value.<get-value>|<get-value>(){}[0]
 }
 abstract interface androidx.compose.runtime.internal/ComposableLambda : kotlin/Function10<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function11<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function13<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function14<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function15<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function16<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function17<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function18<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function19<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function20<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function21<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Int, kotlin/Any?>, kotlin/Function2<androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function3<kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function4<kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function5<kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function6<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function7<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function8<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?>, kotlin/Function9<kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Any?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Any?> // androidx.compose.runtime.internal/ComposableLambda|null[0]
-abstract interface androidx.compose.runtime.snapshots/SnapshotContextElement : kotlin.coroutines/CoroutineContext.Element { // androidx.compose.runtime.snapshots/SnapshotContextElement|null[0]
-    final object Key : kotlin.coroutines/CoroutineContext.Key<androidx.compose.runtime.snapshots/SnapshotContextElement> // androidx.compose.runtime.snapshots/SnapshotContextElement.Key|null[0]
-}
 abstract interface androidx.compose.runtime.snapshots/StateObject { // androidx.compose.runtime.snapshots/StateObject|null[0]
     abstract fun prependStateRecord(androidx.compose.runtime.snapshots/StateRecord) // androidx.compose.runtime.snapshots/StateObject.prependStateRecord|prependStateRecord(androidx.compose.runtime.snapshots.StateRecord){}[0]
     abstract val firstStateRecord // androidx.compose.runtime.snapshots/StateObject.firstStateRecord|<get-firstStateRecord>(){}[0]
@@ -106,18 +103,6 @@
     open val slotsSize // androidx.compose.runtime.tooling/CompositionGroup.slotsSize|{}slotsSize[0]
         open fun <get-slotsSize>(): kotlin/Int // androidx.compose.runtime.tooling/CompositionGroup.slotsSize.<get-slotsSize>|<get-slotsSize>(){}[0]
 }
-abstract interface androidx.compose.runtime.tooling/CompositionObserver { // androidx.compose.runtime.tooling/CompositionObserver|null[0]
-    abstract fun onBeginComposition(androidx.compose.runtime/Composition, kotlin.collections/Map<androidx.compose.runtime/RecomposeScope, kotlin.collections/Set<kotlin/Any>?>) // androidx.compose.runtime.tooling/CompositionObserver.onBeginComposition|onBeginComposition(androidx.compose.runtime.Composition;kotlin.collections.Map<androidx.compose.runtime.RecomposeScope,kotlin.collections.Set<kotlin.Any>?>){}[0]
-    abstract fun onEndComposition(androidx.compose.runtime/Composition) // androidx.compose.runtime.tooling/CompositionObserver.onEndComposition|onEndComposition(androidx.compose.runtime.Composition){}[0]
-}
-abstract interface androidx.compose.runtime.tooling/CompositionObserverHandle { // androidx.compose.runtime.tooling/CompositionObserverHandle|null[0]
-    abstract fun dispose() // androidx.compose.runtime.tooling/CompositionObserverHandle.dispose|dispose(){}[0]
-}
-abstract interface androidx.compose.runtime.tooling/RecomposeScopeObserver { // androidx.compose.runtime.tooling/RecomposeScopeObserver|null[0]
-    abstract fun onBeginScopeComposition(androidx.compose.runtime/RecomposeScope) // androidx.compose.runtime.tooling/RecomposeScopeObserver.onBeginScopeComposition|onBeginScopeComposition(androidx.compose.runtime.RecomposeScope){}[0]
-    abstract fun onEndScopeComposition(androidx.compose.runtime/RecomposeScope) // androidx.compose.runtime.tooling/RecomposeScopeObserver.onEndScopeComposition|onEndScopeComposition(androidx.compose.runtime.RecomposeScope){}[0]
-    abstract fun onScopeDisposed(androidx.compose.runtime/RecomposeScope) // androidx.compose.runtime.tooling/RecomposeScopeObserver.onScopeDisposed|onScopeDisposed(androidx.compose.runtime.RecomposeScope){}[0]
-}
 abstract interface androidx.compose.runtime/ComposeNodeLifecycleCallback { // androidx.compose.runtime/ComposeNodeLifecycleCallback|null[0]
     abstract fun onDeactivate() // androidx.compose.runtime/ComposeNodeLifecycleCallback.onDeactivate|onDeactivate(){}[0]
     abstract fun onRelease() // androidx.compose.runtime/ComposeNodeLifecycleCallback.onRelease|onRelease(){}[0]
@@ -138,11 +123,6 @@
 abstract interface androidx.compose.runtime/CompositionServices { // androidx.compose.runtime/CompositionServices|null[0]
     abstract fun <#A1: kotlin/Any?> getCompositionService(androidx.compose.runtime/CompositionServiceKey<#A1>): #A1? // androidx.compose.runtime/CompositionServices.getCompositionService|getCompositionService(androidx.compose.runtime.CompositionServiceKey<0:0>){0§<kotlin.Any?>}[0]
 }
-abstract interface androidx.compose.runtime/CompositionTracer { // androidx.compose.runtime/CompositionTracer|null[0]
-    abstract fun isTraceInProgress(): kotlin/Boolean // androidx.compose.runtime/CompositionTracer.isTraceInProgress|isTraceInProgress(){}[0]
-    abstract fun traceEventEnd() // androidx.compose.runtime/CompositionTracer.traceEventEnd|traceEventEnd(){}[0]
-    abstract fun traceEventStart(kotlin/Int, kotlin/Int, kotlin/Int, kotlin/String) // androidx.compose.runtime/CompositionTracer.traceEventStart|traceEventStart(kotlin.Int;kotlin.Int;kotlin.Int;kotlin.String){}[0]
-}
 abstract interface androidx.compose.runtime/DisposableEffectResult { // androidx.compose.runtime/DisposableEffectResult|null[0]
     abstract fun dispose() // androidx.compose.runtime/DisposableEffectResult.dispose|dispose(){}[0]
 }
@@ -355,11 +335,6 @@
     final var firstStateRecord // androidx.compose.runtime.snapshots/SnapshotStateList.firstStateRecord|{}firstStateRecord[0]
         final fun <get-firstStateRecord>(): androidx.compose.runtime.snapshots/StateRecord // androidx.compose.runtime.snapshots/SnapshotStateList.firstStateRecord.<get-firstStateRecord>|<get-firstStateRecord>(){}[0]
 }
-final class <#A: kotlin/Any?> androidx.compose.runtime/MovableContent { // androidx.compose.runtime/MovableContent|null[0]
-    constructor <init>(kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.runtime/MovableContent.<init>|<init>(kotlin.Function1<1:0,kotlin.Unit>){}[0]
-    final val content // androidx.compose.runtime/MovableContent.content|{}content[0]
-        final fun <get-content>(): kotlin/Function1<#A, kotlin/Unit> // androidx.compose.runtime/MovableContent.content.<get-content>|<get-content>(){}[0]
-}
 final class <#A: kotlin/Any?> androidx.compose.runtime/ProvidedValue { // androidx.compose.runtime/ProvidedValue|null[0]
     final val compositionLocal // androidx.compose.runtime/ProvidedValue.compositionLocal|{}compositionLocal[0]
         final fun <get-compositionLocal>(): androidx.compose.runtime/CompositionLocal<#A> // androidx.compose.runtime/ProvidedValue.compositionLocal.<get-compositionLocal>|<get-compositionLocal>(){}[0]
@@ -405,8 +380,6 @@
     constructor <init>() // androidx.compose.runtime/DisposableEffectScope.<init>|<init>(){}[0]
     final inline fun onDispose(crossinline kotlin/Function0<kotlin/Unit>): androidx.compose.runtime/DisposableEffectResult // androidx.compose.runtime/DisposableEffectScope.onDispose|onDispose(kotlin.Function0<kotlin.Unit>){}[0]
 }
-final class androidx.compose.runtime/MovableContentState // androidx.compose.runtime/MovableContentState|null[0]
-final class androidx.compose.runtime/MovableContentStateReference // androidx.compose.runtime/MovableContentStateReference|null[0]
 final class androidx.compose.runtime/PausableMonotonicFrameClock : androidx.compose.runtime/MonotonicFrameClock { // androidx.compose.runtime/PausableMonotonicFrameClock|null[0]
     constructor <init>(androidx.compose.runtime/MonotonicFrameClock) // androidx.compose.runtime/PausableMonotonicFrameClock.<init>|<init>(androidx.compose.runtime.MonotonicFrameClock){}[0]
     final fun pause() // androidx.compose.runtime/PausableMonotonicFrameClock.pause|pause(){}[0]
@@ -439,7 +412,6 @@
     final suspend fun awaitIdle() // androidx.compose.runtime/Recomposer.awaitIdle|awaitIdle(){}[0]
     final suspend fun join() // androidx.compose.runtime/Recomposer.join|join(){}[0]
     final suspend fun runRecomposeAndApplyChanges() // androidx.compose.runtime/Recomposer.runRecomposeAndApplyChanges|runRecomposeAndApplyChanges(){}[0]
-    final suspend fun runRecomposeConcurrentlyAndApplyChanges(kotlin.coroutines/CoroutineContext) // androidx.compose.runtime/Recomposer.runRecomposeConcurrentlyAndApplyChanges|runRecomposeConcurrentlyAndApplyChanges(kotlin.coroutines.CoroutineContext){}[0]
     final val currentState // androidx.compose.runtime/Recomposer.currentState|<get-currentState>(){}[0]
         final fun <get-currentState>(): kotlinx.coroutines.flow/StateFlow<androidx.compose.runtime/Recomposer.State> // androidx.compose.runtime/Recomposer.currentState.<get-currentState>|<get-currentState>(){}[0]
     final val effectCoroutineContext // androidx.compose.runtime/Recomposer.effectCoroutineContext|{}effectCoroutineContext[0]
@@ -465,9 +437,6 @@
     final fun <get-referenceKey>(): kotlin/Int // androidx.compose.runtime/referenceKey.<get-referenceKey>|<get-referenceKey>(){}[0]
 final const val androidx.compose.runtime/reuseKey // androidx.compose.runtime/reuseKey|<get-reuseKey>(){}[0]
     final fun <get-reuseKey>(): kotlin/Int // androidx.compose.runtime/reuseKey.<get-reuseKey>|<get-reuseKey>(){}[0]
-final fun (androidx.compose.runtime.snapshots/Snapshot).androidx.compose.runtime.snapshots/asContextElement(): androidx.compose.runtime.snapshots/SnapshotContextElement // androidx.compose.runtime.snapshots/asContextElement|[email protected](){}[0]
-final fun (androidx.compose.runtime/Composition).androidx.compose.runtime.tooling/observe(androidx.compose.runtime.tooling/CompositionObserver): androidx.compose.runtime.tooling/CompositionObserverHandle? // androidx.compose.runtime.tooling/observe|[email protected](androidx.compose.runtime.tooling.CompositionObserver){}[0]
-final fun (androidx.compose.runtime/RecomposeScope).androidx.compose.runtime.tooling/observe(androidx.compose.runtime.tooling/RecomposeScopeObserver): androidx.compose.runtime.tooling/CompositionObserverHandle // androidx.compose.runtime.tooling/observe|[email protected](androidx.compose.runtime.tooling.RecomposeScopeObserver){}[0]
 final fun (androidx.compose.runtime/State<kotlin/Double>).androidx.compose.runtime/asDoubleState(): androidx.compose.runtime/DoubleState // androidx.compose.runtime/asDoubleState|[email protected]<kotlin.Double>(){}[0]
 final fun (androidx.compose.runtime/State<kotlin/Float>).androidx.compose.runtime/asFloatState(): androidx.compose.runtime/FloatState // androidx.compose.runtime/asFloatState|[email protected]<kotlin.Float>(){}[0]
 final fun (androidx.compose.runtime/State<kotlin/Int>).androidx.compose.runtime/asIntState(): androidx.compose.runtime/IntState // androidx.compose.runtime/asIntState|[email protected]<kotlin.Int>(){}[0]
@@ -489,7 +458,6 @@
 final fun <#A: kotlin/Any?, #B: kotlin/Any?> androidx.compose.runtime/mutableStateMapOf(kotlin/Array<out kotlin/Pair<#A, #B>>...): androidx.compose.runtime.snapshots/SnapshotStateMap<#A, #B> // androidx.compose.runtime/mutableStateMapOf|mutableStateMapOf(kotlin.Array<out|kotlin.Pair<0:0,0:1>>...){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> (kotlin.collections/Collection<#A>).androidx.compose.runtime/toMutableStateList(): androidx.compose.runtime.snapshots/SnapshotStateList<#A> // androidx.compose.runtime/toMutableStateList|[email protected]<0:0>(){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> (kotlinx.coroutines.flow/StateFlow<#A>).androidx.compose.runtime/collectAsState(kotlin.coroutines/CoroutineContext =...): androidx.compose.runtime/State<#A> // androidx.compose.runtime/collectAsState|[email protected]<0:0>(kotlin.coroutines.CoroutineContext){0§<kotlin.Any?>}[0]
-final fun <#A: kotlin/Any?> androidx.compose.runtime.internal/liveLiteral(kotlin/String, #A): androidx.compose.runtime/State<#A> // androidx.compose.runtime.internal/liveLiteral|liveLiteral(kotlin.String;0:0){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.runtime/compositionLocalOf(androidx.compose.runtime/SnapshotMutationPolicy<#A> =..., kotlin/Function0<#A>): androidx.compose.runtime/ProvidableCompositionLocal<#A> // androidx.compose.runtime/compositionLocalOf|compositionLocalOf(androidx.compose.runtime.SnapshotMutationPolicy<0:0>;kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.runtime/compositionLocalWithComputedDefaultOf(kotlin/Function1<androidx.compose.runtime/CompositionLocalAccessorScope, #A>): androidx.compose.runtime/ProvidableCompositionLocal<#A> // androidx.compose.runtime/compositionLocalWithComputedDefaultOf|compositionLocalWithComputedDefaultOf(kotlin.Function1<androidx.compose.runtime.CompositionLocalAccessorScope,0:0>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.runtime/derivedStateOf(androidx.compose.runtime/SnapshotMutationPolicy<#A>, kotlin/Function0<#A>): androidx.compose.runtime/State<#A> // androidx.compose.runtime/derivedStateOf|derivedStateOf(androidx.compose.runtime.SnapshotMutationPolicy<0:0>;kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
@@ -512,18 +480,14 @@
 final fun <#A: kotlin/Any?> androidx.compose.runtime/structuralEqualityPolicy(): androidx.compose.runtime/SnapshotMutationPolicy<#A> // androidx.compose.runtime/structuralEqualityPolicy|structuralEqualityPolicy(){0§<kotlin.Any?>}[0]
 final fun androidx.compose.runtime.internal/composableLambda(androidx.compose.runtime/Composer, kotlin/Int, kotlin/Boolean, kotlin/Any): androidx.compose.runtime.internal/ComposableLambda // androidx.compose.runtime.internal/composableLambda|composableLambda(androidx.compose.runtime.Composer;kotlin.Int;kotlin.Boolean;kotlin.Any){}[0]
 final fun androidx.compose.runtime.internal/composableLambdaInstance(kotlin/Int, kotlin/Boolean, kotlin/Any): androidx.compose.runtime.internal/ComposableLambda // androidx.compose.runtime.internal/composableLambdaInstance|composableLambdaInstance(kotlin.Int;kotlin.Boolean;kotlin.Any){}[0]
-final fun androidx.compose.runtime.internal/enableLiveLiterals() // androidx.compose.runtime.internal/enableLiveLiterals|enableLiveLiterals(){}[0]
 final fun androidx.compose.runtime.internal/illegalDecoyCallException(kotlin/String): kotlin/Nothing // androidx.compose.runtime.internal/illegalDecoyCallException|illegalDecoyCallException(kotlin.String){}[0]
 final fun androidx.compose.runtime.internal/rememberComposableLambda(kotlin/Int, kotlin/Boolean, kotlin/Any): androidx.compose.runtime.internal/ComposableLambda // androidx.compose.runtime.internal/rememberComposableLambda|rememberComposableLambda(kotlin.Int;kotlin.Boolean;kotlin.Any){}[0]
-final fun androidx.compose.runtime.internal/updateLiveLiteralValue(kotlin/String, kotlin/Any?) // androidx.compose.runtime.internal/updateLiveLiteralValue|updateLiveLiteralValue(kotlin.String;kotlin.Any?){}[0]
 final fun androidx.compose.runtime.snapshots/notifyWrite(androidx.compose.runtime.snapshots/Snapshot, androidx.compose.runtime.snapshots/StateObject) // androidx.compose.runtime.snapshots/notifyWrite|notifyWrite(androidx.compose.runtime.snapshots.Snapshot;androidx.compose.runtime.snapshots.StateObject){}[0]
 final fun androidx.compose.runtime/Composition(androidx.compose.runtime/Applier<*>, androidx.compose.runtime/CompositionContext): androidx.compose.runtime/Composition // androidx.compose.runtime/Composition|Composition(androidx.compose.runtime.Applier<*>;androidx.compose.runtime.CompositionContext){}[0]
-final fun androidx.compose.runtime/Composition(androidx.compose.runtime/Applier<*>, androidx.compose.runtime/CompositionContext, kotlin.coroutines/CoroutineContext): androidx.compose.runtime/Composition // androidx.compose.runtime/Composition|Composition(androidx.compose.runtime.Applier<*>;androidx.compose.runtime.CompositionContext;kotlin.coroutines.CoroutineContext){}[0]
 final fun androidx.compose.runtime/CompositionLocalProvider(androidx.compose.runtime/CompositionLocalContext, kotlin/Function0<kotlin/Unit>) // androidx.compose.runtime/CompositionLocalProvider|CompositionLocalProvider(androidx.compose.runtime.CompositionLocalContext;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.runtime/CompositionLocalProvider(androidx.compose.runtime/ProvidedValue<*>, kotlin/Function0<kotlin/Unit>) // androidx.compose.runtime/CompositionLocalProvider|CompositionLocalProvider(androidx.compose.runtime.ProvidedValue<*>;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.runtime/CompositionLocalProvider(kotlin/Array<out androidx.compose.runtime/ProvidedValue<*>>..., kotlin/Function0<kotlin/Unit>) // androidx.compose.runtime/CompositionLocalProvider|CompositionLocalProvider(kotlin.Array<out|androidx.compose.runtime.ProvidedValue<*>>...;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.runtime/ControlledComposition(androidx.compose.runtime/Applier<*>, androidx.compose.runtime/CompositionContext): androidx.compose.runtime/ControlledComposition // androidx.compose.runtime/ControlledComposition|ControlledComposition(androidx.compose.runtime.Applier<*>;androidx.compose.runtime.CompositionContext){}[0]
-final fun androidx.compose.runtime/ControlledComposition(androidx.compose.runtime/Applier<*>, androidx.compose.runtime/CompositionContext, kotlin.coroutines/CoroutineContext): androidx.compose.runtime/ControlledComposition // androidx.compose.runtime/ControlledComposition|ControlledComposition(androidx.compose.runtime.Applier<*>;androidx.compose.runtime.CompositionContext;kotlin.coroutines.CoroutineContext){}[0]
 final fun androidx.compose.runtime/DisposableEffect(kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Function1<androidx.compose.runtime/DisposableEffectScope, androidx.compose.runtime/DisposableEffectResult>) // androidx.compose.runtime/DisposableEffect|DisposableEffect(kotlin.Any?;kotlin.Any?;kotlin.Any?;kotlin.Function1<androidx.compose.runtime.DisposableEffectScope,androidx.compose.runtime.DisposableEffectResult>){}[0]
 final fun androidx.compose.runtime/DisposableEffect(kotlin/Any?, kotlin/Any?, kotlin/Function1<androidx.compose.runtime/DisposableEffectScope, androidx.compose.runtime/DisposableEffectResult>) // androidx.compose.runtime/DisposableEffect|DisposableEffect(kotlin.Any?;kotlin.Any?;kotlin.Function1<androidx.compose.runtime.DisposableEffectScope,androidx.compose.runtime.DisposableEffectResult>){}[0]
 final fun androidx.compose.runtime/DisposableEffect(kotlin/Any?, kotlin/Function1<androidx.compose.runtime/DisposableEffectScope, androidx.compose.runtime/DisposableEffectResult>) // androidx.compose.runtime/DisposableEffect|DisposableEffect(kotlin.Any?;kotlin.Function1<androidx.compose.runtime.DisposableEffectScope,androidx.compose.runtime.DisposableEffectResult>){}[0]
@@ -615,16 +579,12 @@
     final fun <get-currentRecomposeScope>(): androidx.compose.runtime/RecomposeScope // androidx.compose.runtime/currentRecomposeScope.<get-currentRecomposeScope>|<get-currentRecomposeScope>(){}[0]
 final val androidx.compose.runtime/invocation // androidx.compose.runtime/invocation|<get-invocation>(){}[0]
     final fun <get-invocation>(): kotlin/Any // androidx.compose.runtime/invocation.<get-invocation>|<get-invocation>(){}[0]
-final val androidx.compose.runtime/monotonicFrameClock // androidx.compose.runtime/monotonicFrameClock|<get-monotonicFrameClock>@kotlin.coroutines.CoroutineContext(){}[0]
-    final fun (kotlin.coroutines/CoroutineContext).<get-monotonicFrameClock>(): androidx.compose.runtime/MonotonicFrameClock // androidx.compose.runtime/monotonicFrameClock.<get-monotonicFrameClock>|<get-monotonicFrameClock>@kotlin.coroutines.CoroutineContext(){}[0]
 final val androidx.compose.runtime/provider // androidx.compose.runtime/provider|<get-provider>(){}[0]
     final fun <get-provider>(): kotlin/Any // androidx.compose.runtime/provider.<get-provider>|<get-provider>(){}[0]
 final val androidx.compose.runtime/providerMaps // androidx.compose.runtime/providerMaps|<get-providerMaps>(){}[0]
     final fun <get-providerMaps>(): kotlin/Any // androidx.compose.runtime/providerMaps.<get-providerMaps>|<get-providerMaps>(){}[0]
 final val androidx.compose.runtime/providerValues // androidx.compose.runtime/providerValues|{}providerValues[0]
     final fun <get-providerValues>(): kotlin/Any // androidx.compose.runtime/providerValues.<get-providerValues>|<get-providerValues>(){}[0]
-final val androidx.compose.runtime/recomposeCoroutineContext // androidx.compose.runtime/recomposeCoroutineContext|@androidx.compose.runtime.ControlledComposition{}recomposeCoroutineContext[0]
-    final fun (androidx.compose.runtime/ControlledComposition).<get-recomposeCoroutineContext>(): kotlin.coroutines/CoroutineContext // androidx.compose.runtime/recomposeCoroutineContext.<get-recomposeCoroutineContext>|<get-recomposeCoroutineContext>@androidx.compose.runtime.ControlledComposition(){}[0]
 final val androidx.compose.runtime/reference // androidx.compose.runtime/reference|<get-reference>(){}[0]
     final fun <get-reference>(): kotlin/Any // androidx.compose.runtime/reference.<get-reference>|<get-reference>(){}[0]
 final value class <#A: kotlin/Any?> androidx.compose.runtime/SkippableUpdater { // androidx.compose.runtime/SkippableUpdater|null[0]
@@ -650,22 +610,6 @@
     final val composer // androidx.compose.runtime/Updater.composer|{}composer[0]
         final fun <get-composer>(): androidx.compose.runtime/Composer // androidx.compose.runtime/Updater.composer.<get-composer>|<get-composer>(){}[0]
 }
-final var androidx.compose.runtime.internal/isLiveLiteralsEnabled // androidx.compose.runtime.internal/isLiveLiteralsEnabled|{}isLiveLiteralsEnabled[0]
-    final fun <get-isLiveLiteralsEnabled>(): kotlin/Boolean // androidx.compose.runtime.internal/isLiveLiteralsEnabled.<get-isLiveLiteralsEnabled>|<get-isLiveLiteralsEnabled>(){}[0]
-open annotation class androidx.compose.runtime.internal/Decoy : kotlin/Annotation { // androidx.compose.runtime.internal/Decoy|null[0]
-    constructor <init>(kotlin/String, kotlin/Array<out kotlin/String>...) // androidx.compose.runtime.internal/Decoy.<init>|<init>(kotlin.String;kotlin.Array<out|kotlin.String>...){}[0]
-    final val signature // androidx.compose.runtime.internal/Decoy.signature|{}signature[0]
-        final fun <get-signature>(): kotlin/Array<out kotlin/String> // androidx.compose.runtime.internal/Decoy.signature.<get-signature>|<get-signature>(){}[0]
-    final val targetName // androidx.compose.runtime.internal/Decoy.targetName|{}targetName[0]
-        final fun <get-targetName>(): kotlin/String // androidx.compose.runtime.internal/Decoy.targetName.<get-targetName>|<get-targetName>(){}[0]
-}
-open annotation class androidx.compose.runtime.internal/DecoyImplementation : kotlin/Annotation { // androidx.compose.runtime.internal/DecoyImplementation|null[0]
-    constructor <init>(kotlin/String, kotlin/Long) // androidx.compose.runtime.internal/DecoyImplementation.<init>|<init>(kotlin.String;kotlin.Long){}[0]
-    final val id // androidx.compose.runtime.internal/DecoyImplementation.id|{}id[0]
-        final fun <get-id>(): kotlin/Long // androidx.compose.runtime.internal/DecoyImplementation.id.<get-id>|<get-id>(){}[0]
-    final val name // androidx.compose.runtime.internal/DecoyImplementation.name|{}name[0]
-        final fun <get-name>(): kotlin/String // androidx.compose.runtime.internal/DecoyImplementation.name.<get-name>|<get-name>(){}[0]
-}
 open annotation class androidx.compose.runtime.internal/FunctionKeyMeta : kotlin/Annotation { // androidx.compose.runtime.internal/FunctionKeyMeta|null[0]
     constructor <init>(kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.runtime.internal/FunctionKeyMeta.<init>|<init>(kotlin.Int;kotlin.Int;kotlin.Int){}[0]
     final val endOffset // androidx.compose.runtime.internal/FunctionKeyMeta.endOffset|{}endOffset[0]
@@ -708,11 +652,6 @@
 open annotation class androidx.compose.runtime/Composable : kotlin/Annotation { // androidx.compose.runtime/Composable|null[0]
     constructor <init>() // androidx.compose.runtime/Composable.<init>|<init>(){}[0]
 }
-open annotation class androidx.compose.runtime/ComposableInferredTarget : kotlin/Annotation { // androidx.compose.runtime/ComposableInferredTarget|null[0]
-    constructor <init>(kotlin/String) // androidx.compose.runtime/ComposableInferredTarget.<init>|<init>(kotlin.String){}[0]
-    final val scheme // androidx.compose.runtime/ComposableInferredTarget.scheme|{}scheme[0]
-        final fun <get-scheme>(): kotlin/String // androidx.compose.runtime/ComposableInferredTarget.scheme.<get-scheme>|<get-scheme>(){}[0]
-}
 open annotation class androidx.compose.runtime/ComposableOpenTarget : kotlin/Annotation { // androidx.compose.runtime/ComposableOpenTarget|null[0]
     constructor <init>(kotlin/Int) // androidx.compose.runtime/ComposableOpenTarget.<init>|<init>(kotlin.Int){}[0]
     final val index // androidx.compose.runtime/ComposableOpenTarget.index|{}index[0]
@@ -802,8 +741,6 @@
     abstract val root // androidx.compose.runtime.snapshots/Snapshot.root|{}root[0]
         abstract fun <get-root>(): androidx.compose.runtime.snapshots/Snapshot // androidx.compose.runtime.snapshots/Snapshot.root.<get-root>|<get-root>(){}[0]
     constructor <init>(kotlin/Int, androidx.compose.runtime.snapshots/SnapshotIdSet) // androidx.compose.runtime.snapshots/Snapshot.<init>|<init>(kotlin.Int;androidx.compose.runtime.snapshots.SnapshotIdSet){}[0]
-    final fun unsafeEnter(): androidx.compose.runtime.snapshots/Snapshot? // androidx.compose.runtime.snapshots/Snapshot.unsafeEnter|unsafeEnter(){}[0]
-    final fun unsafeLeave(androidx.compose.runtime.snapshots/Snapshot?) // androidx.compose.runtime.snapshots/Snapshot.unsafeLeave|unsafeLeave(androidx.compose.runtime.snapshots.Snapshot?){}[0]
     final inline fun <#A1: kotlin/Any?> enter(kotlin/Function0<#A1>): #A1 // androidx.compose.runtime.snapshots/Snapshot.enter|enter(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
     final object Companion { // androidx.compose.runtime.snapshots/Snapshot.Companion|null[0]
         final const val PreexistingSnapshotId // androidx.compose.runtime.snapshots/Snapshot.Companion.PreexistingSnapshotId|{}PreexistingSnapshotId[0]
@@ -812,7 +749,6 @@
         final fun createNonObservableSnapshot(): androidx.compose.runtime.snapshots/Snapshot // androidx.compose.runtime.snapshots/Snapshot.Companion.createNonObservableSnapshot|createNonObservableSnapshot(){}[0]
         final fun makeCurrentNonObservable(androidx.compose.runtime.snapshots/Snapshot?): androidx.compose.runtime.snapshots/Snapshot // androidx.compose.runtime.snapshots/Snapshot.Companion.makeCurrentNonObservable|makeCurrentNonObservable(androidx.compose.runtime.snapshots.Snapshot?){}[0]
         final fun notifyObjectsInitialized() // androidx.compose.runtime.snapshots/Snapshot.Companion.notifyObjectsInitialized|notifyObjectsInitialized(){}[0]
-        final fun openSnapshotCount(): kotlin/Int // androidx.compose.runtime.snapshots/Snapshot.Companion.openSnapshotCount|openSnapshotCount(){}[0]
         final fun registerApplyObserver(kotlin/Function2<kotlin.collections/Set<kotlin/Any>, androidx.compose.runtime.snapshots/Snapshot, kotlin/Unit>): androidx.compose.runtime.snapshots/ObserverHandle // androidx.compose.runtime.snapshots/Snapshot.Companion.registerApplyObserver|registerApplyObserver(kotlin.Function2<kotlin.collections.Set<kotlin.Any>,androidx.compose.runtime.snapshots.Snapshot,kotlin.Unit>){}[0]
         final fun registerGlobalWriteObserver(kotlin/Function1<kotlin/Any, kotlin/Unit>): androidx.compose.runtime.snapshots/ObserverHandle // androidx.compose.runtime.snapshots/Snapshot.Companion.registerGlobalWriteObserver|registerGlobalWriteObserver(kotlin.Function1<kotlin.Any,kotlin.Unit>){}[0]
         final fun removeCurrent(): androidx.compose.runtime.snapshots/Snapshot? // androidx.compose.runtime.snapshots/Snapshot.Companion.removeCurrent|removeCurrent(){}[0]
@@ -860,9 +796,7 @@
 }
 sealed interface androidx.compose.runtime/Composer { // androidx.compose.runtime/Composer|null[0]
     abstract fun <#A1: kotlin/Any?, #B1: kotlin/Any?> apply(#A1, kotlin/Function2<#B1, #A1, kotlin/Unit>) // androidx.compose.runtime/Composer.apply|apply(0:0;kotlin.Function2<0:1,0:0,kotlin.Unit>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
-    abstract fun <#A1: kotlin/Any?> consume(androidx.compose.runtime/CompositionLocal<#A1>): #A1 // androidx.compose.runtime/Composer.consume|consume(androidx.compose.runtime.CompositionLocal<0:0>){0§<kotlin.Any?>}[0]
     abstract fun <#A1: kotlin/Any?> createNode(kotlin/Function0<#A1>) // androidx.compose.runtime/Composer.createNode|createNode(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
-    abstract fun buildContext(): androidx.compose.runtime/CompositionContext // androidx.compose.runtime/Composer.buildContext|buildContext(){}[0]
     abstract fun changed(kotlin/Any?): kotlin/Boolean // androidx.compose.runtime/Composer.changed|changed(kotlin.Any?){}[0]
     abstract fun collectParameterInformation() // androidx.compose.runtime/Composer.collectParameterInformation|collectParameterInformation(){}[0]
     abstract fun deactivateToEndGroup(kotlin/Boolean) // androidx.compose.runtime/Composer.deactivateToEndGroup|deactivateToEndGroup(kotlin.Boolean){}[0]
@@ -872,18 +806,12 @@
     abstract fun endDefaults() // androidx.compose.runtime/Composer.endDefaults|endDefaults(){}[0]
     abstract fun endMovableGroup() // androidx.compose.runtime/Composer.endMovableGroup|endMovableGroup(){}[0]
     abstract fun endNode() // androidx.compose.runtime/Composer.endNode|endNode(){}[0]
-    abstract fun endProvider() // androidx.compose.runtime/Composer.endProvider|endProvider(){}[0]
-    abstract fun endProviders() // androidx.compose.runtime/Composer.endProviders|endProviders(){}[0]
     abstract fun endReplaceGroup() // androidx.compose.runtime/Composer.endReplaceGroup|endReplaceGroup(){}[0]
     abstract fun endReplaceableGroup() // androidx.compose.runtime/Composer.endReplaceableGroup|endReplaceableGroup(){}[0]
     abstract fun endRestartGroup(): androidx.compose.runtime/ScopeUpdateScope? // androidx.compose.runtime/Composer.endRestartGroup|endRestartGroup(){}[0]
     abstract fun endReusableGroup() // androidx.compose.runtime/Composer.endReusableGroup|endReusableGroup(){}[0]
     abstract fun endToMarker(kotlin/Int) // androidx.compose.runtime/Composer.endToMarker|endToMarker(kotlin.Int){}[0]
-    abstract fun insertMovableContent(androidx.compose.runtime/MovableContent<*>, kotlin/Any?) // androidx.compose.runtime/Composer.insertMovableContent|insertMovableContent(androidx.compose.runtime.MovableContent<*>;kotlin.Any?){}[0]
-    abstract fun insertMovableContentReferences(kotlin.collections/List<kotlin/Pair<androidx.compose.runtime/MovableContentStateReference, androidx.compose.runtime/MovableContentStateReference?>>) // androidx.compose.runtime/Composer.insertMovableContentReferences|insertMovableContentReferences(kotlin.collections.List<kotlin.Pair<androidx.compose.runtime.MovableContentStateReference,androidx.compose.runtime.MovableContentStateReference?>>){}[0]
     abstract fun joinKey(kotlin/Any?, kotlin/Any?): kotlin/Any // androidx.compose.runtime/Composer.joinKey|joinKey(kotlin.Any?;kotlin.Any?){}[0]
-    abstract fun recordSideEffect(kotlin/Function0<kotlin/Unit>) // androidx.compose.runtime/Composer.recordSideEffect|recordSideEffect(kotlin.Function0<kotlin.Unit>){}[0]
-    abstract fun recordUsed(androidx.compose.runtime/RecomposeScope) // androidx.compose.runtime/Composer.recordUsed|recordUsed(androidx.compose.runtime.RecomposeScope){}[0]
     abstract fun rememberedValue(): kotlin/Any? // androidx.compose.runtime/Composer.rememberedValue|rememberedValue(){}[0]
     abstract fun skipCurrentGroup() // androidx.compose.runtime/Composer.skipCurrentGroup|skipCurrentGroup(){}[0]
     abstract fun skipToGroupEnd() // androidx.compose.runtime/Composer.skipToGroupEnd|skipToGroupEnd(){}[0]
@@ -893,8 +821,6 @@
     abstract fun startDefaults() // androidx.compose.runtime/Composer.startDefaults|startDefaults(){}[0]
     abstract fun startMovableGroup(kotlin/Int, kotlin/Any?) // androidx.compose.runtime/Composer.startMovableGroup|startMovableGroup(kotlin.Int;kotlin.Any?){}[0]
     abstract fun startNode() // androidx.compose.runtime/Composer.startNode|startNode(){}[0]
-    abstract fun startProvider(androidx.compose.runtime/ProvidedValue<*>) // androidx.compose.runtime/Composer.startProvider|startProvider(androidx.compose.runtime.ProvidedValue<*>){}[0]
-    abstract fun startProviders(kotlin/Array<out androidx.compose.runtime/ProvidedValue<*>>) // androidx.compose.runtime/Composer.startProviders|startProviders(kotlin.Array<out|androidx.compose.runtime.ProvidedValue<*>>){}[0]
     abstract fun startReplaceGroup(kotlin/Int) // androidx.compose.runtime/Composer.startReplaceGroup|startReplaceGroup(kotlin.Int){}[0]
     abstract fun startReplaceableGroup(kotlin/Int) // androidx.compose.runtime/Composer.startReplaceableGroup|startReplaceableGroup(kotlin.Int){}[0]
     abstract fun startRestartGroup(kotlin/Int): androidx.compose.runtime/Composer // androidx.compose.runtime/Composer.startRestartGroup|startRestartGroup(kotlin.Int){}[0]
@@ -904,14 +830,10 @@
     abstract fun useNode() // androidx.compose.runtime/Composer.useNode|useNode(){}[0]
     abstract val applier // androidx.compose.runtime/Composer.applier|{}applier[0]
         abstract fun <get-applier>(): androidx.compose.runtime/Applier<*> // androidx.compose.runtime/Composer.applier.<get-applier>|<get-applier>(){}[0]
-    abstract val applyCoroutineContext // androidx.compose.runtime/Composer.applyCoroutineContext|{}applyCoroutineContext[0]
-        abstract fun <get-applyCoroutineContext>(): kotlin.coroutines/CoroutineContext // androidx.compose.runtime/Composer.applyCoroutineContext.<get-applyCoroutineContext>|<get-applyCoroutineContext>(){}[0]
     abstract val composition // androidx.compose.runtime/Composer.composition|{}composition[0]
         abstract fun <get-composition>(): androidx.compose.runtime/ControlledComposition // androidx.compose.runtime/Composer.composition.<get-composition>|<get-composition>(){}[0]
     abstract val compositionData // androidx.compose.runtime/Composer.compositionData|{}compositionData[0]
         abstract fun <get-compositionData>(): androidx.compose.runtime.tooling/CompositionData // androidx.compose.runtime/Composer.compositionData.<get-compositionData>|<get-compositionData>(){}[0]
-    abstract val compoundKeyHash // androidx.compose.runtime/Composer.compoundKeyHash|{}compoundKeyHash[0]
-        abstract fun <get-compoundKeyHash>(): kotlin/Int // androidx.compose.runtime/Composer.compoundKeyHash.<get-compoundKeyHash>|<get-compoundKeyHash>(){}[0]
     abstract val currentCompositionLocalMap // androidx.compose.runtime/Composer.currentCompositionLocalMap|{}currentCompositionLocalMap[0]
         abstract fun <get-currentCompositionLocalMap>(): androidx.compose.runtime/CompositionLocalMap // androidx.compose.runtime/Composer.currentCompositionLocalMap.<get-currentCompositionLocalMap>|<get-currentCompositionLocalMap>(){}[0]
     abstract val currentMarker // androidx.compose.runtime/Composer.currentMarker|{}currentMarker[0]
@@ -920,14 +842,11 @@
         abstract fun <get-defaultsInvalid>(): kotlin/Boolean // androidx.compose.runtime/Composer.defaultsInvalid.<get-defaultsInvalid>|<get-defaultsInvalid>(){}[0]
     abstract val inserting // androidx.compose.runtime/Composer.inserting|{}inserting[0]
         abstract fun <get-inserting>(): kotlin/Boolean // androidx.compose.runtime/Composer.inserting.<get-inserting>|<get-inserting>(){}[0]
-    abstract val recomposeScope // androidx.compose.runtime/Composer.recomposeScope|{}recomposeScope[0]
-        abstract fun <get-recomposeScope>(): androidx.compose.runtime/RecomposeScope? // androidx.compose.runtime/Composer.recomposeScope.<get-recomposeScope>|<get-recomposeScope>(){}[0]
     abstract val recomposeScopeIdentity // androidx.compose.runtime/Composer.recomposeScopeIdentity|{}recomposeScopeIdentity[0]
         abstract fun <get-recomposeScopeIdentity>(): kotlin/Any? // androidx.compose.runtime/Composer.recomposeScopeIdentity.<get-recomposeScopeIdentity>|<get-recomposeScopeIdentity>(){}[0]
     abstract val skipping // androidx.compose.runtime/Composer.skipping|{}skipping[0]
         abstract fun <get-skipping>(): kotlin/Boolean // androidx.compose.runtime/Composer.skipping.<get-skipping>|<get-skipping>(){}[0]
     final object Companion { // androidx.compose.runtime/Composer.Companion|null[0]
-        final fun setTracer(androidx.compose.runtime/CompositionTracer) // androidx.compose.runtime/Composer.Companion.setTracer|setTracer(androidx.compose.runtime.CompositionTracer){}[0]
         final val Empty // androidx.compose.runtime/Composer.Companion.Empty|{}Empty[0]
             final fun <get-Empty>(): kotlin/Any // androidx.compose.runtime/Composer.Companion.Empty.<get-Empty>|<get-Empty>(){}[0]
     }
@@ -955,8 +874,6 @@
     abstract fun applyLateChanges() // androidx.compose.runtime/ControlledComposition.applyLateChanges|applyLateChanges(){}[0]
     abstract fun changesApplied() // androidx.compose.runtime/ControlledComposition.changesApplied|changesApplied(){}[0]
     abstract fun composeContent(kotlin/Function0<kotlin/Unit>) // androidx.compose.runtime/ControlledComposition.composeContent|composeContent(kotlin.Function0<kotlin.Unit>){}[0]
-    abstract fun disposeUnusedMovableContent(androidx.compose.runtime/MovableContentState) // androidx.compose.runtime/ControlledComposition.disposeUnusedMovableContent|disposeUnusedMovableContent(androidx.compose.runtime.MovableContentState){}[0]
-    abstract fun insertMovableContent(kotlin.collections/List<kotlin/Pair<androidx.compose.runtime/MovableContentStateReference, androidx.compose.runtime/MovableContentStateReference?>>) // androidx.compose.runtime/ControlledComposition.insertMovableContent|insertMovableContent(kotlin.collections.List<kotlin.Pair<androidx.compose.runtime.MovableContentStateReference,androidx.compose.runtime.MovableContentStateReference?>>){}[0]
     abstract fun invalidateAll() // androidx.compose.runtime/ControlledComposition.invalidateAll|invalidateAll(){}[0]
     abstract fun observesAnyOf(kotlin.collections/Set<kotlin/Any>): kotlin/Boolean // androidx.compose.runtime/ControlledComposition.observesAnyOf|observesAnyOf(kotlin.collections.Set<kotlin.Any>){}[0]
     abstract fun prepareCompose(kotlin/Function0<kotlin/Unit>) // androidx.compose.runtime/ControlledComposition.prepareCompose|prepareCompose(kotlin.Function0<kotlin.Unit>){}[0]
@@ -964,7 +881,6 @@
     abstract fun recordModificationsOf(kotlin.collections/Set<kotlin/Any>) // androidx.compose.runtime/ControlledComposition.recordModificationsOf|recordModificationsOf(kotlin.collections.Set<kotlin.Any>){}[0]
     abstract fun recordReadOf(kotlin/Any) // androidx.compose.runtime/ControlledComposition.recordReadOf|recordReadOf(kotlin.Any){}[0]
     abstract fun recordWriteOf(kotlin/Any) // androidx.compose.runtime/ControlledComposition.recordWriteOf|recordWriteOf(kotlin.Any){}[0]
-    abstract fun verifyConsistent() // androidx.compose.runtime/ControlledComposition.verifyConsistent|verifyConsistent(){}[0]
     abstract val hasPendingChanges // androidx.compose.runtime/ControlledComposition.hasPendingChanges|{}hasPendingChanges[0]
         abstract fun <get-hasPendingChanges>(): kotlin/Boolean // androidx.compose.runtime/ControlledComposition.hasPendingChanges.<get-hasPendingChanges>|<get-hasPendingChanges>(){}[0]
     abstract val isComposing // androidx.compose.runtime/ControlledComposition.isComposing|{}isComposing[0]
diff --git a/compose/ui/ui-test/bcv/native/1.7.0.txt b/compose/ui/ui-test/bcv/native/1.7.0.txt
index 5ecdc65..ace0d02 100644
--- a/compose/ui/ui-test/bcv/native/1.7.0.txt
+++ b/compose/ui/ui-test/bcv/native/1.7.0.txt
@@ -6,12 +6,6 @@
 // - Show declarations: true
 
 // Library unique name: <androidx.compose.ui:ui-test>
-abstract class androidx.compose.ui.test.internal/DelayPropagatingContinuationInterceptorWrapper : kotlin.coroutines/AbstractCoroutineContextElement, kotlin.coroutines/ContinuationInterceptor, kotlinx.coroutines/Delay { // androidx.compose.ui.test.internal/DelayPropagatingContinuationInterceptorWrapper|null[0]
-    constructor <init>(kotlin.coroutines/ContinuationInterceptor?) // androidx.compose.ui.test.internal/DelayPropagatingContinuationInterceptorWrapper.<init>|<init>(kotlin.coroutines.ContinuationInterceptor?){}[0]
-    open fun invokeOnTimeout(kotlin/Long, kotlinx.coroutines/Runnable, kotlin.coroutines/CoroutineContext): kotlinx.coroutines/DisposableHandle // androidx.compose.ui.test.internal/DelayPropagatingContinuationInterceptorWrapper.invokeOnTimeout|invokeOnTimeout(kotlin.Long;kotlinx.coroutines.Runnable;kotlin.coroutines.CoroutineContext){}[0]
-    open fun scheduleResumeAfterDelay(kotlin/Long, kotlinx.coroutines/CancellableContinuation<kotlin/Unit>) // androidx.compose.ui.test.internal/DelayPropagatingContinuationInterceptorWrapper.scheduleResumeAfterDelay|scheduleResumeAfterDelay(kotlin.Long;kotlinx.coroutines.CancellableContinuation<kotlin.Unit>){}[0]
-    open suspend fun delay(kotlin/Long) // androidx.compose.ui.test.internal/DelayPropagatingContinuationInterceptorWrapper.delay|delay(kotlin.Long){}[0]
-}
 abstract fun interface androidx.compose.ui.test/DeviceConfigurationOverride { // androidx.compose.ui.test/DeviceConfigurationOverride|null[0]
     abstract fun Override(kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.test/DeviceConfigurationOverride.Override|Override(kotlin.Function0<kotlin.Unit>){}[0]
     final object Companion // androidx.compose.ui.test/DeviceConfigurationOverride.Companion|null[0]
@@ -86,40 +80,15 @@
         abstract fun <get-autoAdvance>(): kotlin/Boolean // androidx.compose.ui.test/MainTestClock.autoAdvance.<get-autoAdvance>|<get-autoAdvance>(){}[0]
         abstract fun <set-autoAdvance>(kotlin/Boolean) // androidx.compose.ui.test/MainTestClock.autoAdvance.<set-autoAdvance>|<set-autoAdvance>(kotlin.Boolean){}[0]
 }
-abstract interface androidx.compose.ui.test/MouseInjectionScope : androidx.compose.ui.test/InjectionScope { // androidx.compose.ui.test/MouseInjectionScope|null[0]
-    abstract fun cancel(kotlin/Long =...) // androidx.compose.ui.test/MouseInjectionScope.cancel|cancel(kotlin.Long){}[0]
-    abstract fun enter(androidx.compose.ui.geometry/Offset =..., kotlin/Long =...) // androidx.compose.ui.test/MouseInjectionScope.enter|enter(androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-    abstract fun exit(androidx.compose.ui.geometry/Offset =..., kotlin/Long =...) // androidx.compose.ui.test/MouseInjectionScope.exit|exit(androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-    abstract fun moveTo(androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/MouseInjectionScope.moveTo|moveTo(androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-    abstract fun press(androidx.compose.ui.test/MouseButton =...) // androidx.compose.ui.test/MouseInjectionScope.press|press(androidx.compose.ui.test.MouseButton){}[0]
-    abstract fun release(androidx.compose.ui.test/MouseButton =...) // androidx.compose.ui.test/MouseInjectionScope.release|release(androidx.compose.ui.test.MouseButton){}[0]
-    abstract fun scroll(kotlin/Float, androidx.compose.ui.test/ScrollWheel =...) // androidx.compose.ui.test/MouseInjectionScope.scroll|scroll(kotlin.Float;androidx.compose.ui.test.ScrollWheel){}[0]
-    abstract fun updatePointerTo(androidx.compose.ui.geometry/Offset) // androidx.compose.ui.test/MouseInjectionScope.updatePointerTo|updatePointerTo(androidx.compose.ui.geometry.Offset){}[0]
-    abstract val currentPosition // androidx.compose.ui.test/MouseInjectionScope.currentPosition|{}currentPosition[0]
-        abstract fun <get-currentPosition>(): androidx.compose.ui.geometry/Offset // androidx.compose.ui.test/MouseInjectionScope.currentPosition.<get-currentPosition>|<get-currentPosition>(){}[0]
-    open fun moveBy(androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/MouseInjectionScope.moveBy|moveBy(androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-    open fun updatePointerBy(androidx.compose.ui.geometry/Offset) // androidx.compose.ui.test/MouseInjectionScope.updatePointerBy|updatePointerBy(androidx.compose.ui.geometry.Offset){}[0]
-}
-abstract interface androidx.compose.ui.test/RotaryInjectionScope : androidx.compose.ui.test/InjectionScope { // androidx.compose.ui.test/RotaryInjectionScope|null[0]
-    abstract fun rotateToScrollHorizontally(kotlin/Float) // androidx.compose.ui.test/RotaryInjectionScope.rotateToScrollHorizontally|rotateToScrollHorizontally(kotlin.Float){}[0]
-    abstract fun rotateToScrollVertically(kotlin/Float) // androidx.compose.ui.test/RotaryInjectionScope.rotateToScrollVertically|rotateToScrollVertically(kotlin.Float){}[0]
-}
 abstract interface androidx.compose.ui.test/SemanticsNodeInteractionsProvider { // androidx.compose.ui.test/SemanticsNodeInteractionsProvider|null[0]
     abstract fun onAllNodes(androidx.compose.ui.test/SemanticsMatcher, kotlin/Boolean =...): androidx.compose.ui.test/SemanticsNodeInteractionCollection // androidx.compose.ui.test/SemanticsNodeInteractionsProvider.onAllNodes|onAllNodes(androidx.compose.ui.test.SemanticsMatcher;kotlin.Boolean){}[0]
     abstract fun onNode(androidx.compose.ui.test/SemanticsMatcher, kotlin/Boolean =...): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/SemanticsNodeInteractionsProvider.onNode|onNode(androidx.compose.ui.test.SemanticsMatcher;kotlin.Boolean){}[0]
 }
-abstract interface androidx.compose.ui.test/TestOwner { // androidx.compose.ui.test/TestOwner|null[0]
-    abstract fun <#A1: kotlin/Any?> runOnUiThread(kotlin/Function0<#A1>): #A1 // androidx.compose.ui.test/TestOwner.runOnUiThread|runOnUiThread(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
-    abstract fun getRoots(kotlin/Boolean): kotlin.collections/Set<androidx.compose.ui.node/RootForTest> // androidx.compose.ui.test/TestOwner.getRoots|getRoots(kotlin.Boolean){}[0]
-    abstract val mainClock // androidx.compose.ui.test/TestOwner.mainClock|{}mainClock[0]
-        abstract fun <get-mainClock>(): androidx.compose.ui.test/MainTestClock // androidx.compose.ui.test/TestOwner.mainClock.<get-mainClock>|<get-mainClock>(){}[0]
-}
 abstract interface androidx.compose.ui.test/TouchInjectionScope : androidx.compose.ui.test/InjectionScope { // androidx.compose.ui.test/TouchInjectionScope|null[0]
     abstract fun cancel(kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.cancel|cancel(kotlin.Long){}[0]
     abstract fun currentPosition(kotlin/Int =...): androidx.compose.ui.geometry/Offset? // androidx.compose.ui.test/TouchInjectionScope.currentPosition|currentPosition(kotlin.Int){}[0]
     abstract fun down(kotlin/Int, androidx.compose.ui.geometry/Offset) // androidx.compose.ui.test/TouchInjectionScope.down|down(kotlin.Int;androidx.compose.ui.geometry.Offset){}[0]
     abstract fun move(kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.move|move(kotlin.Long){}[0]
-    abstract fun moveWithHistoryMultiPointer(kotlin.collections/List<kotlin/Long>, kotlin.collections/List<kotlin.collections/List<androidx.compose.ui.geometry/Offset>>, kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.moveWithHistoryMultiPointer|moveWithHistoryMultiPointer(kotlin.collections.List<kotlin.Long>;kotlin.collections.List<kotlin.collections.List<androidx.compose.ui.geometry.Offset>>;kotlin.Long){}[0]
     abstract fun up(kotlin/Int =...) // androidx.compose.ui.test/TouchInjectionScope.up|up(kotlin.Int){}[0]
     abstract fun updatePointerTo(kotlin/Int, androidx.compose.ui.geometry/Offset) // androidx.compose.ui.test/TouchInjectionScope.updatePointerTo|updatePointerTo(kotlin.Int;androidx.compose.ui.geometry.Offset){}[0]
     open fun down(androidx.compose.ui.geometry/Offset) // androidx.compose.ui.test/TouchInjectionScope.down|down(androidx.compose.ui.geometry.Offset){}[0]
@@ -127,7 +96,6 @@
     open fun moveBy(kotlin/Int, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.moveBy|moveBy(kotlin.Int;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
     open fun moveTo(androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.moveTo|moveTo(androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
     open fun moveTo(kotlin/Int, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.moveTo|moveTo(kotlin.Int;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-    open fun moveWithHistory(kotlin.collections/List<kotlin/Long>, kotlin.collections/List<androidx.compose.ui.geometry/Offset>, kotlin/Long =...) // androidx.compose.ui.test/TouchInjectionScope.moveWithHistory|moveWithHistory(kotlin.collections.List<kotlin.Long>;kotlin.collections.List<androidx.compose.ui.geometry.Offset>;kotlin.Long){}[0]
     open fun updatePointerBy(kotlin/Int, androidx.compose.ui.geometry/Offset) // androidx.compose.ui.test/TouchInjectionScope.updatePointerBy|updatePointerBy(kotlin.Int;androidx.compose.ui.geometry.Offset){}[0]
 }
 final class androidx.compose.ui.test/ComposeTimeoutException : kotlin/Throwable { // androidx.compose.ui.test/ComposeTimeoutException|null[0]
@@ -182,21 +150,11 @@
     final val description // androidx.compose.ui.test/SemanticsSelector.description|{}description[0]
         final fun <get-description>(): kotlin/String // androidx.compose.ui.test/SemanticsSelector.description.<get-description>|<get-description>(){}[0]
 }
-final class androidx.compose.ui.test/StateRestorationTester { // androidx.compose.ui.test/StateRestorationTester|null[0]
-    constructor <init>(androidx.compose.ui.test/ComposeUiTest) // androidx.compose.ui.test/StateRestorationTester.<init>|<init>(androidx.compose.ui.test.ComposeUiTest){}[0]
-    final fun emulateSaveAndRestore() // androidx.compose.ui.test/StateRestorationTester.emulateSaveAndRestore|emulateSaveAndRestore(){}[0]
-    final fun setContent(kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.test/StateRestorationTester.setContent|setContent(kotlin.Function0<kotlin.Unit>){}[0]
-}
 final class androidx.compose.ui.test/TestContext // androidx.compose.ui.test/TestContext|null[0]
-final fun (androidx.compose.ui.test/ComposeUiTest).androidx.compose.ui.test/waitUntilAtLeastOneExists(androidx.compose.ui.test/SemanticsMatcher, kotlin/Long =...) // androidx.compose.ui.test/waitUntilAtLeastOneExists|[email protected](androidx.compose.ui.test.SemanticsMatcher;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/ComposeUiTest).androidx.compose.ui.test/waitUntilDoesNotExist(androidx.compose.ui.test/SemanticsMatcher, kotlin/Long =...) // androidx.compose.ui.test/waitUntilDoesNotExist|[email protected](androidx.compose.ui.test.SemanticsMatcher;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/ComposeUiTest).androidx.compose.ui.test/waitUntilExactlyOneExists(androidx.compose.ui.test/SemanticsMatcher, kotlin/Long =...) // androidx.compose.ui.test/waitUntilExactlyOneExists|[email protected](androidx.compose.ui.test.SemanticsMatcher;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/ComposeUiTest).androidx.compose.ui.test/waitUntilNodeCount(androidx.compose.ui.test/SemanticsMatcher, kotlin/Int, kotlin/Long =...) // androidx.compose.ui.test/waitUntilNodeCount|[email protected](androidx.compose.ui.test.SemanticsMatcher;kotlin.Int;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/DeviceConfigurationOverride).androidx.compose.ui.test/then(androidx.compose.ui.test/DeviceConfigurationOverride): androidx.compose.ui.test/DeviceConfigurationOverride // androidx.compose.ui.test/then|[email protected](androidx.compose.ui.test.DeviceConfigurationOverride){}[0]
 final fun (androidx.compose.ui.test/DeviceConfigurationOverride.Companion).androidx.compose.ui.test/FontScale(kotlin/Float): androidx.compose.ui.test/DeviceConfigurationOverride // androidx.compose.ui.test/FontScale|FontScale@androidx.compose.ui.test.DeviceConfigurationOverride.Companion(kotlin.Float){}[0]
 final fun (androidx.compose.ui.test/DeviceConfigurationOverride.Companion).androidx.compose.ui.test/ForcedSize(androidx.compose.ui.unit/DpSize): androidx.compose.ui.test/DeviceConfigurationOverride // androidx.compose.ui.test/ForcedSize|ForcedSize@androidx.compose.ui.test.DeviceConfigurationOverride.Companion(androidx.compose.ui.unit.DpSize){}[0]
 final fun (androidx.compose.ui.test/DeviceConfigurationOverride.Companion).androidx.compose.ui.test/LayoutDirection(androidx.compose.ui.unit/LayoutDirection): androidx.compose.ui.test/DeviceConfigurationOverride // androidx.compose.ui.test/LayoutDirection|LayoutDirection@androidx.compose.ui.test.DeviceConfigurationOverride.Companion(androidx.compose.ui.unit.LayoutDirection){}[0]
-final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/advanceEventTime(kotlin/Long) // androidx.compose.ui.test/advanceEventTime|[email protected](kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/cancel() // androidx.compose.ui.test/cancel|[email protected](){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/click(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/click|[email protected](androidx.compose.ui.geometry.Offset){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/doubleClick(androidx.compose.ui.geometry/Offset =..., kotlin/Long =...) // androidx.compose.ui.test/doubleClick|[email protected](androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
@@ -214,13 +172,9 @@
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/pinch(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/pinch|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipe(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/swipe|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeDown() // androidx.compose.ui.test/swipeDown|[email protected](){}[0]
-final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeDown(kotlin/Float =..., kotlin/Float =..., kotlin/Long =...) // androidx.compose.ui.test/swipeDown|[email protected](kotlin.Float;kotlin.Float;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeLeft() // androidx.compose.ui.test/swipeLeft|[email protected](){}[0]
-final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeLeft(kotlin/Float =..., kotlin/Float =..., kotlin/Long =...) // androidx.compose.ui.test/swipeLeft|[email protected](kotlin.Float;kotlin.Float;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeRight() // androidx.compose.ui.test/swipeRight|[email protected](){}[0]
-final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeRight(kotlin/Float =..., kotlin/Float =..., kotlin/Long =...) // androidx.compose.ui.test/swipeRight|[email protected](kotlin.Float;kotlin.Float;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeUp() // androidx.compose.ui.test/swipeUp|[email protected](){}[0]
-final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeUp(kotlin/Float =..., kotlin/Float =..., kotlin/Long =...) // androidx.compose.ui.test/swipeUp|[email protected](kotlin.Float;kotlin.Float;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/swipeWithVelocity(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Float, kotlin/Long =...) // androidx.compose.ui.test/swipeWithVelocity|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;kotlin.Float;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/GestureScope).androidx.compose.ui.test/up(kotlin/Int =...) // androidx.compose.ui.test/up|[email protected](kotlin.Int){}[0]
 final fun (androidx.compose.ui.test/KeyInjectionScope).androidx.compose.ui.test/pressKey(androidx.compose.ui.input.key/Key, kotlin/Long =...) // androidx.compose.ui.test/pressKey|[email protected](androidx.compose.ui.input.key.Key;kotlin.Long){}[0]
@@ -228,21 +182,6 @@
 final fun (androidx.compose.ui.test/KeyInjectionScope).androidx.compose.ui.test/withKeyToggled(androidx.compose.ui.input.key/Key, kotlin/Function1<androidx.compose.ui.test/KeyInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/withKeyToggled|[email protected](androidx.compose.ui.input.key.Key;kotlin.Function1<androidx.compose.ui.test.KeyInjectionScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/KeyInjectionScope).androidx.compose.ui.test/withKeysDown(kotlin.collections/List<androidx.compose.ui.input.key/Key>, kotlin/Function1<androidx.compose.ui.test/KeyInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/withKeysDown|[email protected](kotlin.collections.List<androidx.compose.ui.input.key.Key>;kotlin.Function1<androidx.compose.ui.test.KeyInjectionScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/KeyInjectionScope).androidx.compose.ui.test/withKeysToggled(kotlin.collections/List<androidx.compose.ui.input.key/Key>, kotlin/Function1<androidx.compose.ui.test/KeyInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/withKeysToggled|[email protected](kotlin.collections.List<androidx.compose.ui.input.key.Key>;kotlin.Function1<androidx.compose.ui.test.KeyInjectionScope,kotlin.Unit>){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/animateAlong(kotlin/Function1<kotlin/Long, androidx.compose.ui.geometry/Offset>, kotlin/Long =...) // androidx.compose.ui.test/animateAlong|[email protected](kotlin.Function1<kotlin.Long,androidx.compose.ui.geometry.Offset>;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/animateBy(androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/animateBy|[email protected](androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/animateTo(androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/animateTo|[email protected](androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/click(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/click|[email protected](androidx.compose.ui.geometry.Offset){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/click(androidx.compose.ui.geometry/Offset =..., androidx.compose.ui.test/MouseButton =...) // androidx.compose.ui.test/click|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.test.MouseButton){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/doubleClick(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/doubleClick|[email protected](androidx.compose.ui.geometry.Offset){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/doubleClick(androidx.compose.ui.geometry/Offset =..., androidx.compose.ui.test/MouseButton =...) // androidx.compose.ui.test/doubleClick|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.test.MouseButton){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/dragAndDrop(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, androidx.compose.ui.test/MouseButton =..., kotlin/Long =...) // androidx.compose.ui.test/dragAndDrop|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;androidx.compose.ui.test.MouseButton;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/dragAndDrop(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/dragAndDrop|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/longClick(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/longClick|[email protected](androidx.compose.ui.geometry.Offset){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/longClick(androidx.compose.ui.geometry/Offset =..., androidx.compose.ui.test/MouseButton =...) // androidx.compose.ui.test/longClick|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.test.MouseButton){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/rightClick(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/rightClick|[email protected](androidx.compose.ui.geometry.Offset){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/smoothScroll(kotlin/Float, kotlin/Long =..., androidx.compose.ui.test/ScrollWheel =...) // androidx.compose.ui.test/smoothScroll|[email protected](kotlin.Float;kotlin.Long;androidx.compose.ui.test.ScrollWheel){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/tripleClick(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/tripleClick|[email protected](androidx.compose.ui.geometry.Offset){}[0]
-final fun (androidx.compose.ui.test/MouseInjectionScope).androidx.compose.ui.test/tripleClick(androidx.compose.ui.geometry/Offset =..., androidx.compose.ui.test/MouseButton =...) // androidx.compose.ui.test/tripleClick|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.test.MouseButton){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/assert(androidx.compose.ui.test/SemanticsMatcher, kotlin/Function0<kotlin/String>? =...): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/assert|[email protected](androidx.compose.ui.test.SemanticsMatcher;kotlin.Function0<kotlin.String>?){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/assertContentDescriptionContains(kotlin/String, kotlin/Boolean =..., kotlin/Boolean =...): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/assertContentDescriptionContains|assertContentDescriptionContains@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.String;kotlin.Boolean;kotlin.Boolean){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/assertContentDescriptionEquals(kotlin/Array<out kotlin/String>...): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/assertContentDescriptionEquals|assertContentDescriptionEquals@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Array<out|kotlin.String>...){}[0]
@@ -276,7 +215,6 @@
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/getAlignmentLinePosition(androidx.compose.ui.layout/AlignmentLine): androidx.compose.ui.unit/Dp // androidx.compose.ui.test/getAlignmentLinePosition|getAlignmentLinePosition@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.layout.AlignmentLine){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/getBoundsInRoot(): androidx.compose.ui.unit/DpRect // androidx.compose.ui.test/getBoundsInRoot|getBoundsInRoot@androidx.compose.ui.test.SemanticsNodeInteraction(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/getUnclippedBoundsInRoot(): androidx.compose.ui.unit/DpRect // androidx.compose.ui.test/getUnclippedBoundsInRoot|getUnclippedBoundsInRoot@androidx.compose.ui.test.SemanticsNodeInteraction(){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/invokeGlobalAssertions(): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/invokeGlobalAssertions|invokeGlobalAssertions@androidx.compose.ui.test.SemanticsNodeInteraction(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/isDisplayed(): kotlin/Boolean // androidx.compose.ui.test/isDisplayed|[email protected](){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/isNotDisplayed(): kotlin/Boolean // androidx.compose.ui.test/isNotDisplayed|[email protected](){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/onAncestors(): androidx.compose.ui.test/SemanticsNodeInteractionCollection // androidx.compose.ui.test/onAncestors|[email protected](){}[0]
@@ -287,15 +225,10 @@
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/onSibling(): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/onSibling|[email protected](){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/onSiblings(): androidx.compose.ui.test/SemanticsNodeInteractionCollection // androidx.compose.ui.test/onSiblings|[email protected](){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performClick(): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performClick|[email protected](){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performCustomAccessibilityActionWithLabel(kotlin/String): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performCustomAccessibilityActionWithLabel|performCustomAccessibilityActionWithLabel@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.String){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performCustomAccessibilityActionWithLabelMatching(kotlin/String? =..., kotlin/Function1<kotlin/String, kotlin/Boolean>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performCustomAccessibilityActionWithLabelMatching|performCustomAccessibilityActionWithLabelMatching@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.String?;kotlin.Function1<kotlin.String,kotlin.Boolean>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performGesture(kotlin/Function1<androidx.compose.ui.test/GestureScope, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performGesture|[email protected](kotlin.Function1<androidx.compose.ui.test.GestureScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performImeAction() // androidx.compose.ui.test/performImeAction|performImeAction@androidx.compose.ui.test.SemanticsNodeInteraction(){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performKeyInput(kotlin/Function1<androidx.compose.ui.test/KeyInjectionScope, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performKeyInput|performKeyInput@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Function1<androidx.compose.ui.test.KeyInjectionScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performKeyPress(androidx.compose.ui.input.key/KeyEvent): kotlin/Boolean // androidx.compose.ui.test/performKeyPress|performKeyPress@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.input.key.KeyEvent){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performMouseInput(kotlin/Function1<androidx.compose.ui.test/MouseInjectionScope, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performMouseInput|performMouseInput@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Function1<androidx.compose.ui.test.MouseInjectionScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performMultiModalInput(kotlin/Function1<androidx.compose.ui.test/MultiModalInjectionScope, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performMultiModalInput|performMultiModalInput@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Function1<androidx.compose.ui.test.MultiModalInjectionScope,kotlin.Unit>){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performRotaryScrollInput(kotlin/Function1<androidx.compose.ui.test/RotaryInjectionScope, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performRotaryScrollInput|performRotaryScrollInput@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Function1<androidx.compose.ui.test.RotaryInjectionScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performScrollTo(): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performScrollTo|performScrollTo@androidx.compose.ui.test.SemanticsNodeInteraction(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performScrollToIndex(kotlin/Int): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performScrollToIndex|performScrollToIndex@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Int){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performScrollToKey(kotlin/Any): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performScrollToKey|performScrollToKey@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Any){}[0]
@@ -304,7 +237,6 @@
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performSemanticsActionUnit(androidx.compose.ui.semantics/SemanticsPropertyKey<androidx.compose.ui.semantics/AccessibilityAction<kotlin/Function0<kotlin/Boolean>>>) // androidx.compose.ui.test/performSemanticsActionUnit|performSemanticsActionUnit@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.semantics.SemanticsPropertyKey<androidx.compose.ui.semantics.AccessibilityAction<kotlin.Function0<kotlin.Boolean>>>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performTextClearance() // androidx.compose.ui.test/performTextClearance|performTextClearance@androidx.compose.ui.test.SemanticsNodeInteraction(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performTextInput(kotlin/String) // androidx.compose.ui.test/performTextInput|performTextInput@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.String){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performTextInputSelection(androidx.compose.ui.text/TextRange) // androidx.compose.ui.test/performTextInputSelection|performTextInputSelection@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.text.TextRange){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performTextReplacement(kotlin/String) // androidx.compose.ui.test/performTextReplacement|performTextReplacement@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.String){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performTouchInput(kotlin/Function1<androidx.compose.ui.test/TouchInjectionScope, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performTouchInput|performTouchInput@androidx.compose.ui.test.SemanticsNodeInteraction(kotlin.Function1<androidx.compose.ui.test.TouchInjectionScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/printToLog(kotlin/String, kotlin/Int =...) // androidx.compose.ui.test/printToLog|[email protected](kotlin.String;kotlin.Int){}[0]
@@ -315,7 +247,6 @@
 final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/assertCountEquals(kotlin/Int): androidx.compose.ui.test/SemanticsNodeInteractionCollection // androidx.compose.ui.test/assertCountEquals|assertCountEquals@androidx.compose.ui.test.SemanticsNodeInteractionCollection(kotlin.Int){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/filter(androidx.compose.ui.test/SemanticsMatcher): androidx.compose.ui.test/SemanticsNodeInteractionCollection // androidx.compose.ui.test/filter|filter@androidx.compose.ui.test.SemanticsNodeInteractionCollection(androidx.compose.ui.test.SemanticsMatcher){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/filterToOne(androidx.compose.ui.test/SemanticsMatcher): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/filterToOne|filterToOne@androidx.compose.ui.test.SemanticsNodeInteractionCollection(androidx.compose.ui.test.SemanticsMatcher){}[0]
-final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/invokeGlobalAssertions(): androidx.compose.ui.test/SemanticsNodeInteractionCollection // androidx.compose.ui.test/invokeGlobalAssertions|invokeGlobalAssertions@androidx.compose.ui.test.SemanticsNodeInteractionCollection(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/onFirst(): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/onFirst|onFirst@androidx.compose.ui.test.SemanticsNodeInteractionCollection(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/onLast(): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/onLast|onLast@androidx.compose.ui.test.SemanticsNodeInteractionCollection(){}[0]
 final fun (androidx.compose.ui.test/SemanticsNodeInteractionCollection).androidx.compose.ui.test/printToLog(kotlin/String, kotlin/Int =...) // androidx.compose.ui.test/printToLog|printToLog@androidx.compose.ui.test.SemanticsNodeInteractionCollection(kotlin.String;kotlin.Int){}[0]
@@ -330,7 +261,6 @@
 final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/click(androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.test/click|[email protected](androidx.compose.ui.geometry.Offset){}[0]
 final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/doubleClick(androidx.compose.ui.geometry/Offset =..., kotlin/Long =...) // androidx.compose.ui.test/doubleClick|[email protected](androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/longClick(androidx.compose.ui.geometry/Offset =..., kotlin/Long =...) // androidx.compose.ui.test/longClick|[email protected](androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
-final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/multiTouchSwipe(kotlin.collections/List<kotlin/Function1<kotlin/Long, androidx.compose.ui.geometry/Offset>>, kotlin/Long =..., kotlin.collections/List<kotlin/Long> =...) // androidx.compose.ui.test/multiTouchSwipe|[email protected](kotlin.collections.List<kotlin.Function1<kotlin.Long,androidx.compose.ui.geometry.Offset>>;kotlin.Long;kotlin.collections.List<kotlin.Long>){}[0]
 final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/pinch(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/pinch|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/swipe(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, kotlin/Long =...) // androidx.compose.ui.test/swipe|[email protected](androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;kotlin.Long){}[0]
 final fun (androidx.compose.ui.test/TouchInjectionScope).androidx.compose.ui.test/swipe(kotlin/Function1<kotlin/Long, androidx.compose.ui.geometry/Offset>, kotlin/Long =..., kotlin.collections/List<kotlin/Long> =...) // androidx.compose.ui.test/swipe|[email protected](kotlin.Function1<kotlin.Long,androidx.compose.ui.geometry.Offset>;kotlin.Long;kotlin.collections.List<kotlin.Long>){}[0]
@@ -343,9 +273,6 @@
 final fun <#A: kotlin/Function<kotlin/Boolean>> (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performSemanticsAction(androidx.compose.ui.semantics/SemanticsPropertyKey<androidx.compose.ui.semantics/AccessibilityAction<#A>>, kotlin/Function1<#A, kotlin/Unit>): androidx.compose.ui.test/SemanticsNodeInteraction // androidx.compose.ui.test/performSemanticsAction|performSemanticsAction@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.semantics.SemanticsPropertyKey<androidx.compose.ui.semantics.AccessibilityAction<0:0>>;kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Function<kotlin.Boolean>>}[0]
 final fun <#A: kotlin/Function<kotlin/Boolean>> (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performSemanticsActionUnit(androidx.compose.ui.semantics/SemanticsPropertyKey<androidx.compose.ui.semantics/AccessibilityAction<#A>>, kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.ui.test/performSemanticsActionUnit|performSemanticsActionUnit@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.semantics.SemanticsPropertyKey<androidx.compose.ui.semantics.AccessibilityAction<0:0>>;kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Function<kotlin.Boolean>>}[0]
 final fun androidx.compose.ui.test/DeviceConfigurationOverride(androidx.compose.ui.test/DeviceConfigurationOverride, kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.test/DeviceConfigurationOverride|DeviceConfigurationOverride(androidx.compose.ui.test.DeviceConfigurationOverride;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.ui.test/PlatformTextInputMethodTestOverride(androidx.compose.ui.platform/PlatformTextInputSession, kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.test/PlatformTextInputMethodTestOverride|PlatformTextInputMethodTestOverride(androidx.compose.ui.platform.PlatformTextInputSession;kotlin.Function0<kotlin.Unit>){}[0]
-final fun androidx.compose.ui.test/addGlobalAssertion(kotlin/String, kotlin/Function1<androidx.compose.ui.test/SemanticsNodeInteraction, kotlin/Unit>) // androidx.compose.ui.test/addGlobalAssertion|addGlobalAssertion(kotlin.String;kotlin.Function1<androidx.compose.ui.test.SemanticsNodeInteraction,kotlin.Unit>){}[0]
-final fun androidx.compose.ui.test/createTestContext(androidx.compose.ui.test/TestOwner): androidx.compose.ui.test/TestContext // androidx.compose.ui.test/createTestContext|createTestContext(androidx.compose.ui.test.TestOwner){}[0]
 final fun androidx.compose.ui.test/hasAnyAncestor(androidx.compose.ui.test/SemanticsMatcher): androidx.compose.ui.test/SemanticsMatcher // androidx.compose.ui.test/hasAnyAncestor|hasAnyAncestor(androidx.compose.ui.test.SemanticsMatcher){}[0]
 final fun androidx.compose.ui.test/hasAnyChild(androidx.compose.ui.test/SemanticsMatcher): androidx.compose.ui.test/SemanticsMatcher // androidx.compose.ui.test/hasAnyChild|hasAnyChild(androidx.compose.ui.test.SemanticsMatcher){}[0]
 final fun androidx.compose.ui.test/hasAnyDescendant(androidx.compose.ui.test/SemanticsMatcher): androidx.compose.ui.test/SemanticsMatcher // androidx.compose.ui.test/hasAnyDescendant|hasAnyDescendant(androidx.compose.ui.test.SemanticsMatcher){}[0]
@@ -387,8 +314,6 @@
 final fun androidx.compose.ui.test/isSelectable(): androidx.compose.ui.test/SemanticsMatcher // androidx.compose.ui.test/isSelectable|isSelectable(){}[0]
 final fun androidx.compose.ui.test/isSelected(): androidx.compose.ui.test/SemanticsMatcher // androidx.compose.ui.test/isSelected|isSelected(){}[0]
 final fun androidx.compose.ui.test/isToggleable(): androidx.compose.ui.test/SemanticsMatcher // androidx.compose.ui.test/isToggleable|isToggleable(){}[0]
-final fun androidx.compose.ui.test/removeGlobalAssertion(kotlin/String) // androidx.compose.ui.test/removeGlobalAssertion|removeGlobalAssertion(kotlin.String){}[0]
-final fun androidx.compose.ui.test/runComposeUiTest(kotlin.coroutines/CoroutineContext =..., kotlin/Function1<androidx.compose.ui.test/ComposeUiTest, kotlin/Unit>) // androidx.compose.ui.test/runComposeUiTest|runComposeUiTest(kotlin.coroutines.CoroutineContext;kotlin.Function1<androidx.compose.ui.test.ComposeUiTest,kotlin.Unit>){}[0]
 final val androidx.compose.ui.test/bottom // androidx.compose.ui.test/bottom|@androidx.compose.ui.test.GestureScope{}bottom[0]
     final inline fun (androidx.compose.ui.test/GestureScope).<get-bottom>(): kotlin/Float // androidx.compose.ui.test/bottom.<get-bottom>|<get-bottom>@androidx.compose.ui.test.GestureScope(){}[0]
 final val androidx.compose.ui.test/bottomCenter // androidx.compose.ui.test/bottomCenter|@androidx.compose.ui.test.GestureScope{}bottomCenter[0]
@@ -449,42 +374,12 @@
     final val buttonId // androidx.compose.ui.test/MouseButton.buttonId|{}buttonId[0]
         final fun <get-buttonId>(): kotlin/Int // androidx.compose.ui.test/MouseButton.buttonId.<get-buttonId>|<get-buttonId>(){}[0]
 }
-final value class androidx.compose.ui.test/ScrollWheel { // androidx.compose.ui.test/ScrollWheel|null[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.test/ScrollWheel.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.ui.test/ScrollWheel.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.ui.test/ScrollWheel.toString|toString(){}[0]
-    final object Companion { // androidx.compose.ui.test/ScrollWheel.Companion|null[0]
-        final val Horizontal // androidx.compose.ui.test/ScrollWheel.Companion.Horizontal|{}Horizontal[0]
-            final fun <get-Horizontal>(): androidx.compose.ui.test/ScrollWheel // androidx.compose.ui.test/ScrollWheel.Companion.Horizontal.<get-Horizontal>|<get-Horizontal>(){}[0]
-        final val Vertical // androidx.compose.ui.test/ScrollWheel.Companion.Vertical|{}Vertical[0]
-            final fun <get-Vertical>(): androidx.compose.ui.test/ScrollWheel // androidx.compose.ui.test/ScrollWheel.Companion.Vertical.<get-Vertical>|<get-Vertical>(){}[0]
-    }
-    final val value // androidx.compose.ui.test/ScrollWheel.value|{}value[0]
-        final fun <get-value>(): kotlin/Int // androidx.compose.ui.test/ScrollWheel.value.<get-value>|<get-value>(){}[0]
-}
 open annotation class androidx.compose.ui.test/ExperimentalTestApi : kotlin/Annotation { // androidx.compose.ui.test/ExperimentalTestApi|null[0]
     constructor <init>() // androidx.compose.ui.test/ExperimentalTestApi.<init>|<init>(){}[0]
 }
 open annotation class androidx.compose.ui.test/InternalTestApi : kotlin/Annotation { // androidx.compose.ui.test/InternalTestApi|null[0]
     constructor <init>() // androidx.compose.ui.test/InternalTestApi.<init>|<init>(){}[0]
 }
-sealed interface androidx.compose.ui.test/ComposeUiTest : androidx.compose.ui.test/SemanticsNodeInteractionsProvider { // androidx.compose.ui.test/ComposeUiTest|null[0]
-    abstract fun <#A1: kotlin/Any?> runOnIdle(kotlin/Function0<#A1>): #A1 // androidx.compose.ui.test/ComposeUiTest.runOnIdle|runOnIdle(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
-    abstract fun <#A1: kotlin/Any?> runOnUiThread(kotlin/Function0<#A1>): #A1 // androidx.compose.ui.test/ComposeUiTest.runOnUiThread|runOnUiThread(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
-    abstract fun registerIdlingResource(androidx.compose.ui.test/IdlingResource) // androidx.compose.ui.test/ComposeUiTest.registerIdlingResource|registerIdlingResource(androidx.compose.ui.test.IdlingResource){}[0]
-    abstract fun setContent(kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.test/ComposeUiTest.setContent|setContent(kotlin.Function0<kotlin.Unit>){}[0]
-    abstract fun unregisterIdlingResource(androidx.compose.ui.test/IdlingResource) // androidx.compose.ui.test/ComposeUiTest.unregisterIdlingResource|unregisterIdlingResource(androidx.compose.ui.test.IdlingResource){}[0]
-    abstract fun waitForIdle() // androidx.compose.ui.test/ComposeUiTest.waitForIdle|waitForIdle(){}[0]
-    abstract fun waitUntil(kotlin/String? =..., kotlin/Long =..., kotlin/Function0<kotlin/Boolean>) // androidx.compose.ui.test/ComposeUiTest.waitUntil|waitUntil(kotlin.String?;kotlin.Long;kotlin.Function0<kotlin.Boolean>){}[0]
-    abstract suspend fun awaitIdle() // androidx.compose.ui.test/ComposeUiTest.awaitIdle|awaitIdle(){}[0]
-    abstract val density // androidx.compose.ui.test/ComposeUiTest.density|{}density[0]
-        abstract fun <get-density>(): androidx.compose.ui.unit/Density // androidx.compose.ui.test/ComposeUiTest.density.<get-density>|<get-density>(){}[0]
-    abstract val mainClock // androidx.compose.ui.test/ComposeUiTest.mainClock|{}mainClock[0]
-        abstract fun <get-mainClock>(): androidx.compose.ui.test/MainTestClock // androidx.compose.ui.test/ComposeUiTest.mainClock.<get-mainClock>|<get-mainClock>(){}[0]
-}
 sealed interface androidx.compose.ui.test/MultiModalInjectionScope : androidx.compose.ui.test/InjectionScope { // androidx.compose.ui.test/MultiModalInjectionScope|null[0]
-    abstract fun key(kotlin/Function1<androidx.compose.ui.test/KeyInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/MultiModalInjectionScope.key|key(kotlin.Function1<androidx.compose.ui.test.KeyInjectionScope,kotlin.Unit>){}[0]
-    abstract fun mouse(kotlin/Function1<androidx.compose.ui.test/MouseInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/MultiModalInjectionScope.mouse|mouse(kotlin.Function1<androidx.compose.ui.test.MouseInjectionScope,kotlin.Unit>){}[0]
-    abstract fun rotary(kotlin/Function1<androidx.compose.ui.test/RotaryInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/MultiModalInjectionScope.rotary|rotary(kotlin.Function1<androidx.compose.ui.test.RotaryInjectionScope,kotlin.Unit>){}[0]
     abstract fun touch(kotlin/Function1<androidx.compose.ui.test/TouchInjectionScope, kotlin/Unit>) // androidx.compose.ui.test/MultiModalInjectionScope.touch|touch(kotlin.Function1<androidx.compose.ui.test.TouchInjectionScope,kotlin.Unit>){}[0]
 }
diff --git a/compose/ui/ui-text/bcv/native/1.7.0.txt b/compose/ui/ui-text/bcv/native/1.7.0.txt
index a4483cf..60429d0 100644
--- a/compose/ui/ui-text/bcv/native/1.7.0.txt
+++ b/compose/ui/ui-text/bcv/native/1.7.0.txt
@@ -189,18 +189,14 @@
 }
 final class androidx.compose.ui.text.font/ResourceFont : androidx.compose.ui.text.font/Font { // androidx.compose.ui.text.font/ResourceFont|null[0]
     final fun copy(kotlin/Int =..., androidx.compose.ui.text.font/FontWeight =..., androidx.compose.ui.text.font/FontStyle =...): androidx.compose.ui.text.font/ResourceFont // androidx.compose.ui.text.font/ResourceFont.copy|copy(kotlin.Int;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle){}[0]
-    final fun copy(kotlin/Int =..., androidx.compose.ui.text.font/FontWeight =..., androidx.compose.ui.text.font/FontStyle =..., androidx.compose.ui.text.font/FontLoadingStrategy =..., androidx.compose.ui.text.font/FontVariation.Settings =...): androidx.compose.ui.text.font/ResourceFont // androidx.compose.ui.text.font/ResourceFont.copy|copy(kotlin.Int;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle;androidx.compose.ui.text.font.FontLoadingStrategy;androidx.compose.ui.text.font.FontVariation.Settings){}[0]
     final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.text.font/ResourceFont.equals|equals(kotlin.Any?){}[0]
     final fun hashCode(): kotlin/Int // androidx.compose.ui.text.font/ResourceFont.hashCode|hashCode(){}[0]
     final fun toString(): kotlin/String // androidx.compose.ui.text.font/ResourceFont.toString|toString(){}[0]
-    final val loadingStrategy // androidx.compose.ui.text.font/ResourceFont.loadingStrategy|{}loadingStrategy[0]
-        final fun <get-loadingStrategy>(): androidx.compose.ui.text.font/FontLoadingStrategy // androidx.compose.ui.text.font/ResourceFont.loadingStrategy.<get-loadingStrategy>|<get-loadingStrategy>(){}[0]
     final val resId // androidx.compose.ui.text.font/ResourceFont.resId|{}resId[0]
         final fun <get-resId>(): kotlin/Int // androidx.compose.ui.text.font/ResourceFont.resId.<get-resId>|<get-resId>(){}[0]
     final val style // androidx.compose.ui.text.font/ResourceFont.style|{}style[0]
         final fun <get-style>(): androidx.compose.ui.text.font/FontStyle // androidx.compose.ui.text.font/ResourceFont.style.<get-style>|<get-style>(){}[0]
     final val variationSettings // androidx.compose.ui.text.font/ResourceFont.variationSettings|{}variationSettings[0]
-        final fun <get-variationSettings>(): androidx.compose.ui.text.font/FontVariation.Settings // androidx.compose.ui.text.font/ResourceFont.variationSettings.<get-variationSettings>|<get-variationSettings>(){}[0]
     final val weight // androidx.compose.ui.text.font/ResourceFont.weight|{}weight[0]
         final fun <get-weight>(): androidx.compose.ui.text.font/FontWeight // androidx.compose.ui.text.font/ResourceFont.weight.<get-weight>|<get-weight>(){}[0]
 }
@@ -309,17 +305,6 @@
     final val amount // androidx.compose.ui.text.input/MoveCursorCommand.amount|{}amount[0]
         final fun <get-amount>(): kotlin/Int // androidx.compose.ui.text.input/MoveCursorCommand.amount.<get-amount>|<get-amount>(){}[0]
 }
-final class androidx.compose.ui.text.input/PartialGapBuffer { // androidx.compose.ui.text.input/PartialGapBuffer|null[0]
-    constructor <init>(kotlin/String) // androidx.compose.ui.text.input/PartialGapBuffer.<init>|<init>(kotlin.String){}[0]
-    final fun get(kotlin/Int): kotlin/Char // androidx.compose.ui.text.input/PartialGapBuffer.get|get(kotlin.Int){}[0]
-    final fun replace(kotlin/Int, kotlin/Int, kotlin/String) // androidx.compose.ui.text.input/PartialGapBuffer.replace|replace(kotlin.Int;kotlin.Int;kotlin.String){}[0]
-    final fun toString(): kotlin/String // androidx.compose.ui.text.input/PartialGapBuffer.toString|toString(){}[0]
-    final val length // androidx.compose.ui.text.input/PartialGapBuffer.length|{}length[0]
-        final fun <get-length>(): kotlin/Int // androidx.compose.ui.text.input/PartialGapBuffer.length.<get-length>|<get-length>(){}[0]
-    final var text // androidx.compose.ui.text.input/PartialGapBuffer.text|{}text[0]
-        final fun <get-text>(): kotlin/String // androidx.compose.ui.text.input/PartialGapBuffer.text.<get-text>|<get-text>(){}[0]
-        final fun <set-text>(kotlin/String) // androidx.compose.ui.text.input/PartialGapBuffer.text.<set-text>|<set-text>(kotlin.String){}[0]
-}
 final class androidx.compose.ui.text.input/PasswordVisualTransformation : androidx.compose.ui.text.input/VisualTransformation { // androidx.compose.ui.text.input/PasswordVisualTransformation|null[0]
     constructor <init>(kotlin/Char =...) // androidx.compose.ui.text.input/PasswordVisualTransformation.<init>|<init>(kotlin.Char){}[0]
     final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.text.input/PasswordVisualTransformation.equals|equals(kotlin.Any?){}[0]
@@ -586,8 +571,6 @@
         final fun addStringAnnotation(kotlin/String, kotlin/String, kotlin/Int, kotlin/Int) // androidx.compose.ui.text/AnnotatedString.Builder.addStringAnnotation|addStringAnnotation(kotlin.String;kotlin.String;kotlin.Int;kotlin.Int){}[0]
         final fun addStyle(androidx.compose.ui.text/ParagraphStyle, kotlin/Int, kotlin/Int) // androidx.compose.ui.text/AnnotatedString.Builder.addStyle|addStyle(androidx.compose.ui.text.ParagraphStyle;kotlin.Int;kotlin.Int){}[0]
         final fun addStyle(androidx.compose.ui.text/SpanStyle, kotlin/Int, kotlin/Int) // androidx.compose.ui.text/AnnotatedString.Builder.addStyle|addStyle(androidx.compose.ui.text.SpanStyle;kotlin.Int;kotlin.Int){}[0]
-        final fun addTtsAnnotation(androidx.compose.ui.text/TtsAnnotation, kotlin/Int, kotlin/Int) // androidx.compose.ui.text/AnnotatedString.Builder.addTtsAnnotation|addTtsAnnotation(androidx.compose.ui.text.TtsAnnotation;kotlin.Int;kotlin.Int){}[0]
-        final fun addUrlAnnotation(androidx.compose.ui.text/UrlAnnotation, kotlin/Int, kotlin/Int) // androidx.compose.ui.text/AnnotatedString.Builder.addUrlAnnotation|addUrlAnnotation(androidx.compose.ui.text.UrlAnnotation;kotlin.Int;kotlin.Int){}[0]
         final fun append(androidx.compose.ui.text/AnnotatedString) // androidx.compose.ui.text/AnnotatedString.Builder.append|append(androidx.compose.ui.text.AnnotatedString){}[0]
         final fun append(androidx.compose.ui.text/AnnotatedString, kotlin/Int, kotlin/Int) // androidx.compose.ui.text/AnnotatedString.Builder.append|append(androidx.compose.ui.text.AnnotatedString;kotlin.Int;kotlin.Int){}[0]
         final fun append(kotlin/Char): androidx.compose.ui.text/AnnotatedString.Builder // androidx.compose.ui.text/AnnotatedString.Builder.append|append(kotlin.Char){}[0]
@@ -602,7 +585,6 @@
         final fun pushStyle(androidx.compose.ui.text/ParagraphStyle): kotlin/Int // androidx.compose.ui.text/AnnotatedString.Builder.pushStyle|pushStyle(androidx.compose.ui.text.ParagraphStyle){}[0]
         final fun pushStyle(androidx.compose.ui.text/SpanStyle): kotlin/Int // androidx.compose.ui.text/AnnotatedString.Builder.pushStyle|pushStyle(androidx.compose.ui.text.SpanStyle){}[0]
         final fun pushTtsAnnotation(androidx.compose.ui.text/TtsAnnotation): kotlin/Int // androidx.compose.ui.text/AnnotatedString.Builder.pushTtsAnnotation|pushTtsAnnotation(androidx.compose.ui.text.TtsAnnotation){}[0]
-        final fun pushUrlAnnotation(androidx.compose.ui.text/UrlAnnotation): kotlin/Int // androidx.compose.ui.text/AnnotatedString.Builder.pushUrlAnnotation|pushUrlAnnotation(androidx.compose.ui.text.UrlAnnotation){}[0]
         final fun toAnnotatedString(): androidx.compose.ui.text/AnnotatedString // androidx.compose.ui.text/AnnotatedString.Builder.toAnnotatedString|toAnnotatedString(){}[0]
         final val length // androidx.compose.ui.text/AnnotatedString.Builder.length|{}length[0]
             final fun <get-length>(): kotlin/Int // androidx.compose.ui.text/AnnotatedString.Builder.length.<get-length>|<get-length>(){}[0]
@@ -613,7 +595,6 @@
     final fun getStringAnnotations(kotlin/Int, kotlin/Int): kotlin.collections/List<androidx.compose.ui.text/AnnotatedString.Range<kotlin/String>> // androidx.compose.ui.text/AnnotatedString.getStringAnnotations|getStringAnnotations(kotlin.Int;kotlin.Int){}[0]
     final fun getStringAnnotations(kotlin/String, kotlin/Int, kotlin/Int): kotlin.collections/List<androidx.compose.ui.text/AnnotatedString.Range<kotlin/String>> // androidx.compose.ui.text/AnnotatedString.getStringAnnotations|getStringAnnotations(kotlin.String;kotlin.Int;kotlin.Int){}[0]
     final fun getTtsAnnotations(kotlin/Int, kotlin/Int): kotlin.collections/List<androidx.compose.ui.text/AnnotatedString.Range<androidx.compose.ui.text/TtsAnnotation>> // androidx.compose.ui.text/AnnotatedString.getTtsAnnotations|getTtsAnnotations(kotlin.Int;kotlin.Int){}[0]
-    final fun getUrlAnnotations(kotlin/Int, kotlin/Int): kotlin.collections/List<androidx.compose.ui.text/AnnotatedString.Range<androidx.compose.ui.text/UrlAnnotation>> // androidx.compose.ui.text/AnnotatedString.getUrlAnnotations|getUrlAnnotations(kotlin.Int;kotlin.Int){}[0]
     final fun hasEqualAnnotations(androidx.compose.ui.text/AnnotatedString): kotlin/Boolean // androidx.compose.ui.text/AnnotatedString.hasEqualAnnotations|hasEqualAnnotations(androidx.compose.ui.text.AnnotatedString){}[0]
     final fun hasLinkAnnotations(kotlin/Int, kotlin/Int): kotlin/Boolean // androidx.compose.ui.text/AnnotatedString.hasLinkAnnotations|hasLinkAnnotations(kotlin.Int;kotlin.Int){}[0]
     final fun hasStringAnnotations(kotlin/String, kotlin/Int, kotlin/Int): kotlin/Boolean // androidx.compose.ui.text/AnnotatedString.hasStringAnnotations|hasStringAnnotations(kotlin.String;kotlin.Int;kotlin.Int){}[0]
@@ -1021,14 +1002,6 @@
     final val textMotion // androidx.compose.ui.text/TextStyle.textMotion|<get-textMotion>(){}[0]
         final fun <get-textMotion>(): androidx.compose.ui.text.style/TextMotion? // androidx.compose.ui.text/TextStyle.textMotion.<get-textMotion>|<get-textMotion>(){}[0]
 }
-final class androidx.compose.ui.text/UrlAnnotation { // androidx.compose.ui.text/UrlAnnotation|null[0]
-    constructor <init>(kotlin/String) // androidx.compose.ui.text/UrlAnnotation.<init>|<init>(kotlin.String){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.text/UrlAnnotation.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.ui.text/UrlAnnotation.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.ui.text/UrlAnnotation.toString|toString(){}[0]
-    final val url // androidx.compose.ui.text/UrlAnnotation.url|{}url[0]
-        final fun <get-url>(): kotlin/String // androidx.compose.ui.text/UrlAnnotation.url.<get-url>|<get-url>(){}[0]
-}
 final class androidx.compose.ui.text/VerbatimTtsAnnotation : androidx.compose.ui.text/TtsAnnotation { // androidx.compose.ui.text/VerbatimTtsAnnotation|null[0]
     constructor <init>(kotlin/String) // androidx.compose.ui.text/VerbatimTtsAnnotation.<init>|<init>(kotlin.String){}[0]
     final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.text/VerbatimTtsAnnotation.equals|equals(kotlin.Any?){}[0]
@@ -1068,7 +1041,6 @@
 final fun (kotlin/String).androidx.compose.ui.text/toUpperCase(androidx.compose.ui.text.intl/LocaleList): kotlin/String // androidx.compose.ui.text/toUpperCase|[email protected](androidx.compose.ui.text.intl.LocaleList){}[0]
 final fun androidx.compose.ui.text.font/Font(kotlin/Int, androidx.compose.ui.text.font/FontWeight =..., androidx.compose.ui.text.font/FontStyle =...): androidx.compose.ui.text.font/Font // androidx.compose.ui.text.font/Font|Font(kotlin.Int;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle){}[0]
 final fun androidx.compose.ui.text.font/Font(kotlin/Int, androidx.compose.ui.text.font/FontWeight =..., androidx.compose.ui.text.font/FontStyle =..., androidx.compose.ui.text.font/FontLoadingStrategy =...): androidx.compose.ui.text.font/Font // androidx.compose.ui.text.font/Font|Font(kotlin.Int;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle;androidx.compose.ui.text.font.FontLoadingStrategy){}[0]
-final fun androidx.compose.ui.text.font/Font(kotlin/Int, androidx.compose.ui.text.font/FontWeight =..., androidx.compose.ui.text.font/FontStyle =..., androidx.compose.ui.text.font/FontLoadingStrategy =..., androidx.compose.ui.text.font/FontVariation.Settings =...): androidx.compose.ui.text.font/Font // androidx.compose.ui.text.font/Font|Font(kotlin.Int;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle;androidx.compose.ui.text.font.FontLoadingStrategy;androidx.compose.ui.text.font.FontVariation.Settings){}[0]
 final fun androidx.compose.ui.text.font/FontFamily(androidx.compose.ui.text.font/Typeface): androidx.compose.ui.text.font/FontFamily // androidx.compose.ui.text.font/FontFamily|FontFamily(androidx.compose.ui.text.font.Typeface){}[0]
 final fun androidx.compose.ui.text.font/FontFamily(kotlin.collections/List<androidx.compose.ui.text.font/Font>): androidx.compose.ui.text.font/FontFamily // androidx.compose.ui.text.font/FontFamily|FontFamily(kotlin.collections.List<androidx.compose.ui.text.font.Font>){}[0]
 final fun androidx.compose.ui.text.font/FontFamily(kotlin/Array<out androidx.compose.ui.text.font/Font>...): androidx.compose.ui.text.font/FontFamily // androidx.compose.ui.text.font/FontFamily|FontFamily(kotlin.Array<out|androidx.compose.ui.text.font.Font>...){}[0]
@@ -1093,9 +1065,6 @@
 final fun androidx.compose.ui.text/lerp(androidx.compose.ui.text/SpanStyle, androidx.compose.ui.text/SpanStyle, kotlin/Float): androidx.compose.ui.text/SpanStyle // androidx.compose.ui.text/lerp|lerp(androidx.compose.ui.text.SpanStyle;androidx.compose.ui.text.SpanStyle;kotlin.Float){}[0]
 final fun androidx.compose.ui.text/lerp(androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, kotlin/Float): androidx.compose.ui.text/TextStyle // androidx.compose.ui.text/lerp|lerp(androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;kotlin.Float){}[0]
 final fun androidx.compose.ui.text/resolveDefaults(androidx.compose.ui.text/TextStyle, androidx.compose.ui.unit/LayoutDirection): androidx.compose.ui.text/TextStyle // androidx.compose.ui.text/resolveDefaults|resolveDefaults(androidx.compose.ui.text.TextStyle;androidx.compose.ui.unit.LayoutDirection){}[0]
-final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.ui.text/withAnnotation(androidx.compose.ui.text/TtsAnnotation, crossinline kotlin/Function1<androidx.compose.ui.text/AnnotatedString.Builder, #A>): #A // androidx.compose.ui.text/withAnnotation|[email protected](androidx.compose.ui.text.TtsAnnotation;kotlin.Function1<androidx.compose.ui.text.AnnotatedString.Builder,0:0>){0§<kotlin.Any>}[0]
-final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.ui.text/withAnnotation(androidx.compose.ui.text/UrlAnnotation, crossinline kotlin/Function1<androidx.compose.ui.text/AnnotatedString.Builder, #A>): #A // androidx.compose.ui.text/withAnnotation|[email protected](androidx.compose.ui.text.UrlAnnotation;kotlin.Function1<androidx.compose.ui.text.AnnotatedString.Builder,0:0>){0§<kotlin.Any>}[0]
-final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.ui.text/withAnnotation(kotlin/String, kotlin/String, crossinline kotlin/Function1<androidx.compose.ui.text/AnnotatedString.Builder, #A>): #A // androidx.compose.ui.text/withAnnotation|[email protected](kotlin.String;kotlin.String;kotlin.Function1<androidx.compose.ui.text.AnnotatedString.Builder,0:0>){0§<kotlin.Any>}[0]
 final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.ui.text/withLink(androidx.compose.ui.text/LinkAnnotation, kotlin/Function1<androidx.compose.ui.text/AnnotatedString.Builder, #A>): #A // androidx.compose.ui.text/withLink|[email protected](androidx.compose.ui.text.LinkAnnotation;kotlin.Function1<androidx.compose.ui.text.AnnotatedString.Builder,0:0>){0§<kotlin.Any>}[0]
 final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.ui.text/withStyle(androidx.compose.ui.text/ParagraphStyle, crossinline kotlin/Function1<androidx.compose.ui.text/AnnotatedString.Builder, #A>): #A // androidx.compose.ui.text/withStyle|[email protected](androidx.compose.ui.text.ParagraphStyle;kotlin.Function1<androidx.compose.ui.text.AnnotatedString.Builder,0:0>){0§<kotlin.Any>}[0]
 final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Builder).androidx.compose.ui.text/withStyle(androidx.compose.ui.text/SpanStyle, kotlin/Function1<androidx.compose.ui.text/AnnotatedString.Builder, #A>): #A // androidx.compose.ui.text/withStyle|[email protected](androidx.compose.ui.text.SpanStyle;kotlin.Function1<androidx.compose.ui.text.AnnotatedString.Builder,0:0>){0§<kotlin.Any>}[0]
@@ -1408,8 +1377,6 @@
     constructor <init>(androidx.compose.ui.text.input/PlatformTextInputService) // androidx.compose.ui.text.input/TextInputService.<init>|<init>(androidx.compose.ui.text.input.PlatformTextInputService){}[0]
     final fun hideSoftwareKeyboard() // androidx.compose.ui.text.input/TextInputService.hideSoftwareKeyboard|hideSoftwareKeyboard(){}[0]
     final fun showSoftwareKeyboard() // androidx.compose.ui.text.input/TextInputService.showSoftwareKeyboard|showSoftwareKeyboard(){}[0]
-    final fun startInput() // androidx.compose.ui.text.input/TextInputService.startInput|startInput(){}[0]
-    final fun stopInput() // androidx.compose.ui.text.input/TextInputService.stopInput|stopInput(){}[0]
     open fun startInput(androidx.compose.ui.text.input/TextFieldValue, androidx.compose.ui.text.input/ImeOptions, kotlin/Function1<kotlin.collections/List<androidx.compose.ui.text.input/EditCommand>, kotlin/Unit>, kotlin/Function1<androidx.compose.ui.text.input/ImeAction, kotlin/Unit>): androidx.compose.ui.text.input/TextInputSession // androidx.compose.ui.text.input/TextInputService.startInput|startInput(androidx.compose.ui.text.input.TextFieldValue;androidx.compose.ui.text.input.ImeOptions;kotlin.Function1<kotlin.collections.List<androidx.compose.ui.text.input.EditCommand>,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.text.input.ImeAction,kotlin.Unit>){}[0]
     open fun stopInput(androidx.compose.ui.text.input/TextInputSession) // androidx.compose.ui.text.input/TextInputService.stopInput|stopInput(androidx.compose.ui.text.input.TextInputSession){}[0]
 }
diff --git a/compose/ui/ui-unit/bcv/native/1.7.0.txt b/compose/ui/ui-unit/bcv/native/1.7.0.txt
index 047cb1e..70fab01f 100644
--- a/compose/ui/ui-unit/bcv/native/1.7.0.txt
+++ b/compose/ui/ui-unit/bcv/native/1.7.0.txt
@@ -231,7 +231,6 @@
         final fun fixed(kotlin/Int, kotlin/Int): androidx.compose.ui.unit/Constraints // androidx.compose.ui.unit/Constraints.Companion.fixed|fixed(kotlin.Int;kotlin.Int){}[0]
         final fun fixedHeight(kotlin/Int): androidx.compose.ui.unit/Constraints // androidx.compose.ui.unit/Constraints.Companion.fixedHeight|fixedHeight(kotlin.Int){}[0]
         final fun fixedWidth(kotlin/Int): androidx.compose.ui.unit/Constraints // androidx.compose.ui.unit/Constraints.Companion.fixedWidth|fixedWidth(kotlin.Int){}[0]
-        final fun restrictConstraints(kotlin/Int, kotlin/Int, kotlin/Int, kotlin/Int, kotlin/Boolean =...): androidx.compose.ui.unit/Constraints // androidx.compose.ui.unit/Constraints.Companion.restrictConstraints|restrictConstraints(kotlin.Int;kotlin.Int;kotlin.Int;kotlin.Int;kotlin.Boolean){}[0]
     }
     final val hasBoundedHeight // androidx.compose.ui.unit/Constraints.hasBoundedHeight|{}hasBoundedHeight[0]
         final fun <get-hasBoundedHeight>(): kotlin/Boolean // androidx.compose.ui.unit/Constraints.hasBoundedHeight.<get-hasBoundedHeight>|<get-hasBoundedHeight>(){}[0]
diff --git a/compose/ui/ui-util/bcv/native/1.7.0.txt b/compose/ui/ui-util/bcv/native/1.7.0.txt
new file mode 100644
index 0000000..f39dd8c
--- /dev/null
+++ b/compose/ui/ui-util/bcv/native/1.7.0.txt
@@ -0,0 +1,65 @@
+// Klib ABI Dump
+// Targets: [linuxX64.linuxx64Stubs]
+// Rendering settings:
+// - Signature version: 2
+// - Show manifest properties: true
+// - Show declarations: true
+
+// Library unique name: <androidx.compose.ui:ui-util>
+final fun (kotlin/Double).androidx.compose.ui.util/fastRoundToInt(): kotlin/Int // androidx.compose.ui.util/fastRoundToInt|[email protected](){}[0]
+final fun (kotlin/Float).androidx.compose.ui.util/fastRoundToInt(): kotlin/Int // androidx.compose.ui.util/fastRoundToInt|[email protected](){}[0]
+final fun <#A: kotlin/Any> (kotlin.collections/List<#A?>).androidx.compose.ui.util/fastFilterNotNull(): kotlin.collections/List<#A> // androidx.compose.ui.util/fastFilterNotNull|[email protected]<0:0?>(){0§<kotlin.Any>}[0]
+final fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastJoinToString(kotlin/CharSequence =..., kotlin/CharSequence =..., kotlin/CharSequence =..., kotlin/Int =..., kotlin/CharSequence =..., kotlin/Function1<#A, kotlin/CharSequence>? =...): kotlin/String // androidx.compose.ui.util/fastJoinToString|[email protected]<0:0>(kotlin.CharSequence;kotlin.CharSequence;kotlin.CharSequence;kotlin.Int;kotlin.CharSequence;kotlin.Function1<0:0,kotlin.CharSequence>?){0§<kotlin.Any?>}[0]
+final fun androidx.compose.ui.util/doubleFromBits(kotlin/Long): kotlin/Double // androidx.compose.ui.util/doubleFromBits|doubleFromBits(kotlin.Long){}[0]
+final fun androidx.compose.ui.util/fastCbrt(kotlin/Float): kotlin/Float // androidx.compose.ui.util/fastCbrt|fastCbrt(kotlin.Float){}[0]
+final fun androidx.compose.ui.util/floatFromBits(kotlin/Int): kotlin/Float // androidx.compose.ui.util/floatFromBits|floatFromBits(kotlin.Int){}[0]
+final fun androidx.compose.ui.util/lerp(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.ui.util/lerp|lerp(kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+final fun androidx.compose.ui.util/lerp(kotlin/Int, kotlin/Int, kotlin/Float): kotlin/Int // androidx.compose.ui.util/lerp|lerp(kotlin.Int;kotlin.Int;kotlin.Float){}[0]
+final fun androidx.compose.ui.util/lerp(kotlin/Long, kotlin/Long, kotlin/Float): kotlin/Long // androidx.compose.ui.util/lerp|lerp(kotlin.Long;kotlin.Long;kotlin.Float){}[0]
+final inline fun (kotlin/Double).androidx.compose.ui.util/fastCoerceAtLeast(kotlin/Double): kotlin/Double // androidx.compose.ui.util/fastCoerceAtLeast|[email protected](kotlin.Double){}[0]
+final inline fun (kotlin/Double).androidx.compose.ui.util/fastCoerceAtMost(kotlin/Double): kotlin/Double // androidx.compose.ui.util/fastCoerceAtMost|[email protected](kotlin.Double){}[0]
+final inline fun (kotlin/Double).androidx.compose.ui.util/fastCoerceIn(kotlin/Double, kotlin/Double): kotlin/Double // androidx.compose.ui.util/fastCoerceIn|[email protected](kotlin.Double;kotlin.Double){}[0]
+final inline fun (kotlin/Float).androidx.compose.ui.util/fastCoerceAtLeast(kotlin/Float): kotlin/Float // androidx.compose.ui.util/fastCoerceAtLeast|[email protected](kotlin.Float){}[0]
+final inline fun (kotlin/Float).androidx.compose.ui.util/fastCoerceAtMost(kotlin/Float): kotlin/Float // androidx.compose.ui.util/fastCoerceAtMost|[email protected](kotlin.Float){}[0]
+final inline fun (kotlin/Float).androidx.compose.ui.util/fastCoerceIn(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.ui.util/fastCoerceIn|[email protected](kotlin.Float;kotlin.Float){}[0]
+final inline fun <#A: kotlin/Any?, #B: #A> (kotlin.collections/List<#B>).androidx.compose.ui.util/fastReduce(kotlin/Function2<#A, #B, #A>): #A // androidx.compose.ui.util/fastReduce|[email protected]<0:1>(kotlin.Function2<0:0,0:1,0:0>){0§<kotlin.Any?>;1§<0:0>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: kotlin.collections/MutableCollection<in #B>> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMapTo(#C, kotlin/Function1<#A, #B>): #C // androidx.compose.ui.util/fastMapTo|[email protected]<0:0>(0:2;kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<kotlin.collections.MutableCollection<in|0:1>>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastZip(kotlin.collections/List<#B>, kotlin/Function2<#A, #B, #C>): kotlin.collections/List<#C> // androidx.compose.ui.util/fastZip|[email protected]<0:0>(kotlin.collections.List<0:1>;kotlin.Function2<0:0,0:1,0:2>){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastDistinctBy(kotlin/Function1<#A, #B>): kotlin.collections/List<#A> // androidx.compose.ui.util/fastDistinctBy|[email protected]<0:0>(kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastFlatMap(kotlin/Function1<#A, kotlin.collections/Iterable<#B>>): kotlin.collections/List<#B> // androidx.compose.ui.util/fastFlatMap|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.collections.Iterable<0:1>>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastFold(#B, kotlin/Function2<#B, #A, #B>): #B // androidx.compose.ui.util/fastFold|[email protected]<0:0>(0:1;kotlin.Function2<0:1,0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMap(kotlin/Function1<#A, #B>): kotlin.collections/List<#B> // androidx.compose.ui.util/fastMap|[email protected]<0:0>(kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMapIndexed(kotlin/Function2<kotlin/Int, #A, #B>): kotlin.collections/List<#B> // androidx.compose.ui.util/fastMapIndexed|[email protected]<0:0>(kotlin.Function2<kotlin.Int,0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMapIndexedNotNull(kotlin/Function2<kotlin/Int, #A, #B?>): kotlin.collections/List<#B> // androidx.compose.ui.util/fastMapIndexedNotNull|[email protected]<0:0>(kotlin.Function2<kotlin.Int,0:0,0:1?>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMapNotNull(kotlin/Function1<#A, #B?>): kotlin.collections/List<#B> // androidx.compose.ui.util/fastMapNotNull|[email protected]<0:0>(kotlin.Function1<0:0,0:1?>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastZipWithNext(kotlin/Function2<#A, #A, #B>): kotlin.collections/List<#B> // androidx.compose.ui.util/fastZipWithNext|[email protected]<0:0>(kotlin.Function2<0:0,0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Comparable<#B>> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMaxBy(kotlin/Function1<#A, #B>): #A? // androidx.compose.ui.util/fastMaxBy|[email protected]<0:0>(kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Comparable<0:1>>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Comparable<#B>> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMaxOfOrNull(kotlin/Function1<#A, #B>): #B? // androidx.compose.ui.util/fastMaxOfOrNull|[email protected]<0:0>(kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Comparable<0:1>>}[0]
+final inline fun <#A: kotlin/Any?, #B: kotlin/Comparable<#B>> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastMinByOrNull(kotlin/Function1<#A, #B>): #A? // androidx.compose.ui.util/fastMinByOrNull|[email protected]<0:0>(kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Comparable<0:1>>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastAll(kotlin/Function1<#A, kotlin/Boolean>): kotlin/Boolean // androidx.compose.ui.util/fastAll|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastAny(kotlin/Function1<#A, kotlin/Boolean>): kotlin/Boolean // androidx.compose.ui.util/fastAny|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastFilter(kotlin/Function1<#A, kotlin/Boolean>): kotlin.collections/List<#A> // androidx.compose.ui.util/fastFilter|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastFirst(kotlin/Function1<#A, kotlin/Boolean>): #A // androidx.compose.ui.util/fastFirst|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastFirstOrNull(kotlin/Function1<#A, kotlin/Boolean>): #A? // androidx.compose.ui.util/fastFirstOrNull|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastForEach(kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.ui.util/fastForEach|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastForEachIndexed(kotlin/Function2<kotlin/Int, #A, kotlin/Unit>) // androidx.compose.ui.util/fastForEachIndexed|[email protected]<0:0>(kotlin.Function2<kotlin.Int,0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastForEachReversed(kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.ui.util/fastForEachReversed|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Unit>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastLastOrNull(kotlin/Function1<#A, kotlin/Boolean>): #A? // androidx.compose.ui.util/fastLastOrNull|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Boolean>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> (kotlin.collections/List<#A>).androidx.compose.ui.util/fastSumBy(kotlin/Function1<#A, kotlin/Int>): kotlin/Int // androidx.compose.ui.util/fastSumBy|[email protected]<0:0>(kotlin.Function1<0:0,kotlin.Int>){0§<kotlin.Any?>}[0]
+final inline fun <#A: kotlin/Any?> androidx.compose.ui.util/trace(kotlin/String, kotlin/Function0<#A>): #A // androidx.compose.ui.util/trace|trace(kotlin.String;kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
+final inline fun androidx.compose.ui.util/fastMaxOf(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.ui.util/fastMaxOf|fastMaxOf(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+final inline fun androidx.compose.ui.util/fastMinOf(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.ui.util/fastMinOf|fastMinOf(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0]
+final inline fun androidx.compose.ui.util/packFloats(kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.ui.util/packFloats|packFloats(kotlin.Float;kotlin.Float){}[0]
+final inline fun androidx.compose.ui.util/packInts(kotlin/Int, kotlin/Int): kotlin/Long // androidx.compose.ui.util/packInts|packInts(kotlin.Int;kotlin.Int){}[0]
+final inline fun androidx.compose.ui.util/unpackAbsFloat1(kotlin/Long): kotlin/Float // androidx.compose.ui.util/unpackAbsFloat1|unpackAbsFloat1(kotlin.Long){}[0]
+final inline fun androidx.compose.ui.util/unpackAbsFloat2(kotlin/Long): kotlin/Float // androidx.compose.ui.util/unpackAbsFloat2|unpackAbsFloat2(kotlin.Long){}[0]
+final inline fun androidx.compose.ui.util/unpackFloat1(kotlin/Long): kotlin/Float // androidx.compose.ui.util/unpackFloat1|unpackFloat1(kotlin.Long){}[0]
+final inline fun androidx.compose.ui.util/unpackFloat2(kotlin/Long): kotlin/Float // androidx.compose.ui.util/unpackFloat2|unpackFloat2(kotlin.Long){}[0]
+final inline fun androidx.compose.ui.util/unpackInt1(kotlin/Long): kotlin/Int // androidx.compose.ui.util/unpackInt1|unpackInt1(kotlin.Long){}[0]
+final inline fun androidx.compose.ui.util/unpackInt2(kotlin/Long): kotlin/Int // androidx.compose.ui.util/unpackInt2|unpackInt2(kotlin.Long){}[0]
+open annotation class androidx.compose.ui/ExperimentalComposeUiApi : kotlin/Annotation { // androidx.compose.ui/ExperimentalComposeUiApi|null[0]
+    constructor <init>() // androidx.compose.ui/ExperimentalComposeUiApi.<init>|<init>(){}[0]
+}
+open annotation class androidx.compose.ui/InternalComposeUiApi : kotlin/Annotation { // androidx.compose.ui/InternalComposeUiApi|null[0]
+    constructor <init>() // androidx.compose.ui/InternalComposeUiApi.<init>|<init>(){}[0]
+}
diff --git a/compose/ui/ui/bcv/native/1.7.0.txt b/compose/ui/ui/bcv/native/1.7.0.txt
index bfa44e9..b01201a 100644
--- a/compose/ui/ui/bcv/native/1.7.0.txt
+++ b/compose/ui/ui/bcv/native/1.7.0.txt
@@ -103,9 +103,6 @@
     open fun (androidx.compose.ui.layout/IntrinsicMeasureScope).minIntrinsicHeight(kotlin.collections/List<kotlin.collections/List<androidx.compose.ui.layout/IntrinsicMeasurable>>, kotlin/Int): kotlin/Int // androidx.compose.ui.layout/MultiContentMeasurePolicy.minIntrinsicHeight|minIntrinsicHeight@androidx.compose.ui.layout.IntrinsicMeasureScope(kotlin.collections.List<kotlin.collections.List<androidx.compose.ui.layout.IntrinsicMeasurable>>;kotlin.Int){}[0]
     open fun (androidx.compose.ui.layout/IntrinsicMeasureScope).minIntrinsicWidth(kotlin.collections/List<kotlin.collections/List<androidx.compose.ui.layout/IntrinsicMeasurable>>, kotlin/Int): kotlin/Int // androidx.compose.ui.layout/MultiContentMeasurePolicy.minIntrinsicWidth|minIntrinsicWidth@androidx.compose.ui.layout.IntrinsicMeasureScope(kotlin.collections.List<kotlin.collections.List<androidx.compose.ui.layout.IntrinsicMeasurable>>;kotlin.Int){}[0]
 }
-abstract fun interface androidx.compose.ui.platform/PlatformTextInputInterceptor { // androidx.compose.ui.platform/PlatformTextInputInterceptor|null[0]
-    abstract suspend fun interceptStartInputMethod(androidx.compose.ui.platform/PlatformTextInputMethodRequest, androidx.compose.ui.platform/PlatformTextInputSession): kotlin/Nothing // androidx.compose.ui.platform/PlatformTextInputInterceptor.interceptStartInputMethod|interceptStartInputMethod(androidx.compose.ui.platform.PlatformTextInputMethodRequest;androidx.compose.ui.platform.PlatformTextInputSession){}[0]
-}
 abstract fun interface androidx.compose.ui/Alignment { // androidx.compose.ui/Alignment|null[0]
     abstract fun align(androidx.compose.ui.unit/IntSize, androidx.compose.ui.unit/IntSize, androidx.compose.ui.unit/LayoutDirection): androidx.compose.ui.unit/IntOffset // androidx.compose.ui/Alignment.align|align(androidx.compose.ui.unit.IntSize;androidx.compose.ui.unit.IntSize;androidx.compose.ui.unit.LayoutDirection){}[0]
     abstract fun interface Horizontal { // androidx.compose.ui/Alignment.Horizontal|null[0]
@@ -153,10 +150,6 @@
     abstract val value // androidx.compose.ui.modifier/ModifierLocalProvider.value|{}value[0]
         abstract fun <get-value>(): #A // androidx.compose.ui.modifier/ModifierLocalProvider.value.<get-value>|<get-value>(){}[0]
 }
-abstract interface androidx.compose.ui.autofill/Autofill { // androidx.compose.ui.autofill/Autofill|null[0]
-    abstract fun cancelAutofillForNode(androidx.compose.ui.autofill/AutofillNode) // androidx.compose.ui.autofill/Autofill.cancelAutofillForNode|cancelAutofillForNode(androidx.compose.ui.autofill.AutofillNode){}[0]
-    abstract fun requestAutofillForNode(androidx.compose.ui.autofill/AutofillNode) // androidx.compose.ui.autofill/Autofill.requestAutofillForNode|requestAutofillForNode(androidx.compose.ui.autofill.AutofillNode){}[0]
-}
 abstract interface androidx.compose.ui.draganddrop/DragAndDropModifierNode : androidx.compose.ui.draganddrop/DragAndDropTarget, androidx.compose.ui.node/DelegatableNode { // androidx.compose.ui.draganddrop/DragAndDropModifierNode|null[0]
     abstract fun acceptDragAndDropTransfer(androidx.compose.ui.draganddrop/DragAndDropEvent): kotlin/Boolean // androidx.compose.ui.draganddrop/DragAndDropModifierNode.acceptDragAndDropTransfer|acceptDragAndDropTransfer(androidx.compose.ui.draganddrop.DragAndDropEvent){}[0]
     abstract fun drag(androidx.compose.ui.draganddrop/DragAndDropTransferData, androidx.compose.ui.geometry/Size, kotlin/Function1<androidx.compose.ui.graphics.drawscope/DrawScope, kotlin/Unit>) // androidx.compose.ui.draganddrop/DragAndDropModifierNode.drag|drag(androidx.compose.ui.draganddrop.DragAndDropTransferData;androidx.compose.ui.geometry.Size;kotlin.Function1<androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit>){}[0]
@@ -207,12 +200,6 @@
     open var end // androidx.compose.ui.focus/FocusProperties.end|{}end[0]
         open fun <get-end>(): androidx.compose.ui.focus/FocusRequester // androidx.compose.ui.focus/FocusProperties.end.<get-end>|<get-end>(){}[0]
         open fun <set-end>(androidx.compose.ui.focus/FocusRequester) // androidx.compose.ui.focus/FocusProperties.end.<set-end>|<set-end>(androidx.compose.ui.focus.FocusRequester){}[0]
-    open var enter // androidx.compose.ui.focus/FocusProperties.enter|{}enter[0]
-        open fun <get-enter>(): kotlin/Function1<androidx.compose.ui.focus/FocusDirection, androidx.compose.ui.focus/FocusRequester> // androidx.compose.ui.focus/FocusProperties.enter.<get-enter>|<get-enter>(){}[0]
-        open fun <set-enter>(kotlin/Function1<androidx.compose.ui.focus/FocusDirection, androidx.compose.ui.focus/FocusRequester>) // androidx.compose.ui.focus/FocusProperties.enter.<set-enter>|<set-enter>(kotlin.Function1<androidx.compose.ui.focus.FocusDirection,androidx.compose.ui.focus.FocusRequester>){}[0]
-    open var exit // androidx.compose.ui.focus/FocusProperties.exit|{}exit[0]
-        open fun <get-exit>(): kotlin/Function1<androidx.compose.ui.focus/FocusDirection, androidx.compose.ui.focus/FocusRequester> // androidx.compose.ui.focus/FocusProperties.exit.<get-exit>|<get-exit>(){}[0]
-        open fun <set-exit>(kotlin/Function1<androidx.compose.ui.focus/FocusDirection, androidx.compose.ui.focus/FocusRequester>) // androidx.compose.ui.focus/FocusProperties.exit.<set-exit>|<set-exit>(kotlin.Function1<androidx.compose.ui.focus.FocusDirection,androidx.compose.ui.focus.FocusRequester>){}[0]
     open var left // androidx.compose.ui.focus/FocusProperties.left|{}left[0]
         open fun <get-left>(): androidx.compose.ui.focus/FocusRequester // androidx.compose.ui.focus/FocusProperties.left.<get-left>|<get-left>(){}[0]
         open fun <set-left>(androidx.compose.ui.focus/FocusRequester) // androidx.compose.ui.focus/FocusProperties.left.<set-left>|<set-left>(androidx.compose.ui.focus.FocusRequester){}[0]
@@ -313,10 +300,6 @@
     abstract fun onKeyEvent(androidx.compose.ui.input.key/KeyEvent): kotlin/Boolean // androidx.compose.ui.input.key/KeyInputModifierNode.onKeyEvent|onKeyEvent(androidx.compose.ui.input.key.KeyEvent){}[0]
     abstract fun onPreKeyEvent(androidx.compose.ui.input.key/KeyEvent): kotlin/Boolean // androidx.compose.ui.input.key/KeyInputModifierNode.onPreKeyEvent|onPreKeyEvent(androidx.compose.ui.input.key.KeyEvent){}[0]
 }
-abstract interface androidx.compose.ui.input.key/SoftKeyboardInterceptionModifierNode : androidx.compose.ui.node/DelegatableNode { // androidx.compose.ui.input.key/SoftKeyboardInterceptionModifierNode|null[0]
-    abstract fun onInterceptKeyBeforeSoftKeyboard(androidx.compose.ui.input.key/KeyEvent): kotlin/Boolean // androidx.compose.ui.input.key/SoftKeyboardInterceptionModifierNode.onInterceptKeyBeforeSoftKeyboard|onInterceptKeyBeforeSoftKeyboard(androidx.compose.ui.input.key.KeyEvent){}[0]
-    abstract fun onPreInterceptKeyBeforeSoftKeyboard(androidx.compose.ui.input.key/KeyEvent): kotlin/Boolean // androidx.compose.ui.input.key/SoftKeyboardInterceptionModifierNode.onPreInterceptKeyBeforeSoftKeyboard|onPreInterceptKeyBeforeSoftKeyboard(androidx.compose.ui.input.key.KeyEvent){}[0]
-}
 abstract interface androidx.compose.ui.input.nestedscroll/NestedScrollConnection { // androidx.compose.ui.input.nestedscroll/NestedScrollConnection|null[0]
     open fun onPostScroll(androidx.compose.ui.geometry/Offset, androidx.compose.ui.geometry/Offset, androidx.compose.ui.input.nestedscroll/NestedScrollSource): androidx.compose.ui.geometry/Offset // androidx.compose.ui.input.nestedscroll/NestedScrollConnection.onPostScroll|onPostScroll(androidx.compose.ui.geometry.Offset;androidx.compose.ui.geometry.Offset;androidx.compose.ui.input.nestedscroll.NestedScrollSource){}[0]
     open fun onPreScroll(androidx.compose.ui.geometry/Offset, androidx.compose.ui.input.nestedscroll/NestedScrollSource): androidx.compose.ui.geometry/Offset // androidx.compose.ui.input.nestedscroll/NestedScrollConnection.onPreScroll|onPreScroll(androidx.compose.ui.geometry.Offset;androidx.compose.ui.input.nestedscroll.NestedScrollSource){}[0]
@@ -369,7 +352,6 @@
     abstract fun onRotaryScrollEvent(androidx.compose.ui.input.rotary/RotaryScrollEvent): kotlin/Boolean // androidx.compose.ui.input.rotary/RotaryInputModifierNode.onRotaryScrollEvent|onRotaryScrollEvent(androidx.compose.ui.input.rotary.RotaryScrollEvent){}[0]
 }
 abstract interface androidx.compose.ui.input/InputModeManager { // androidx.compose.ui.input/InputModeManager|null[0]
-    abstract fun requestInputMode(androidx.compose.ui.input/InputMode): kotlin/Boolean // androidx.compose.ui.input/InputModeManager.requestInputMode|requestInputMode(androidx.compose.ui.input.InputMode){}[0]
     abstract val inputMode // androidx.compose.ui.input/InputModeManager.inputMode|{}inputMode[0]
         abstract fun <get-inputMode>(): androidx.compose.ui.input/InputMode // androidx.compose.ui.input/InputModeManager.inputMode.<get-inputMode>|<get-inputMode>(){}[0]
 }
@@ -602,9 +584,6 @@
         abstract fun <#A2: kotlin/Any?> (androidx.compose.ui.modifier/ModifierLocal<#A2>).<get-current>(): #A2 // androidx.compose.ui.modifier/ModifierLocalReadScope.current.<get-current>|<get-current>@androidx.compose.ui.modifier.ModifierLocal<0:0>(){0§<kotlin.Any?>}[0]
 }
 abstract interface androidx.compose.ui.node/ComposeUiNode { // androidx.compose.ui.node/ComposeUiNode|null[0]
-    abstract var compositeKeyHash // androidx.compose.ui.node/ComposeUiNode.compositeKeyHash|{}compositeKeyHash[0]
-        abstract fun <get-compositeKeyHash>(): kotlin/Int // androidx.compose.ui.node/ComposeUiNode.compositeKeyHash.<get-compositeKeyHash>|<get-compositeKeyHash>(){}[0]
-        abstract fun <set-compositeKeyHash>(kotlin/Int) // androidx.compose.ui.node/ComposeUiNode.compositeKeyHash.<set-compositeKeyHash>|<set-compositeKeyHash>(kotlin.Int){}[0]
     abstract var compositionLocalMap // androidx.compose.ui.node/ComposeUiNode.compositionLocalMap|{}compositionLocalMap[0]
         abstract fun <get-compositionLocalMap>(): androidx.compose.runtime/CompositionLocalMap // androidx.compose.ui.node/ComposeUiNode.compositionLocalMap.<get-compositionLocalMap>|<get-compositionLocalMap>(){}[0]
         abstract fun <set-compositionLocalMap>(androidx.compose.runtime/CompositionLocalMap) // androidx.compose.ui.node/ComposeUiNode.compositionLocalMap.<set-compositionLocalMap>|<set-compositionLocalMap>(androidx.compose.runtime.CompositionLocalMap){}[0]
@@ -626,8 +605,6 @@
     final object Companion { // androidx.compose.ui.node/ComposeUiNode.Companion|null[0]
         final val Constructor // androidx.compose.ui.node/ComposeUiNode.Companion.Constructor|{}Constructor[0]
             final fun <get-Constructor>(): kotlin/Function0<androidx.compose.ui.node/ComposeUiNode> // androidx.compose.ui.node/ComposeUiNode.Companion.Constructor.<get-Constructor>|<get-Constructor>(){}[0]
-        final val SetCompositeKeyHash // androidx.compose.ui.node/ComposeUiNode.Companion.SetCompositeKeyHash|{}SetCompositeKeyHash[0]
-            final fun <get-SetCompositeKeyHash>(): kotlin/Function2<androidx.compose.ui.node/ComposeUiNode, kotlin/Int, kotlin/Unit> // androidx.compose.ui.node/ComposeUiNode.Companion.SetCompositeKeyHash.<get-SetCompositeKeyHash>|<get-SetCompositeKeyHash>(){}[0]
         final val SetDensity // androidx.compose.ui.node/ComposeUiNode.Companion.SetDensity|{}SetDensity[0]
             final fun <get-SetDensity>(): kotlin/Function2<androidx.compose.ui.node/ComposeUiNode, androidx.compose.ui.unit/Density, kotlin/Unit> // androidx.compose.ui.node/ComposeUiNode.Companion.SetDensity.<get-SetDensity>|<get-SetDensity>(){}[0]
         final val SetLayoutDirection // androidx.compose.ui.node/ComposeUiNode.Companion.SetLayoutDirection|{}SetLayoutDirection[0]
@@ -689,9 +666,6 @@
         abstract fun <get-semanticsOwner>(): androidx.compose.ui.semantics/SemanticsOwner // androidx.compose.ui.node/RootForTest.semanticsOwner.<get-semanticsOwner>|<get-semanticsOwner>(){}[0]
     abstract val textInputService // androidx.compose.ui.node/RootForTest.textInputService|{}textInputService[0]
         abstract fun <get-textInputService>(): androidx.compose.ui.text.input/TextInputService // androidx.compose.ui.node/RootForTest.textInputService.<get-textInputService>|<get-textInputService>(){}[0]
-    open fun forceAccessibilityForTesting(kotlin/Boolean) // androidx.compose.ui.node/RootForTest.forceAccessibilityForTesting|forceAccessibilityForTesting(kotlin.Boolean){}[0]
-    open fun measureAndLayoutForTest() // androidx.compose.ui.node/RootForTest.measureAndLayoutForTest|measureAndLayoutForTest(){}[0]
-    open fun setAccessibilityEventBatchIntervalMillis(kotlin/Long) // androidx.compose.ui.node/RootForTest.setAccessibilityEventBatchIntervalMillis|setAccessibilityEventBatchIntervalMillis(kotlin.Long){}[0]
 }
 abstract interface androidx.compose.ui.node/SemanticsModifierNode : androidx.compose.ui.node/DelegatableNode { // androidx.compose.ui.node/SemanticsModifierNode|null[0]
     abstract fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).applySemantics() // androidx.compose.ui.node/SemanticsModifierNode.applySemantics|applySemantics@androidx.compose.ui.semantics.SemanticsPropertyReceiver(){}[0]
@@ -780,7 +754,6 @@
     abstract val isWindowFocused // androidx.compose.ui.platform/WindowInfo.isWindowFocused|{}isWindowFocused[0]
         abstract fun <get-isWindowFocused>(): kotlin/Boolean // androidx.compose.ui.platform/WindowInfo.isWindowFocused.<get-isWindowFocused>|<get-isWindowFocused>(){}[0]
     open val keyboardModifiers // androidx.compose.ui.platform/WindowInfo.keyboardModifiers|{}keyboardModifiers[0]
-        open fun <get-keyboardModifiers>(): androidx.compose.ui.input.pointer/PointerKeyboardModifiers // androidx.compose.ui.platform/WindowInfo.keyboardModifiers.<get-keyboardModifiers>|<get-keyboardModifiers>(){}[0]
 }
 abstract interface androidx.compose.ui.semantics/SemanticsModifier : androidx.compose.ui/Modifier.Element { // androidx.compose.ui.semantics/SemanticsModifier|null[0]
     abstract val semanticsConfiguration // androidx.compose.ui.semantics/SemanticsModifier.semanticsConfiguration|{}semanticsConfiguration[0]
@@ -797,7 +770,6 @@
 abstract interface androidx.compose.ui/Modifier { // androidx.compose.ui/Modifier|null[0]
     abstract class Node : androidx.compose.ui.node/DelegatableNode { // androidx.compose.ui/Modifier.Node|null[0]
         constructor <init>() // androidx.compose.ui/Modifier.Node.<init>|<init>(){}[0]
-        final fun sideEffect(kotlin/Function0<kotlin/Unit>) // androidx.compose.ui/Modifier.Node.sideEffect|sideEffect(kotlin.Function0<kotlin.Unit>){}[0]
         final val coroutineScope // androidx.compose.ui/Modifier.Node.coroutineScope|{}coroutineScope[0]
             final fun <get-coroutineScope>(): kotlinx.coroutines/CoroutineScope // androidx.compose.ui/Modifier.Node.coroutineScope.<get-coroutineScope>|<get-coroutineScope>(){}[0]
         final var isAttached // androidx.compose.ui/Modifier.Node.isAttached|{}isAttached[0]
@@ -870,27 +842,6 @@
     final val label // androidx.compose.ui.semantics/AccessibilityAction.label|{}label[0]
         final fun <get-label>(): kotlin/String? // androidx.compose.ui.semantics/AccessibilityAction.label.<get-label>|<get-label>(){}[0]
 }
-final class androidx.compose.ui.autofill/AutofillNode { // androidx.compose.ui.autofill/AutofillNode|null[0]
-    constructor <init>(kotlin.collections/List<androidx.compose.ui.autofill/AutofillType> =..., androidx.compose.ui.geometry/Rect? =..., kotlin/Function1<kotlin/String, kotlin/Unit>?) // androidx.compose.ui.autofill/AutofillNode.<init>|<init>(kotlin.collections.List<androidx.compose.ui.autofill.AutofillType>;androidx.compose.ui.geometry.Rect?;kotlin.Function1<kotlin.String,kotlin.Unit>?){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.autofill/AutofillNode.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.ui.autofill/AutofillNode.hashCode|hashCode(){}[0]
-    final val autofillTypes // androidx.compose.ui.autofill/AutofillNode.autofillTypes|{}autofillTypes[0]
-        final fun <get-autofillTypes>(): kotlin.collections/List<androidx.compose.ui.autofill/AutofillType> // androidx.compose.ui.autofill/AutofillNode.autofillTypes.<get-autofillTypes>|<get-autofillTypes>(){}[0]
-    final val id // androidx.compose.ui.autofill/AutofillNode.id|{}id[0]
-        final fun <get-id>(): kotlin/Int // androidx.compose.ui.autofill/AutofillNode.id.<get-id>|<get-id>(){}[0]
-    final val onFill // androidx.compose.ui.autofill/AutofillNode.onFill|{}onFill[0]
-        final fun <get-onFill>(): kotlin/Function1<kotlin/String, kotlin/Unit>? // androidx.compose.ui.autofill/AutofillNode.onFill.<get-onFill>|<get-onFill>(){}[0]
-    final var boundingBox // androidx.compose.ui.autofill/AutofillNode.boundingBox|{}boundingBox[0]
-        final fun <get-boundingBox>(): androidx.compose.ui.geometry/Rect? // androidx.compose.ui.autofill/AutofillNode.boundingBox.<get-boundingBox>|<get-boundingBox>(){}[0]
-        final fun <set-boundingBox>(androidx.compose.ui.geometry/Rect?) // androidx.compose.ui.autofill/AutofillNode.boundingBox.<set-boundingBox>|<set-boundingBox>(androidx.compose.ui.geometry.Rect?){}[0]
-}
-final class androidx.compose.ui.autofill/AutofillTree { // androidx.compose.ui.autofill/AutofillTree|null[0]
-    constructor <init>() // androidx.compose.ui.autofill/AutofillTree.<init>|<init>(){}[0]
-    final fun performAutofill(kotlin/Int, kotlin/String): kotlin/Unit? // androidx.compose.ui.autofill/AutofillTree.performAutofill|performAutofill(kotlin.Int;kotlin.String){}[0]
-    final fun plusAssign(androidx.compose.ui.autofill/AutofillNode) // androidx.compose.ui.autofill/AutofillTree.plusAssign|plusAssign(androidx.compose.ui.autofill.AutofillNode){}[0]
-    final val children // androidx.compose.ui.autofill/AutofillTree.children|{}children[0]
-        final fun <get-children>(): kotlin.collections/MutableMap<kotlin/Int, androidx.compose.ui.autofill/AutofillNode> // androidx.compose.ui.autofill/AutofillTree.children.<get-children>|<get-children>(){}[0]
-}
 final class androidx.compose.ui.draganddrop/DragAndDropEvent { // androidx.compose.ui.draganddrop/DragAndDropEvent|null[0]
     constructor <init>() // androidx.compose.ui.draganddrop/DragAndDropEvent.<init>|<init>(){}[0]
 }
@@ -944,8 +895,6 @@
     final fun captureFocus(): kotlin/Boolean // androidx.compose.ui.focus/FocusRequester.captureFocus|captureFocus(){}[0]
     final fun freeFocus(): kotlin/Boolean // androidx.compose.ui.focus/FocusRequester.freeFocus|freeFocus(){}[0]
     final fun requestFocus() // androidx.compose.ui.focus/FocusRequester.requestFocus|requestFocus(){}[0]
-    final fun restoreFocusedChild(): kotlin/Boolean // androidx.compose.ui.focus/FocusRequester.restoreFocusedChild|restoreFocusedChild(){}[0]
-    final fun saveFocusedChild(): kotlin/Boolean // androidx.compose.ui.focus/FocusRequester.saveFocusedChild|saveFocusedChild(){}[0]
     final object Companion { // androidx.compose.ui.focus/FocusRequester.Companion|null[0]
         final fun createRefs(): androidx.compose.ui.focus/FocusRequester.Companion.FocusRequesterFactory // androidx.compose.ui.focus/FocusRequester.Companion.createRefs|createRefs(){}[0]
         final object FocusRequesterFactory { // androidx.compose.ui.focus/FocusRequester.Companion.FocusRequesterFactory|null[0]
@@ -966,8 +915,6 @@
             final fun component8(): androidx.compose.ui.focus/FocusRequester // androidx.compose.ui.focus/FocusRequester.Companion.FocusRequesterFactory.component8|component8(){}[0]
             final fun component9(): androidx.compose.ui.focus/FocusRequester // androidx.compose.ui.focus/FocusRequester.Companion.FocusRequesterFactory.component9|component9(){}[0]
         }
-        final val Cancel // androidx.compose.ui.focus/FocusRequester.Companion.Cancel|{}Cancel[0]
-            final fun <get-Cancel>(): androidx.compose.ui.focus/FocusRequester // androidx.compose.ui.focus/FocusRequester.Companion.Cancel.<get-Cancel>|<get-Cancel>(){}[0]
         final val Default // androidx.compose.ui.focus/FocusRequester.Companion.Default|{}Default[0]
             final fun <get-Default>(): androidx.compose.ui.focus/FocusRequester // androidx.compose.ui.focus/FocusRequester.Companion.Default.<get-Default>|<get-Default>(){}[0]
     }
@@ -1109,14 +1056,6 @@
         final fun <get-positionChange>(): kotlin/Boolean // androidx.compose.ui.input.pointer/ConsumedData.positionChange.<get-positionChange>|<get-positionChange>(){}[0]
         final fun <set-positionChange>(kotlin/Boolean) // androidx.compose.ui.input.pointer/ConsumedData.positionChange.<set-positionChange>|<set-positionChange>(kotlin.Boolean){}[0]
 }
-final class androidx.compose.ui.input.pointer/HistoricalChange { // androidx.compose.ui.input.pointer/HistoricalChange|null[0]
-    constructor <init>(kotlin/Long, androidx.compose.ui.geometry/Offset) // androidx.compose.ui.input.pointer/HistoricalChange.<init>|<init>(kotlin.Long;androidx.compose.ui.geometry.Offset){}[0]
-    final fun toString(): kotlin/String // androidx.compose.ui.input.pointer/HistoricalChange.toString|toString(){}[0]
-    final val position // androidx.compose.ui.input.pointer/HistoricalChange.position|{}position[0]
-        final fun <get-position>(): androidx.compose.ui.geometry/Offset // androidx.compose.ui.input.pointer/HistoricalChange.position.<get-position>|<get-position>(){}[0]
-    final val uptimeMillis // androidx.compose.ui.input.pointer/HistoricalChange.uptimeMillis|{}uptimeMillis[0]
-        final fun <get-uptimeMillis>(): kotlin/Long // androidx.compose.ui.input.pointer/HistoricalChange.uptimeMillis.<get-uptimeMillis>|<get-uptimeMillis>(){}[0]
-}
 final class androidx.compose.ui.input.pointer/PointerEvent { // androidx.compose.ui.input.pointer/PointerEvent|null[0]
     constructor <init>(kotlin.collections/List<androidx.compose.ui.input.pointer/PointerInputChange>) // androidx.compose.ui.input.pointer/PointerEvent.<init>|<init>(kotlin.collections.List<androidx.compose.ui.input.pointer.PointerInputChange>){}[0]
     final fun component1(): kotlin.collections/List<androidx.compose.ui.input.pointer/PointerInputChange> // androidx.compose.ui.input.pointer/PointerEvent.component1|component1(){}[0]
@@ -1143,14 +1082,10 @@
     constructor <init>(androidx.compose.ui.input.pointer/PointerId, kotlin/Long, androidx.compose.ui.geometry/Offset, kotlin/Boolean, kotlin/Long, androidx.compose.ui.geometry/Offset, kotlin/Boolean, kotlin/Boolean, androidx.compose.ui.input.pointer/PointerType =..., androidx.compose.ui.geometry/Offset =...) // androidx.compose.ui.input.pointer/PointerInputChange.<init>|<init>(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Boolean;androidx.compose.ui.input.pointer.PointerType;androidx.compose.ui.geometry.Offset){}[0]
     final fun consume() // androidx.compose.ui.input.pointer/PointerInputChange.consume|consume(){}[0]
     final fun copy(androidx.compose.ui.input.pointer/PointerId =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., kotlin/Float =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., androidx.compose.ui.input.pointer/PointerType =..., androidx.compose.ui.geometry/Offset =...): androidx.compose.ui.input.pointer/PointerInputChange // androidx.compose.ui.input.pointer/PointerInputChange.copy|copy(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Float;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;androidx.compose.ui.input.pointer.PointerType;androidx.compose.ui.geometry.Offset){}[0]
-    final fun copy(androidx.compose.ui.input.pointer/PointerId =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., kotlin/Float =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., androidx.compose.ui.input.pointer/PointerType =..., kotlin.collections/List<androidx.compose.ui.input.pointer/HistoricalChange> =..., androidx.compose.ui.geometry/Offset =...): androidx.compose.ui.input.pointer/PointerInputChange // androidx.compose.ui.input.pointer/PointerInputChange.copy|copy(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Float;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;androidx.compose.ui.input.pointer.PointerType;kotlin.collections.List<androidx.compose.ui.input.pointer.HistoricalChange>;androidx.compose.ui.geometry.Offset){}[0]
     final fun copy(androidx.compose.ui.input.pointer/PointerId =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., androidx.compose.ui.input.pointer/ConsumedData =..., androidx.compose.ui.input.pointer/PointerType =...): androidx.compose.ui.input.pointer/PointerInputChange // androidx.compose.ui.input.pointer/PointerInputChange.copy|copy(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;androidx.compose.ui.input.pointer.ConsumedData;androidx.compose.ui.input.pointer.PointerType){}[0]
     final fun copy(androidx.compose.ui.input.pointer/PointerId =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., androidx.compose.ui.input.pointer/ConsumedData, androidx.compose.ui.input.pointer/PointerType =..., androidx.compose.ui.geometry/Offset =...): androidx.compose.ui.input.pointer/PointerInputChange // androidx.compose.ui.input.pointer/PointerInputChange.copy|copy(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;androidx.compose.ui.input.pointer.ConsumedData;androidx.compose.ui.input.pointer.PointerType;androidx.compose.ui.geometry.Offset){}[0]
     final fun copy(androidx.compose.ui.input.pointer/PointerId =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., androidx.compose.ui.input.pointer/PointerType =..., androidx.compose.ui.geometry/Offset =...): androidx.compose.ui.input.pointer/PointerInputChange // androidx.compose.ui.input.pointer/PointerInputChange.copy|copy(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;androidx.compose.ui.input.pointer.PointerType;androidx.compose.ui.geometry.Offset){}[0]
-    final fun copy(androidx.compose.ui.input.pointer/PointerId =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., kotlin/Long =..., androidx.compose.ui.geometry/Offset =..., kotlin/Boolean =..., androidx.compose.ui.input.pointer/PointerType =..., kotlin.collections/List<androidx.compose.ui.input.pointer/HistoricalChange>, androidx.compose.ui.geometry/Offset =...): androidx.compose.ui.input.pointer/PointerInputChange // androidx.compose.ui.input.pointer/PointerInputChange.copy|copy(androidx.compose.ui.input.pointer.PointerId;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;kotlin.Long;androidx.compose.ui.geometry.Offset;kotlin.Boolean;androidx.compose.ui.input.pointer.PointerType;kotlin.collections.List<androidx.compose.ui.input.pointer.HistoricalChange>;androidx.compose.ui.geometry.Offset){}[0]
     final fun toString(): kotlin/String // androidx.compose.ui.input.pointer/PointerInputChange.toString|toString(){}[0]
-    final val historical // androidx.compose.ui.input.pointer/PointerInputChange.historical|{}historical[0]
-        final fun <get-historical>(): kotlin.collections/List<androidx.compose.ui.input.pointer/HistoricalChange> // androidx.compose.ui.input.pointer/PointerInputChange.historical.<get-historical>|<get-historical>(){}[0]
     final val id // androidx.compose.ui.input.pointer/PointerInputChange.id|{}id[0]
         final fun <get-id>(): androidx.compose.ui.input.pointer/PointerId // androidx.compose.ui.input.pointer/PointerInputChange.id.<get-id>|<get-id>(){}[0]
     final val isConsumed // androidx.compose.ui.input.pointer/PointerInputChange.isConsumed|{}isConsumed[0]
@@ -1516,46 +1451,6 @@
     final fun <get-RootGroupName>(): kotlin/String // androidx.compose.ui.graphics.vector/RootGroupName.<get-RootGroupName>|<get-RootGroupName>(){}[0]
 final const val androidx.compose.ui.graphics/DefaultCameraDistance // androidx.compose.ui.graphics/DefaultCameraDistance|{}DefaultCameraDistance[0]
     final fun <get-DefaultCameraDistance>(): kotlin/Float // androidx.compose.ui.graphics/DefaultCameraDistance.<get-DefaultCameraDistance>|<get-DefaultCameraDistance>(){}[0]
-final enum class androidx.compose.ui.autofill/AutofillType : kotlin/Enum<androidx.compose.ui.autofill/AutofillType> { // androidx.compose.ui.autofill/AutofillType|null[0]
-    enum entry AddressAuxiliaryDetails // androidx.compose.ui.autofill/AutofillType.AddressAuxiliaryDetails|null[0]
-    enum entry AddressCountry // androidx.compose.ui.autofill/AutofillType.AddressCountry|null[0]
-    enum entry AddressLocality // androidx.compose.ui.autofill/AutofillType.AddressLocality|null[0]
-    enum entry AddressRegion // androidx.compose.ui.autofill/AutofillType.AddressRegion|null[0]
-    enum entry AddressStreet // androidx.compose.ui.autofill/AutofillType.AddressStreet|null[0]
-    enum entry BirthDateDay // androidx.compose.ui.autofill/AutofillType.BirthDateDay|null[0]
-    enum entry BirthDateFull // androidx.compose.ui.autofill/AutofillType.BirthDateFull|null[0]
-    enum entry BirthDateMonth // androidx.compose.ui.autofill/AutofillType.BirthDateMonth|null[0]
-    enum entry BirthDateYear // androidx.compose.ui.autofill/AutofillType.BirthDateYear|null[0]
-    enum entry CreditCardExpirationDate // androidx.compose.ui.autofill/AutofillType.CreditCardExpirationDate|null[0]
-    enum entry CreditCardExpirationDay // androidx.compose.ui.autofill/AutofillType.CreditCardExpirationDay|null[0]
-    enum entry CreditCardExpirationMonth // androidx.compose.ui.autofill/AutofillType.CreditCardExpirationMonth|null[0]
-    enum entry CreditCardExpirationYear // androidx.compose.ui.autofill/AutofillType.CreditCardExpirationYear|null[0]
-    enum entry CreditCardNumber // androidx.compose.ui.autofill/AutofillType.CreditCardNumber|null[0]
-    enum entry CreditCardSecurityCode // androidx.compose.ui.autofill/AutofillType.CreditCardSecurityCode|null[0]
-    enum entry EmailAddress // androidx.compose.ui.autofill/AutofillType.EmailAddress|null[0]
-    enum entry Gender // androidx.compose.ui.autofill/AutofillType.Gender|null[0]
-    enum entry NewPassword // androidx.compose.ui.autofill/AutofillType.NewPassword|null[0]
-    enum entry NewUsername // androidx.compose.ui.autofill/AutofillType.NewUsername|null[0]
-    enum entry Password // androidx.compose.ui.autofill/AutofillType.Password|null[0]
-    enum entry PersonFirstName // androidx.compose.ui.autofill/AutofillType.PersonFirstName|null[0]
-    enum entry PersonFullName // androidx.compose.ui.autofill/AutofillType.PersonFullName|null[0]
-    enum entry PersonLastName // androidx.compose.ui.autofill/AutofillType.PersonLastName|null[0]
-    enum entry PersonMiddleInitial // androidx.compose.ui.autofill/AutofillType.PersonMiddleInitial|null[0]
-    enum entry PersonMiddleName // androidx.compose.ui.autofill/AutofillType.PersonMiddleName|null[0]
-    enum entry PersonNamePrefix // androidx.compose.ui.autofill/AutofillType.PersonNamePrefix|null[0]
-    enum entry PersonNameSuffix // androidx.compose.ui.autofill/AutofillType.PersonNameSuffix|null[0]
-    enum entry PhoneCountryCode // androidx.compose.ui.autofill/AutofillType.PhoneCountryCode|null[0]
-    enum entry PhoneNumber // androidx.compose.ui.autofill/AutofillType.PhoneNumber|null[0]
-    enum entry PhoneNumberDevice // androidx.compose.ui.autofill/AutofillType.PhoneNumberDevice|null[0]
-    enum entry PhoneNumberNational // androidx.compose.ui.autofill/AutofillType.PhoneNumberNational|null[0]
-    enum entry PostalAddress // androidx.compose.ui.autofill/AutofillType.PostalAddress|null[0]
-    enum entry PostalCode // androidx.compose.ui.autofill/AutofillType.PostalCode|null[0]
-    enum entry PostalCodeExtended // androidx.compose.ui.autofill/AutofillType.PostalCodeExtended|null[0]
-    enum entry SmsOtpCode // androidx.compose.ui.autofill/AutofillType.SmsOtpCode|null[0]
-    enum entry Username // androidx.compose.ui.autofill/AutofillType.Username|null[0]
-    final fun valueOf(kotlin/String): androidx.compose.ui.autofill/AutofillType // androidx.compose.ui.autofill/AutofillType.valueOf|valueOf#static(kotlin.String){}[0]
-    final fun values(): kotlin/Array<androidx.compose.ui.autofill/AutofillType> // androidx.compose.ui.autofill/AutofillType.values|values#static(){}[0]
-}
 final enum class androidx.compose.ui.input.pointer/PointerEventPass : kotlin/Enum<androidx.compose.ui.input.pointer/PointerEventPass> { // androidx.compose.ui.input.pointer/PointerEventPass|null[0]
     enum entry Final // androidx.compose.ui.input.pointer/PointerEventPass.Final|null[0]
     enum entry Initial // androidx.compose.ui.input.pointer/PointerEventPass.Initial|null[0]
@@ -1582,8 +1477,6 @@
 final fun (androidx.compose.ui.focus/FocusRequesterModifierNode).androidx.compose.ui.focus/captureFocus(): kotlin/Boolean // androidx.compose.ui.focus/captureFocus|captureFocus@androidx.compose.ui.focus.FocusRequesterModifierNode(){}[0]
 final fun (androidx.compose.ui.focus/FocusRequesterModifierNode).androidx.compose.ui.focus/freeFocus(): kotlin/Boolean // androidx.compose.ui.focus/freeFocus|[email protected](){}[0]
 final fun (androidx.compose.ui.focus/FocusRequesterModifierNode).androidx.compose.ui.focus/requestFocus(): kotlin/Boolean // androidx.compose.ui.focus/requestFocus|requestFocus@androidx.compose.ui.focus.FocusRequesterModifierNode(){}[0]
-final fun (androidx.compose.ui.focus/FocusRequesterModifierNode).androidx.compose.ui.focus/restoreFocusedChild(): kotlin/Boolean // androidx.compose.ui.focus/restoreFocusedChild|restoreFocusedChild@androidx.compose.ui.focus.FocusRequesterModifierNode(){}[0]
-final fun (androidx.compose.ui.focus/FocusRequesterModifierNode).androidx.compose.ui.focus/saveFocusedChild(): kotlin/Boolean // androidx.compose.ui.focus/saveFocusedChild|saveFocusedChild@androidx.compose.ui.focus.FocusRequesterModifierNode(){}[0]
 final fun (androidx.compose.ui.geometry/Size).androidx.compose.ui.layout/div(androidx.compose.ui.layout/ScaleFactor): androidx.compose.ui.geometry/Size // androidx.compose.ui.layout/div|[email protected](androidx.compose.ui.layout.ScaleFactor){}[0]
 final fun (androidx.compose.ui.geometry/Size).androidx.compose.ui.layout/times(androidx.compose.ui.layout/ScaleFactor): androidx.compose.ui.geometry/Size // androidx.compose.ui.layout/times|[email protected](androidx.compose.ui.layout.ScaleFactor){}[0]
 final fun (androidx.compose.ui.input.pointer.util/VelocityTracker).androidx.compose.ui.input.pointer.util/addPointerInputChange(androidx.compose.ui.input.pointer/PointerInputChange) // androidx.compose.ui.input.pointer.util/addPointerInputChange|addPointerInputChange@androidx.compose.ui.input.pointer.util.VelocityTracker(androidx.compose.ui.input.pointer.PointerInputChange){}[0]
@@ -1646,7 +1539,6 @@
 final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/heading() // androidx.compose.ui.semantics/heading|[email protected](){}[0]
 final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/indexForKey(kotlin/Function1<kotlin/Any, kotlin/Int>) // androidx.compose.ui.semantics/indexForKey|indexForKey@androidx.compose.ui.semantics.SemanticsPropertyReceiver(kotlin.Function1<kotlin.Any,kotlin.Int>){}[0]
 final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/insertTextAtCursor(kotlin/String? =..., kotlin/Function1<androidx.compose.ui.text/AnnotatedString, kotlin/Boolean>?) // androidx.compose.ui.semantics/insertTextAtCursor|insertTextAtCursor@androidx.compose.ui.semantics.SemanticsPropertyReceiver(kotlin.String?;kotlin.Function1<androidx.compose.ui.text.AnnotatedString,kotlin.Boolean>?){}[0]
-final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/invisibleToUser() // androidx.compose.ui.semantics/invisibleToUser|invisibleToUser@androidx.compose.ui.semantics.SemanticsPropertyReceiver(){}[0]
 final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/onClick(kotlin/String? =..., kotlin/Function0<kotlin/Boolean>?) // androidx.compose.ui.semantics/onClick|[email protected](kotlin.String?;kotlin.Function0<kotlin.Boolean>?){}[0]
 final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/onImeAction(androidx.compose.ui.text.input/ImeAction, kotlin/String? =..., kotlin/Function0<kotlin/Boolean>?) // androidx.compose.ui.semantics/onImeAction|onImeAction@androidx.compose.ui.semantics.SemanticsPropertyReceiver(androidx.compose.ui.text.input.ImeAction;kotlin.String?;kotlin.Function0<kotlin.Boolean>?){}[0]
 final fun (androidx.compose.ui.semantics/SemanticsPropertyReceiver).androidx.compose.ui.semantics/onLongClick(kotlin/String? =..., kotlin/Function0<kotlin/Boolean>?) // androidx.compose.ui.semantics/onLongClick|onLongClick@androidx.compose.ui.semantics.SemanticsPropertyReceiver(kotlin.String?;kotlin.Function0<kotlin.Boolean>?){}[0]
@@ -1688,7 +1580,6 @@
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/focusOrder(kotlin/Function1<androidx.compose.ui.focus/FocusOrder, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.focus/focusOrder|[email protected](kotlin.Function1<androidx.compose.ui.focus.FocusOrder,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/focusProperties(kotlin/Function1<androidx.compose.ui.focus/FocusProperties, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.focus/focusProperties|[email protected](kotlin.Function1<androidx.compose.ui.focus.FocusProperties,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/focusRequester(androidx.compose.ui.focus/FocusRequester): androidx.compose.ui/Modifier // androidx.compose.ui.focus/focusRequester|[email protected](androidx.compose.ui.focus.FocusRequester){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/focusRestorer(kotlin/Function0<androidx.compose.ui.focus/FocusRequester>? =...): androidx.compose.ui/Modifier // androidx.compose.ui.focus/focusRestorer|[email protected](kotlin.Function0<androidx.compose.ui.focus.FocusRequester>?){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/focusTarget(): androidx.compose.ui/Modifier // androidx.compose.ui.focus/focusTarget|[email protected](){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/onFocusChanged(kotlin/Function1<androidx.compose.ui.focus/FocusState, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.focus/onFocusChanged|[email protected](kotlin.Function1<androidx.compose.ui.focus.FocusState,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.focus/onFocusEvent(kotlin/Function1<androidx.compose.ui.focus/FocusState, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.focus/onFocusEvent|[email protected](kotlin.Function1<androidx.compose.ui.focus.FocusState,kotlin.Unit>){}[0]
@@ -1698,9 +1589,7 @@
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.graphics/graphicsLayer(kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., kotlin/Float =..., androidx.compose.ui.graphics/TransformOrigin =..., androidx.compose.ui.graphics/Shape =..., kotlin/Boolean =..., androidx.compose.ui.graphics/RenderEffect? =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/Color =..., androidx.compose.ui.graphics/CompositingStrategy =...): androidx.compose.ui/Modifier // androidx.compose.ui.graphics/graphicsLayer|[email protected](kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;androidx.compose.ui.graphics.TransformOrigin;androidx.compose.ui.graphics.Shape;kotlin.Boolean;androidx.compose.ui.graphics.RenderEffect?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.CompositingStrategy){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.graphics/graphicsLayer(kotlin/Function1<androidx.compose.ui.graphics/GraphicsLayerScope, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.graphics/graphicsLayer|[email protected](kotlin.Function1<androidx.compose.ui.graphics.GraphicsLayerScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.graphics/toolingGraphicsLayer(): androidx.compose.ui/Modifier // androidx.compose.ui.graphics/toolingGraphicsLayer|[email protected](){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui.input.key/onInterceptKeyBeforeSoftKeyboard(kotlin/Function1<androidx.compose.ui.input.key/KeyEvent, kotlin/Boolean>): androidx.compose.ui/Modifier // androidx.compose.ui.input.key/onInterceptKeyBeforeSoftKeyboard|[email protected](kotlin.Function1<androidx.compose.ui.input.key.KeyEvent,kotlin.Boolean>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.input.key/onKeyEvent(kotlin/Function1<androidx.compose.ui.input.key/KeyEvent, kotlin/Boolean>): androidx.compose.ui/Modifier // androidx.compose.ui.input.key/onKeyEvent|[email protected](kotlin.Function1<androidx.compose.ui.input.key.KeyEvent,kotlin.Boolean>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui.input.key/onPreInterceptKeyBeforeSoftKeyboard(kotlin/Function1<androidx.compose.ui.input.key/KeyEvent, kotlin/Boolean>): androidx.compose.ui/Modifier // androidx.compose.ui.input.key/onPreInterceptKeyBeforeSoftKeyboard|[email protected](kotlin.Function1<androidx.compose.ui.input.key.KeyEvent,kotlin.Boolean>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.input.key/onPreviewKeyEvent(kotlin/Function1<androidx.compose.ui.input.key/KeyEvent, kotlin/Boolean>): androidx.compose.ui/Modifier // androidx.compose.ui.input.key/onPreviewKeyEvent|[email protected](kotlin.Function1<androidx.compose.ui.input.key.KeyEvent,kotlin.Boolean>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.input.nestedscroll/nestedScroll(androidx.compose.ui.input.nestedscroll/NestedScrollConnection, androidx.compose.ui.input.nestedscroll/NestedScrollDispatcher? =...): androidx.compose.ui/Modifier // androidx.compose.ui.input.nestedscroll/nestedScroll|[email protected](androidx.compose.ui.input.nestedscroll.NestedScrollConnection;androidx.compose.ui.input.nestedscroll.NestedScrollDispatcher?){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.input.pointer/pointerHoverIcon(androidx.compose.ui.input.pointer/PointerIcon, kotlin/Boolean =...): androidx.compose.ui/Modifier // androidx.compose.ui.input.pointer/pointerHoverIcon|[email protected](androidx.compose.ui.input.pointer.PointerIcon;kotlin.Boolean){}[0]
@@ -1716,16 +1605,11 @@
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.layout/onGloballyPositioned(kotlin/Function1<androidx.compose.ui.layout/LayoutCoordinates, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.layout/onGloballyPositioned|[email protected](kotlin.Function1<androidx.compose.ui.layout.LayoutCoordinates,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.layout/onPlaced(kotlin/Function1<androidx.compose.ui.layout/LayoutCoordinates, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.layout/onPlaced|[email protected](kotlin.Function1<androidx.compose.ui.layout.LayoutCoordinates,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.layout/onSizeChanged(kotlin/Function1<androidx.compose.ui.unit/IntSize, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.layout/onSizeChanged|[email protected](kotlin.Function1<androidx.compose.ui.unit.IntSize,kotlin.Unit>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui.modifier/modifierLocalConsumer(kotlin/Function1<androidx.compose.ui.modifier/ModifierLocalReadScope, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.modifier/modifierLocalConsumer|[email protected](kotlin.Function1<androidx.compose.ui.modifier.ModifierLocalReadScope,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.platform/inspectableWrapper(kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit>, androidx.compose.ui/Modifier): androidx.compose.ui/Modifier // androidx.compose.ui.platform/inspectableWrapper|[email protected](kotlin.Function1<androidx.compose.ui.platform.InspectorInfo,kotlin.Unit>;androidx.compose.ui.Modifier){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.platform/testTag(kotlin/String): androidx.compose.ui/Modifier // androidx.compose.ui.platform/testTag|[email protected](kotlin.String){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.semantics/clearAndSetSemantics(kotlin/Function1<androidx.compose.ui.semantics/SemanticsPropertyReceiver, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.semantics/clearAndSetSemantics|[email protected](kotlin.Function1<androidx.compose.ui.semantics.SemanticsPropertyReceiver,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui.semantics/semantics(kotlin/Boolean =..., kotlin/Function1<androidx.compose.ui.semantics/SemanticsPropertyReceiver, kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.ui.semantics/semantics|[email protected](kotlin.Boolean;kotlin.Function1<androidx.compose.ui.semantics.SemanticsPropertyReceiver,kotlin.Unit>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui/composed(kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit> =..., kotlin/Function1<androidx.compose.ui/Modifier, androidx.compose.ui/Modifier>): androidx.compose.ui/Modifier // androidx.compose.ui/composed|[email protected](kotlin.Function1<androidx.compose.ui.platform.InspectorInfo,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.Modifier,androidx.compose.ui.Modifier>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui/composed(kotlin/String, kotlin/Any?, kotlin/Any?, kotlin/Any?, kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit> =..., kotlin/Function1<androidx.compose.ui/Modifier, androidx.compose.ui/Modifier>): androidx.compose.ui/Modifier // androidx.compose.ui/composed|[email protected](kotlin.String;kotlin.Any?;kotlin.Any?;kotlin.Any?;kotlin.Function1<androidx.compose.ui.platform.InspectorInfo,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.Modifier,androidx.compose.ui.Modifier>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui/composed(kotlin/String, kotlin/Any?, kotlin/Any?, kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit> =..., kotlin/Function1<androidx.compose.ui/Modifier, androidx.compose.ui/Modifier>): androidx.compose.ui/Modifier // androidx.compose.ui/composed|[email protected](kotlin.String;kotlin.Any?;kotlin.Any?;kotlin.Function1<androidx.compose.ui.platform.InspectorInfo,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.Modifier,androidx.compose.ui.Modifier>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui/composed(kotlin/String, kotlin/Any?, kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit> =..., kotlin/Function1<androidx.compose.ui/Modifier, androidx.compose.ui/Modifier>): androidx.compose.ui/Modifier // androidx.compose.ui/composed|[email protected](kotlin.String;kotlin.Any?;kotlin.Function1<androidx.compose.ui.platform.InspectorInfo,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.Modifier,androidx.compose.ui.Modifier>){}[0]
-final fun (androidx.compose.ui/Modifier).androidx.compose.ui/composed(kotlin/String, kotlin/Array<out kotlin/Any?>..., kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit> =..., kotlin/Function1<androidx.compose.ui/Modifier, androidx.compose.ui/Modifier>): androidx.compose.ui/Modifier // androidx.compose.ui/composed|[email protected](kotlin.String;kotlin.Array<out|kotlin.Any?>...;kotlin.Function1<androidx.compose.ui.platform.InspectorInfo,kotlin.Unit>;kotlin.Function1<androidx.compose.ui.Modifier,androidx.compose.ui.Modifier>){}[0]
 final fun (androidx.compose.ui/Modifier).androidx.compose.ui/zIndex(kotlin/Float): androidx.compose.ui/Modifier // androidx.compose.ui/zIndex|[email protected](kotlin.Float){}[0]
 final fun <#A: androidx.compose.ui.node/ObserverModifierNode & androidx.compose.ui/Modifier.Node> (#A).androidx.compose.ui.node/observeReads(kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.node/observeReads|observeReads@0:0(kotlin.Function0<kotlin.Unit>){0§<androidx.compose.ui.Modifier.Node&androidx.compose.ui.node.ObserverModifierNode>}[0]
 final fun <#A: androidx.compose.ui.node/TraversableNode> (#A).androidx.compose.ui.node/findNearestAncestor(): #A? // androidx.compose.ui.node/findNearestAncestor|findNearestAncestor@0:0(){0§<androidx.compose.ui.node.TraversableNode>}[0]
@@ -1734,7 +1618,6 @@
 final fun <#A: androidx.compose.ui.node/TraversableNode> (#A).androidx.compose.ui.node/traverseDescendants(kotlin/Function1<#A, androidx.compose.ui.node/TraversableNode.Companion.TraverseDescendantsAction>) // androidx.compose.ui.node/traverseDescendants|traverseDescendants@0:0(kotlin.Function1<0:0,androidx.compose.ui.node.TraversableNode.Companion.TraverseDescendantsAction>){0§<androidx.compose.ui.node.TraversableNode>}[0]
 final fun <#A: kotlin/Any?> (androidx.compose.ui.node/CompositionLocalConsumerModifierNode).androidx.compose.ui.node/currentValueOf(androidx.compose.runtime/CompositionLocal<#A>): #A // androidx.compose.ui.node/currentValueOf|currentValueOf@androidx.compose.ui.node.CompositionLocalConsumerModifierNode(androidx.compose.runtime.CompositionLocal<0:0>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> (androidx.compose.ui.semantics/SemanticsConfiguration).androidx.compose.ui.semantics/getOrNull(androidx.compose.ui.semantics/SemanticsPropertyKey<#A>): #A? // androidx.compose.ui.semantics/getOrNull|[email protected](androidx.compose.ui.semantics.SemanticsPropertyKey<0:0>){0§<kotlin.Any?>}[0]
-final fun <#A: kotlin/Any?> (androidx.compose.ui/Modifier).androidx.compose.ui.modifier/modifierLocalProvider(androidx.compose.ui.modifier/ProvidableModifierLocal<#A>, kotlin/Function0<#A>): androidx.compose.ui/Modifier // androidx.compose.ui.modifier/modifierLocalProvider|[email protected](androidx.compose.ui.modifier.ProvidableModifierLocal<0:0>;kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.ui.modifier/modifierLocalMapOf(androidx.compose.ui.modifier/ModifierLocal<#A>): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(androidx.compose.ui.modifier.ModifierLocal<0:0>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.ui.modifier/modifierLocalMapOf(kotlin/Pair<androidx.compose.ui.modifier/ModifierLocal<#A>, #A>): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(kotlin.Pair<androidx.compose.ui.modifier.ModifierLocal<0:0>,0:0>){0§<kotlin.Any?>}[0]
 final fun <#A: kotlin/Any?> androidx.compose.ui.modifier/modifierLocalOf(kotlin/Function0<#A>): androidx.compose.ui.modifier/ProvidableModifierLocal<#A> // androidx.compose.ui.modifier/modifierLocalOf|modifierLocalOf(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
@@ -1771,7 +1654,6 @@
 final fun androidx.compose.ui.modifier/modifierLocalMapOf(kotlin/Array<out androidx.compose.ui.modifier/ModifierLocal<*>>...): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(kotlin.Array<out|androidx.compose.ui.modifier.ModifierLocal<*>>...){}[0]
 final fun androidx.compose.ui.modifier/modifierLocalMapOf(kotlin/Array<out kotlin/Pair<androidx.compose.ui.modifier/ModifierLocal<*>, kotlin/Any>>...): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(kotlin.Array<out|kotlin.Pair<androidx.compose.ui.modifier.ModifierLocal<*>,kotlin.Any>>...){}[0]
 final fun androidx.compose.ui.modifier/modifierLocalMapOf(kotlin/Pair<androidx.compose.ui.modifier/ModifierLocal<*>, kotlin/Any>, kotlin/Pair<androidx.compose.ui.modifier/ModifierLocal<*>, kotlin/Any>, kotlin/Array<out kotlin/Pair<androidx.compose.ui.modifier/ModifierLocal<*>, kotlin/Any>>...): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(kotlin.Pair<androidx.compose.ui.modifier.ModifierLocal<*>,kotlin.Any>;kotlin.Pair<androidx.compose.ui.modifier.ModifierLocal<*>,kotlin.Any>;kotlin.Array<out|kotlin.Pair<androidx.compose.ui.modifier.ModifierLocal<*>,kotlin.Any>>...){}[0]
-final fun androidx.compose.ui.platform/InterceptPlatformTextInput(androidx.compose.ui.platform/PlatformTextInputInterceptor, kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.platform/InterceptPlatformTextInput|InterceptPlatformTextInput(androidx.compose.ui.platform.PlatformTextInputInterceptor;kotlin.Function0<kotlin.Unit>){}[0]
 final fun androidx.compose.ui.state/ToggleableState(kotlin/Boolean): androidx.compose.ui.state/ToggleableState // androidx.compose.ui.state/ToggleableState|ToggleableState(kotlin.Boolean){}[0]
 final fun androidx.compose.ui.text/rememberTextMeasurer(kotlin/Int =...): androidx.compose.ui.text/TextMeasurer // androidx.compose.ui.text/rememberTextMeasurer|rememberTextMeasurer(kotlin.Int){}[0]
 final fun androidx.compose.ui.window/Dialog(kotlin/Function0<kotlin/Unit>, androidx.compose.ui.window/DialogProperties =..., kotlin/Function0<kotlin/Unit>) // androidx.compose.ui.window/Dialog|Dialog(kotlin.Function0<kotlin.Unit>;androidx.compose.ui.window.DialogProperties;kotlin.Function0<kotlin.Unit>){}[0]
@@ -1867,8 +1749,6 @@
         final fun <get-ImeAction>(): androidx.compose.ui.semantics/SemanticsPropertyKey<androidx.compose.ui.text.input/ImeAction> // androidx.compose.ui.semantics/SemanticsProperties.ImeAction.<get-ImeAction>|<get-ImeAction>(){}[0]
     final val IndexForKey // androidx.compose.ui.semantics/SemanticsProperties.IndexForKey|{}IndexForKey[0]
         final fun <get-IndexForKey>(): androidx.compose.ui.semantics/SemanticsPropertyKey<kotlin/Function1<kotlin/Any, kotlin/Int>> // androidx.compose.ui.semantics/SemanticsProperties.IndexForKey.<get-IndexForKey>|<get-IndexForKey>(){}[0]
-    final val InvisibleToUser // androidx.compose.ui.semantics/SemanticsProperties.InvisibleToUser|{}InvisibleToUser[0]
-        final fun <get-InvisibleToUser>(): androidx.compose.ui.semantics/SemanticsPropertyKey<kotlin/Unit> // androidx.compose.ui.semantics/SemanticsProperties.InvisibleToUser.<get-InvisibleToUser>|<get-InvisibleToUser>(){}[0]
     final val IsContainer // androidx.compose.ui.semantics/SemanticsProperties.IsContainer|{}IsContainer[0]
         final fun <get-IsContainer>(): androidx.compose.ui.semantics/SemanticsPropertyKey<kotlin/Boolean> // androidx.compose.ui.semantics/SemanticsProperties.IsContainer.<get-IsContainer>|<get-IsContainer>(){}[0]
     final val IsDialog // androidx.compose.ui.semantics/SemanticsProperties.IsDialog|{}IsDialog[0]
@@ -2009,10 +1889,6 @@
     final fun (androidx.compose.ui.layout/Measurable).<get-layoutId>(): kotlin/Any? // androidx.compose.ui.layout/layoutId.<get-layoutId>|<get-layoutId>@androidx.compose.ui.layout.Measurable(){}[0]
 final val androidx.compose.ui.platform/LocalAccessibilityManager // androidx.compose.ui.platform/LocalAccessibilityManager|{}LocalAccessibilityManager[0]
     final fun <get-LocalAccessibilityManager>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.platform/AccessibilityManager?> // androidx.compose.ui.platform/LocalAccessibilityManager.<get-LocalAccessibilityManager>|<get-LocalAccessibilityManager>(){}[0]
-final val androidx.compose.ui.platform/LocalAutofill // androidx.compose.ui.platform/LocalAutofill|{}LocalAutofill[0]
-    final fun <get-LocalAutofill>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.autofill/Autofill?> // androidx.compose.ui.platform/LocalAutofill.<get-LocalAutofill>|<get-LocalAutofill>(){}[0]
-final val androidx.compose.ui.platform/LocalAutofillTree // androidx.compose.ui.platform/LocalAutofillTree|{}LocalAutofillTree[0]
-    final fun <get-LocalAutofillTree>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.autofill/AutofillTree> // androidx.compose.ui.platform/LocalAutofillTree.<get-LocalAutofillTree>|<get-LocalAutofillTree>(){}[0]
 final val androidx.compose.ui.platform/LocalClipboardManager // androidx.compose.ui.platform/LocalClipboardManager|{}LocalClipboardManager[0]
     final fun <get-LocalClipboardManager>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.platform/ClipboardManager> // androidx.compose.ui.platform/LocalClipboardManager.<get-LocalClipboardManager>|<get-LocalClipboardManager>(){}[0]
 final val androidx.compose.ui.platform/LocalDensity // androidx.compose.ui.platform/LocalDensity|{}LocalDensity[0]
@@ -2049,15 +1925,6 @@
     final fun <get-LocalWindowInfo>(): androidx.compose.runtime/ProvidableCompositionLocal<androidx.compose.ui.platform/WindowInfo> // androidx.compose.ui.platform/LocalWindowInfo.<get-LocalWindowInfo>|<get-LocalWindowInfo>(){}[0]
 final val androidx.compose.ui.platform/NoInspectorInfo // androidx.compose.ui.platform/NoInspectorInfo|{}NoInspectorInfo[0]
     final fun <get-NoInspectorInfo>(): kotlin/Function1<androidx.compose.ui.platform/InspectorInfo, kotlin/Unit> // androidx.compose.ui.platform/NoInspectorInfo.<get-NoInspectorInfo>|<get-NoInspectorInfo>(){}[0]
-final value class <#A: kotlin/Any?> androidx.compose.ui/SessionMutex { // androidx.compose.ui/SessionMutex|null[0]
-    constructor <init>() // androidx.compose.ui/SessionMutex.<init>|<init>(){}[0]
-    final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui/SessionMutex.equals|equals(kotlin.Any?){}[0]
-    final fun hashCode(): kotlin/Int // androidx.compose.ui/SessionMutex.hashCode|hashCode(){}[0]
-    final fun toString(): kotlin/String // androidx.compose.ui/SessionMutex.toString|toString(){}[0]
-    final suspend fun <#A1: kotlin/Any?> withSessionCancellingPrevious(kotlin/Function1<kotlinx.coroutines/CoroutineScope, #A>, kotlin.coroutines/SuspendFunction1<#A, #A1>): #A1 // androidx.compose.ui/SessionMutex.withSessionCancellingPrevious|withSessionCancellingPrevious(kotlin.Function1<kotlinx.coroutines.CoroutineScope,1:0>;kotlin.coroutines.SuspendFunction1<1:0,0:0>){0§<kotlin.Any?>}[0]
-    final val currentSession // androidx.compose.ui/SessionMutex.currentSession|{}currentSession[0]
-        final fun <get-currentSession>(): #A? // androidx.compose.ui/SessionMutex.currentSession.<get-currentSession>|<get-currentSession>(){}[0]
-}
 final value class androidx.compose.ui.draw/BlurredEdgeTreatment { // androidx.compose.ui.draw/BlurredEdgeTreatment|null[0]
     constructor <init>(androidx.compose.ui.graphics/Shape?) // androidx.compose.ui.draw/BlurredEdgeTreatment.<init>|<init>(androidx.compose.ui.graphics.Shape?){}[0]
     final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.ui.draw/BlurredEdgeTreatment.equals|equals(kotlin.Any?){}[0]
@@ -2079,10 +1946,6 @@
     final object Companion { // androidx.compose.ui.focus/FocusDirection.Companion|null[0]
         final val Down // androidx.compose.ui.focus/FocusDirection.Companion.Down|<get-Down>(){}[0]
             final fun <get-Down>(): androidx.compose.ui.focus/FocusDirection // androidx.compose.ui.focus/FocusDirection.Companion.Down.<get-Down>|<get-Down>(){}[0]
-        final val Enter // androidx.compose.ui.focus/FocusDirection.Companion.Enter|<get-Enter>(){}[0]
-            final fun <get-Enter>(): androidx.compose.ui.focus/FocusDirection // androidx.compose.ui.focus/FocusDirection.Companion.Enter.<get-Enter>|<get-Enter>(){}[0]
-        final val Exit // androidx.compose.ui.focus/FocusDirection.Companion.Exit|<get-Exit>(){}[0]
-            final fun <get-Exit>(): androidx.compose.ui.focus/FocusDirection // androidx.compose.ui.focus/FocusDirection.Companion.Exit.<get-Exit>|<get-Exit>(){}[0]
         final val Left // androidx.compose.ui.focus/FocusDirection.Companion.Left|<get-Left>(){}[0]
             final fun <get-Left>(): androidx.compose.ui.focus/FocusDirection // androidx.compose.ui.focus/FocusDirection.Companion.Left.<get-Left>|<get-Left>(){}[0]
         final val Next // androidx.compose.ui.focus/FocusDirection.Companion.Next|<get-Next>(){}[0]
@@ -2753,8 +2616,6 @@
             final fun <get-Drag>(): androidx.compose.ui.input.nestedscroll/NestedScrollSource // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.Drag.<get-Drag>|<get-Drag>(){}[0]
         final val Fling // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.Fling|{}Fling[0]
             final fun <get-Fling>(): androidx.compose.ui.input.nestedscroll/NestedScrollSource // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.Fling.<get-Fling>|<get-Fling>(){}[0]
-        final val Relocate // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.Relocate|<get-Relocate>(){}[0]
-            final fun <get-Relocate>(): androidx.compose.ui.input.nestedscroll/NestedScrollSource // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.Relocate.<get-Relocate>|<get-Relocate>(){}[0]
         final val SideEffect // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.SideEffect|<get-SideEffect>(){}[0]
             final fun <get-SideEffect>(): androidx.compose.ui.input.nestedscroll/NestedScrollSource // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.SideEffect.<get-SideEffect>|<get-SideEffect>(){}[0]
         final val UserInput // androidx.compose.ui.input.nestedscroll/NestedScrollSource.Companion.UserInput|<get-UserInput>(){}[0]
@@ -2884,12 +2745,6 @@
             final fun <get-Tab>(): androidx.compose.ui.semantics/Role // androidx.compose.ui.semantics/Role.Companion.Tab.<get-Tab>|<get-Tab>(){}[0]
     }
 }
-final var androidx.compose.ui.input.pointer.util/VelocityTrackerAddPointsFix // androidx.compose.ui.input.pointer.util/VelocityTrackerAddPointsFix|<get-VelocityTrackerAddPointsFix>(){}[0]
-    final fun <get-VelocityTrackerAddPointsFix>(): kotlin/Boolean // androidx.compose.ui.input.pointer.util/VelocityTrackerAddPointsFix.<get-VelocityTrackerAddPointsFix>|<get-VelocityTrackerAddPointsFix>(){}[0]
-    final fun <set-VelocityTrackerAddPointsFix>(kotlin/Boolean) // androidx.compose.ui.input.pointer.util/VelocityTrackerAddPointsFix.<set-VelocityTrackerAddPointsFix>|<set-VelocityTrackerAddPointsFix>(kotlin.Boolean){}[0]
-final var androidx.compose.ui.input.pointer.util/VelocityTrackerStrategyUseImpulse // androidx.compose.ui.input.pointer.util/VelocityTrackerStrategyUseImpulse|<get-VelocityTrackerStrategyUseImpulse>(){}[0]
-    final fun <get-VelocityTrackerStrategyUseImpulse>(): kotlin/Boolean // androidx.compose.ui.input.pointer.util/VelocityTrackerStrategyUseImpulse.<get-VelocityTrackerStrategyUseImpulse>|<get-VelocityTrackerStrategyUseImpulse>(){}[0]
-    final fun <set-VelocityTrackerStrategyUseImpulse>(kotlin/Boolean) // androidx.compose.ui.input.pointer.util/VelocityTrackerStrategyUseImpulse.<set-VelocityTrackerStrategyUseImpulse>|<set-VelocityTrackerStrategyUseImpulse>(kotlin.Boolean){}[0]
 final var androidx.compose.ui.platform/isDebugInspectorInfoEnabled // androidx.compose.ui.platform/isDebugInspectorInfoEnabled|{}isDebugInspectorInfoEnabled[0]
     final fun <get-isDebugInspectorInfoEnabled>(): kotlin/Boolean // androidx.compose.ui.platform/isDebugInspectorInfoEnabled.<get-isDebugInspectorInfoEnabled>|<get-isDebugInspectorInfoEnabled>(){}[0]
     final fun <set-isDebugInspectorInfoEnabled>(kotlin/Boolean) // androidx.compose.ui.platform/isDebugInspectorInfoEnabled.<set-isDebugInspectorInfoEnabled>|<set-isDebugInspectorInfoEnabled>(kotlin.Boolean){}[0]
@@ -3032,10 +2887,7 @@
 sealed interface androidx.compose.ui.draw/CacheDrawModifierNode : androidx.compose.ui.node/DrawModifierNode { // androidx.compose.ui.draw/CacheDrawModifierNode|null[0]
     abstract fun invalidateDrawCache() // androidx.compose.ui.draw/CacheDrawModifierNode.invalidateDrawCache|invalidateDrawCache(){}[0]
 }
-sealed interface androidx.compose.ui.focus/FocusTargetModifierNode : androidx.compose.ui.node/DelegatableNode { // androidx.compose.ui.focus/FocusTargetModifierNode|null[0]
-    abstract val focusState // androidx.compose.ui.focus/FocusTargetModifierNode.focusState|{}focusState[0]
-        abstract fun <get-focusState>(): androidx.compose.ui.focus/FocusState // androidx.compose.ui.focus/FocusTargetModifierNode.focusState.<get-focusState>|<get-focusState>(){}[0]
-}
+sealed interface androidx.compose.ui.focus/FocusTargetModifierNode : androidx.compose.ui.node/DelegatableNode // androidx.compose.ui.focus/FocusTargetModifierNode|null[0]
 sealed interface androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode : androidx.compose.ui.node/PointerInputModifierNode { // androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode|null[0]
     abstract fun resetPointerInputHandler() // androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode.resetPointerInputHandler|resetPointerInputHandler(){}[0]
     abstract var pointerInputHandler // androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode.pointerInputHandler|{}pointerInputHandler[0]
@@ -3049,6 +2901,3 @@
         abstract fun <get-lookaheadSize>(): androidx.compose.ui.unit/IntSize // androidx.compose.ui.layout/ApproachIntrinsicMeasureScope.lookaheadSize.<get-lookaheadSize>|<get-lookaheadSize>(){}[0]
 }
 sealed interface androidx.compose.ui.layout/ApproachMeasureScope : androidx.compose.ui.layout/ApproachIntrinsicMeasureScope, androidx.compose.ui.layout/MeasureScope // androidx.compose.ui.layout/ApproachMeasureScope|null[0]
-sealed interface androidx.compose.ui.node/InteroperableComposeUiNode { // androidx.compose.ui.node/InteroperableComposeUiNode|null[0]
-    abstract fun getInteropView(): kotlin/Any? // androidx.compose.ui.node/InteroperableComposeUiNode.getInteropView|getInteropView(){}[0]
-}