diff --git a/build.gradle b/build.gradle index 9ecea2b261ae2..d42079d0b159f 100644 --- a/build.gradle +++ b/build.gradle @@ -44,5 +44,6 @@ if (project.hasProperty("androidx.update.signatures")) { allprojects { this.tasks.configureEach { if (it.name == "kotlinStoreYarnLock") it.enabled = false + if (it.name == "kotlinWasmStoreYarnLock") it.enabled = false } } \ No newline at end of file diff --git a/buildSrc/private/src/main/kotlin/androidx/build/dokka/kmpDocs/DokkaPartialDocsTask.kt b/buildSrc/private/src/main/kotlin/androidx/build/dokka/kmpDocs/DokkaPartialDocsTask.kt index 51dd0a198c51a..fb08f6a9af9dc 100644 --- a/buildSrc/private/src/main/kotlin/androidx/build/dokka/kmpDocs/DokkaPartialDocsTask.kt +++ b/buildSrc/private/src/main/kotlin/androidx/build/dokka/kmpDocs/DokkaPartialDocsTask.kt @@ -254,7 +254,7 @@ internal abstract class DokkaPartialDocsTask @Inject constructor( if (compilation.target.platformType == KotlinPlatformType.androidJvm) { // This is a workaround for https://youtrack.jetbrains.com/issue/KT-33893 @Suppress("DEPRECATION") // for compatibility - (compilation.compileKotlinTask as + (compilation.compileTaskProvider.get() as org.jetbrains.kotlin.gradle.tasks.KotlinCompile).libraries } else { compilation.compileDependencyFiles diff --git a/buildSrc/private/src/main/kotlin/androidx/build/jetbrains/JetBrainsAndroidXImplPlugin.kt b/buildSrc/private/src/main/kotlin/androidx/build/jetbrains/JetBrainsAndroidXImplPlugin.kt index d712fd410fd84..89199dbc6f57a 100644 --- a/buildSrc/private/src/main/kotlin/androidx/build/jetbrains/JetBrainsAndroidXImplPlugin.kt +++ b/buildSrc/private/src/main/kotlin/androidx/build/jetbrains/JetBrainsAndroidXImplPlugin.kt @@ -26,6 +26,7 @@ import org.gradle.api.Plugin import org.gradle.api.Project import org.gradle.kotlin.dsl.apply import org.gradle.kotlin.dsl.create +import org.jetbrains.kotlin.gradle.InternalKotlinGradlePluginApi import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension import org.jetbrains.kotlin.gradle.plugin.KotlinMultiplatformPluginWrapper import org.jetbrains.kotlin.gradle.plugin.mpp.AbstractKotlinTarget @@ -189,6 +190,7 @@ private fun enableArtifactRedirectionPublishing(project: Project) { } } + @OptIn(InternalKotlinGradlePluginApi::class) ext.targets.all { target -> if (target.name.lowercase() in redirection.targetNames) { project.publishAndroidxReference(target as AbstractKotlinTarget, newRootComponent) diff --git a/buildSrc/repos.gradle b/buildSrc/repos.gradle index 6912a50de9e8b..4c710aef435dd 100644 --- a/buildSrc/repos.gradle +++ b/buildSrc/repos.gradle @@ -60,10 +60,10 @@ def addMavenRepositories(RepositoryHandler handler) { def isJBFork = true if (isJBFork) { handler.mavenCentral() - // Keep mavenLocal() repository below mavenCentral to avoid issues with stdlib imports - handler.mavenLocal() handler.google() handler.gradlePluginPortal() + // Keep mavenLocal() repository below mavenCentral and google to avoid issues with stdlib imports + handler.mavenLocal() handler.maven { url("https://maven.pkg.jetbrains.space/public/p/compose/dev") } diff --git a/compose/animation/animation-core/api/animation-core.klib.api b/compose/animation/animation-core/api/animation-core.klib.api index 99abe8558cbcf..e49a660250455 100644 --- a/compose/animation/animation-core/api/animation-core.klib.api +++ b/compose/animation/animation-core/api/animation-core.klib.api @@ -786,7 +786,6 @@ final object androidx.compose.animation.core/Spring { // androidx.compose.animat final fun (): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessVeryLow.|(){}[0] } -final val androidx.compose.animation.core.internal/androidx_compose_animation_core_internal_PlatformOptimizedCancellationException$stableprop // androidx.compose.animation.core.internal/androidx_compose_animation_core_internal_PlatformOptimizedCancellationException$stableprop|#static{}androidx_compose_animation_core_internal_PlatformOptimizedCancellationException$stableprop[0] final val androidx.compose.animation.core/Ease // androidx.compose.animation.core/Ease|{}Ease[0] final fun (): androidx.compose.animation.core/Easing // androidx.compose.animation.core/Ease.|(){}[0] final val androidx.compose.animation.core/EaseIn // androidx.compose.animation.core/EaseIn|{}EaseIn[0] @@ -908,9 +907,7 @@ final val androidx.compose.animation.core/androidx_compose_animation_core_Animat final val androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector3D$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector3D$stableprop|#static{}androidx_compose_animation_core_AnimationVector3D$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector4D$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector4D$stableprop|#static{}androidx_compose_animation_core_AnimationVector4D$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_ArcAnimationSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_ArcAnimationSpec$stableprop|#static{}androidx_compose_animation_core_ArcAnimationSpec$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline$stableprop|#static{}androidx_compose_animation_core_ArcSpline$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline_Arc$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline_Arc$stableprop|#static{}androidx_compose_animation_core_ArcSpline_Arc$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_AtomicReference$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_AtomicReference$stableprop|#static{}androidx_compose_animation_core_AtomicReference$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_CubicBezierEasing$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_CubicBezierEasing$stableprop|#static{}androidx_compose_animation_core_CubicBezierEasing$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_DecayAnimation$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_DecayAnimation$stableprop|#static{}androidx_compose_animation_core_DecayAnimation$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_DeferredTargetAnimation$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_DeferredTargetAnimation$stableprop|#static{}androidx_compose_animation_core_DeferredTargetAnimation$stableprop[0] @@ -926,17 +923,12 @@ final val androidx.compose.animation.core/androidx_compose_animation_core_Keyfra final val androidx.compose.animation.core/androidx_compose_animation_core_KeyframesSpec_KeyframesSpecConfig$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_KeyframesSpec_KeyframesSpecConfig$stableprop|#static{}androidx_compose_animation_core_KeyframesSpec_KeyframesSpecConfig$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec$stableprop|#static{}androidx_compose_animation_core_KeyframesWithSplineSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec_KeyframesWithSplineSpecConfig$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec_KeyframesWithSplineSpecConfig$stableprop|#static{}androidx_compose_animation_core_KeyframesWithSplineSpec_KeyframesWithSplineSpecConfig$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_MonoSpline$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_MonoSpline$stableprop|#static{}androidx_compose_animation_core_MonoSpline$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_MutableTransitionState$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_MutableTransitionState$stableprop|#static{}androidx_compose_animation_core_MutableTransitionState$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_MutationInterruptedException$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_MutationInterruptedException$stableprop|#static{}androidx_compose_animation_core_MutationInterruptedException$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_MutatorMutex$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_MutatorMutex$stableprop|#static{}androidx_compose_animation_core_MutatorMutex$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_PathEasing$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_PathEasing$stableprop|#static{}androidx_compose_animation_core_PathEasing$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_RepeatableSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_RepeatableSpec$stableprop|#static{}androidx_compose_animation_core_RepeatableSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState$stableprop|#static{}androidx_compose_animation_core_SeekableTransitionState$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState_SeekingAnimationState$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState_SeekingAnimationState$stableprop|#static{}androidx_compose_animation_core_SeekableTransitionState_SeekingAnimationState$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_SnapSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_SnapSpec$stableprop|#static{}androidx_compose_animation_core_SnapSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_Spring$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_Spring$stableprop|#static{}androidx_compose_animation_core_Spring$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_SpringSimulation$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_SpringSimulation$stableprop|#static{}androidx_compose_animation_core_SpringSimulation$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_SpringSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_SpringSpec$stableprop|#static{}androidx_compose_animation_core_SpringSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_TargetBasedAnimation$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_TargetBasedAnimation$stableprop|#static{}androidx_compose_animation_core_TargetBasedAnimation$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_Transition$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_Transition$stableprop|#static{}androidx_compose_animation_core_Transition$stableprop[0] @@ -944,9 +936,7 @@ final val androidx.compose.animation.core/androidx_compose_animation_core_Transi final val androidx.compose.animation.core/androidx_compose_animation_core_TweenSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_TweenSpec$stableprop|#static{}androidx_compose_animation_core_TweenSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedFloatAnimationSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedFloatAnimationSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedFloatAnimationSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedInfiniteRepeatableSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedInfiniteRepeatableSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedInfiniteRepeatableSpec$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframeSpecElementInfo$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframeSpecElementInfo$stableprop|#static{}androidx_compose_animation_core_VectorizedKeyframeSpecElementInfo$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframesSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframesSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedKeyframesSpec$stableprop[0] -final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedMonoSplineKeyframesSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedMonoSplineKeyframesSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedMonoSplineKeyframesSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedRepeatableSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedRepeatableSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedRepeatableSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSnapSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSnapSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedSnapSpec$stableprop[0] final val androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSpringSpec$stableprop // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSpringSpec$stableprop|#static{}androidx_compose_animation_core_VectorizedSpringSpec$stableprop[0] @@ -988,7 +978,6 @@ final fun <#A: kotlin/Any?> androidx.compose.animation.core/spring(kotlin/Float 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§}[0] final fun <#A: kotlin/Any?> androidx.compose.animation.core/updateTransition(#A, kotlin/String?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/updateTransition|updateTransition(0:0;kotlin.String?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] final fun <#A: kotlin/Any?> androidx.compose.animation.core/updateTransition(androidx.compose.animation.core/MutableTransitionState<#A>, kotlin/String?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/updateTransition|updateTransition(androidx.compose.animation.core.MutableTransitionState<0:0>;kotlin.String?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] -final fun androidx.compose.animation.core.internal/androidx_compose_animation_core_internal_PlatformOptimizedCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.animation.core.internal/androidx_compose_animation_core_internal_PlatformOptimizedCancellationException$stableprop_getter|androidx_compose_animation_core_internal_PlatformOptimizedCancellationException$stableprop_getter(){}[0] final fun androidx.compose.animation.core/Animatable(kotlin/Float, kotlin/Float = ...): androidx.compose.animation.core/Animatable // 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 // 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] @@ -1007,9 +996,7 @@ final fun androidx.compose.animation.core/androidx_compose_animation_core_Animat final fun androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector3D$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector3D$stableprop_getter|androidx_compose_animation_core_AnimationVector3D$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector4D$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_AnimationVector4D$stableprop_getter|androidx_compose_animation_core_AnimationVector4D$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_ArcAnimationSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_ArcAnimationSpec$stableprop_getter|androidx_compose_animation_core_ArcAnimationSpec$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline$stableprop_getter|androidx_compose_animation_core_ArcSpline$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline_Arc$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_ArcSpline_Arc$stableprop_getter|androidx_compose_animation_core_ArcSpline_Arc$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_AtomicReference$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_AtomicReference$stableprop_getter|androidx_compose_animation_core_AtomicReference$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_CubicBezierEasing$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_CubicBezierEasing$stableprop_getter|androidx_compose_animation_core_CubicBezierEasing$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_DecayAnimation$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_DecayAnimation$stableprop_getter|androidx_compose_animation_core_DecayAnimation$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_DeferredTargetAnimation$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_DeferredTargetAnimation$stableprop_getter|androidx_compose_animation_core_DeferredTargetAnimation$stableprop_getter(){}[0] @@ -1025,17 +1012,12 @@ final fun androidx.compose.animation.core/androidx_compose_animation_core_Keyfra final fun androidx.compose.animation.core/androidx_compose_animation_core_KeyframesSpec_KeyframesSpecConfig$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_KeyframesSpec_KeyframesSpecConfig$stableprop_getter|androidx_compose_animation_core_KeyframesSpec_KeyframesSpecConfig$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec$stableprop_getter|androidx_compose_animation_core_KeyframesWithSplineSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec_KeyframesWithSplineSpecConfig$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_KeyframesWithSplineSpec_KeyframesWithSplineSpecConfig$stableprop_getter|androidx_compose_animation_core_KeyframesWithSplineSpec_KeyframesWithSplineSpecConfig$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_MonoSpline$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_MonoSpline$stableprop_getter|androidx_compose_animation_core_MonoSpline$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_MutableTransitionState$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_MutableTransitionState$stableprop_getter|androidx_compose_animation_core_MutableTransitionState$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_MutationInterruptedException$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_MutationInterruptedException$stableprop_getter|androidx_compose_animation_core_MutationInterruptedException$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_MutatorMutex$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_MutatorMutex$stableprop_getter|androidx_compose_animation_core_MutatorMutex$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_PathEasing$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_PathEasing$stableprop_getter|androidx_compose_animation_core_PathEasing$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_RepeatableSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_RepeatableSpec$stableprop_getter|androidx_compose_animation_core_RepeatableSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState$stableprop_getter|androidx_compose_animation_core_SeekableTransitionState$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState_SeekingAnimationState$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_SeekableTransitionState_SeekingAnimationState$stableprop_getter|androidx_compose_animation_core_SeekableTransitionState_SeekingAnimationState$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_SnapSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_SnapSpec$stableprop_getter|androidx_compose_animation_core_SnapSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_Spring$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_Spring$stableprop_getter|androidx_compose_animation_core_Spring$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_SpringSimulation$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_SpringSimulation$stableprop_getter|androidx_compose_animation_core_SpringSimulation$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_SpringSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_SpringSpec$stableprop_getter|androidx_compose_animation_core_SpringSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_TargetBasedAnimation$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_TargetBasedAnimation$stableprop_getter|androidx_compose_animation_core_TargetBasedAnimation$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_Transition$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_Transition$stableprop_getter|androidx_compose_animation_core_Transition$stableprop_getter(){}[0] @@ -1043,9 +1025,7 @@ final fun androidx.compose.animation.core/androidx_compose_animation_core_Transi final fun androidx.compose.animation.core/androidx_compose_animation_core_TweenSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_TweenSpec$stableprop_getter|androidx_compose_animation_core_TweenSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedFloatAnimationSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedFloatAnimationSpec$stableprop_getter|androidx_compose_animation_core_VectorizedFloatAnimationSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedInfiniteRepeatableSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedInfiniteRepeatableSpec$stableprop_getter|androidx_compose_animation_core_VectorizedInfiniteRepeatableSpec$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframeSpecElementInfo$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframeSpecElementInfo$stableprop_getter|androidx_compose_animation_core_VectorizedKeyframeSpecElementInfo$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframesSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedKeyframesSpec$stableprop_getter|androidx_compose_animation_core_VectorizedKeyframesSpec$stableprop_getter(){}[0] -final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedMonoSplineKeyframesSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedMonoSplineKeyframesSpec$stableprop_getter|androidx_compose_animation_core_VectorizedMonoSplineKeyframesSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedRepeatableSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedRepeatableSpec$stableprop_getter|androidx_compose_animation_core_VectorizedRepeatableSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSnapSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSnapSpec$stableprop_getter|androidx_compose_animation_core_VectorizedSnapSpec$stableprop_getter(){}[0] final fun androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSpringSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation.core/androidx_compose_animation_core_VectorizedSpringSpec$stableprop_getter|androidx_compose_animation_core_VectorizedSpringSpec$stableprop_getter(){}[0] diff --git a/compose/animation/animation-graphics/api/animation-graphics.klib.api b/compose/animation/animation-graphics/api/animation-graphics.klib.api index 05c5fb76236f8..8a4e0963ab55d 100644 --- a/compose/animation/animation-graphics/api/animation-graphics.klib.api +++ b/compose/animation/animation-graphics/api/animation-graphics.klib.api @@ -20,35 +20,5 @@ final class androidx.compose.animation.graphics.vector/AnimatedImageVector { // } final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedImageVector$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedImageVector$stableprop|#static{}androidx_compose_animation_graphics_vector_AnimatedImageVector$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedVectorTarget$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedVectorTarget$stableprop|#static{}androidx_compose_animation_graphics_vector_AnimatedVectorTarget$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Animator$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Animator$stableprop|#static{}androidx_compose_animation_graphics_vector_Animator$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatorSet$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatorSet$stableprop|#static{}androidx_compose_animation_graphics_vector_AnimatorSet$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Keyframe$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Keyframe$stableprop|#static{}androidx_compose_animation_graphics_vector_Keyframe$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_ObjectAnimator$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_ObjectAnimator$stableprop|#static{}androidx_compose_animation_graphics_vector_ObjectAnimator$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValues$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValues$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValues$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolder$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder1D$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder1D$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolder1D$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder2D$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder2D$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolder2D$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderColor$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderColor$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolderColor$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderFloat$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderFloat$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolderFloat$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderInt$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderInt$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolderInt$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderPath$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderPath$stableprop|#static{}androidx_compose_animation_graphics_vector_PropertyValuesHolderPath$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_StateVectorConfig$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_StateVectorConfig$stableprop|#static{}androidx_compose_animation_graphics_vector_StateVectorConfig$stableprop[0] -final val androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Timestamp$stableprop // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Timestamp$stableprop|#static{}androidx_compose_animation_graphics_vector_Timestamp$stableprop[0] final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedImageVector$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedImageVector$stableprop_getter|androidx_compose_animation_graphics_vector_AnimatedImageVector$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedVectorTarget$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatedVectorTarget$stableprop_getter|androidx_compose_animation_graphics_vector_AnimatedVectorTarget$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Animator$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Animator$stableprop_getter|androidx_compose_animation_graphics_vector_Animator$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatorSet$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_AnimatorSet$stableprop_getter|androidx_compose_animation_graphics_vector_AnimatorSet$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Keyframe$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Keyframe$stableprop_getter|androidx_compose_animation_graphics_vector_Keyframe$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_ObjectAnimator$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_ObjectAnimator$stableprop_getter|androidx_compose_animation_graphics_vector_ObjectAnimator$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValues$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValues$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValues$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolder$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder1D$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder1D$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolder1D$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder2D$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolder2D$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolder2D$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderColor$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderColor$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolderColor$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderFloat$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderFloat$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolderFloat$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderInt$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderInt$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolderInt$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderPath$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_PropertyValuesHolderPath$stableprop_getter|androidx_compose_animation_graphics_vector_PropertyValuesHolderPath$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_StateVectorConfig$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_StateVectorConfig$stableprop_getter|androidx_compose_animation_graphics_vector_StateVectorConfig$stableprop_getter(){}[0] -final fun androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Timestamp$stableprop_getter(): kotlin/Int // androidx.compose.animation.graphics.vector/androidx_compose_animation_graphics_vector_Timestamp$stableprop_getter|androidx_compose_animation_graphics_vector_Timestamp$stableprop_getter(){}[0] diff --git a/compose/animation/animation/api/animation.klib.api b/compose/animation/animation/api/animation.klib.api index 60d85a1542f99..9c457ebf29340 100644 --- a/compose/animation/animation/api/animation.klib.api +++ b/compose/animation/animation/api/animation.klib.api @@ -127,42 +127,14 @@ sealed class androidx.compose.animation/ExitTransition { // androidx.compose.ani final val androidx.compose.animation/VectorConverter // androidx.compose.animation/VectorConverter|@androidx.compose.ui.graphics.Color.Companion{}VectorConverter[0] final fun (androidx.compose.ui.graphics/Color.Companion).(): kotlin/Function1> // androidx.compose.animation/VectorConverter.|@androidx.compose.ui.graphics.Color.Companion(){}[0] -final val androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline$stableprop // androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline$stableprop|#static{}androidx_compose_animation_AndroidFlingSpline$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline_FlingResult$stableprop // androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline_FlingResult$stableprop|#static{}androidx_compose_animation_AndroidFlingSpline_FlingResult$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl$stableprop // androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl$stableprop|#static{}androidx_compose_animation_AnimatedContentTransitionScopeImpl$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl_ChildData$stableprop // androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl_ChildData$stableprop|#static{}androidx_compose_animation_AnimatedContentTransitionScopeImpl_ChildData$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_AnimatedVisibilityScopeImpl$stableprop // androidx.compose.animation/androidx_compose_animation_AnimatedVisibilityScopeImpl$stableprop|#static{}androidx_compose_animation_AnimatedVisibilityScopeImpl$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_BoundsAnimation$stableprop // androidx.compose.animation/androidx_compose_animation_BoundsAnimation$stableprop|#static{}androidx_compose_animation_BoundsAnimation$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_BoundsAnimationElement$stableprop // androidx.compose.animation/androidx_compose_animation_BoundsAnimationElement$stableprop|#static{}androidx_compose_animation_BoundsAnimationElement$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_BoundsAnimationModifierNode$stableprop // androidx.compose.animation/androidx_compose_animation_BoundsAnimationModifierNode$stableprop|#static{}androidx_compose_animation_BoundsAnimationModifierNode$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_BoundsTransformDeferredAnimation$stableprop // androidx.compose.animation/androidx_compose_animation_BoundsTransformDeferredAnimation$stableprop|#static{}androidx_compose_animation_BoundsTransformDeferredAnimation$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_ChangeSize$stableprop // androidx.compose.animation/androidx_compose_animation_ChangeSize$stableprop|#static{}androidx_compose_animation_ChangeSize$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_ContentScaleTransitionEffect$stableprop // androidx.compose.animation/androidx_compose_animation_ContentScaleTransitionEffect$stableprop|#static{}androidx_compose_animation_ContentScaleTransitionEffect$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_ContentTransform$stableprop // androidx.compose.animation/androidx_compose_animation_ContentTransform$stableprop|#static{}androidx_compose_animation_ContentTransform$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_EnterTransition$stableprop // androidx.compose.animation/androidx_compose_animation_EnterTransition$stableprop|#static{}androidx_compose_animation_EnterTransition$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_ExitTransition$stableprop // androidx.compose.animation/androidx_compose_animation_ExitTransition$stableprop|#static{}androidx_compose_animation_ExitTransition$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_Fade$stableprop // androidx.compose.animation/androidx_compose_animation_Fade$stableprop|#static{}androidx_compose_animation_Fade$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_FlingCalculator$stableprop // androidx.compose.animation/androidx_compose_animation_FlingCalculator$stableprop|#static{}androidx_compose_animation_FlingCalculator$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_FlingCalculator_FlingInfo$stableprop // androidx.compose.animation/androidx_compose_animation_FlingCalculator_FlingInfo$stableprop|#static{}androidx_compose_animation_FlingCalculator_FlingInfo$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_LayoutModifierNodeWithPassThroughIntrinsics$stableprop // androidx.compose.animation/androidx_compose_animation_LayoutModifierNodeWithPassThroughIntrinsics$stableprop|#static{}androidx_compose_animation_LayoutModifierNodeWithPassThroughIntrinsics$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNode$stableprop // androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNode$stableprop|#static{}androidx_compose_animation_RenderInTransitionOverlayNode$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNodeElement$stableprop // androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNodeElement$stableprop|#static{}androidx_compose_animation_RenderInTransitionOverlayNodeElement$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_Scale$stableprop // androidx.compose.animation/androidx_compose_animation_Scale$stableprop|#static{}androidx_compose_animation_Scale$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_ScaleToBoundsImpl$stableprop // androidx.compose.animation/androidx_compose_animation_ScaleToBoundsImpl$stableprop|#static{}androidx_compose_animation_ScaleToBoundsImpl$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SharedBoundsNode$stableprop // androidx.compose.animation/androidx_compose_animation_SharedBoundsNode$stableprop|#static{}androidx_compose_animation_SharedBoundsNode$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SharedBoundsNodeElement$stableprop // androidx.compose.animation/androidx_compose_animation_SharedBoundsNodeElement$stableprop|#static{}androidx_compose_animation_SharedBoundsNodeElement$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SharedElement$stableprop // androidx.compose.animation/androidx_compose_animation_SharedElement$stableprop|#static{}androidx_compose_animation_SharedElement$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SharedElementInternalState$stableprop // androidx.compose.animation/androidx_compose_animation_SharedElementInternalState$stableprop|#static{}androidx_compose_animation_SharedElementInternalState$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SharedTransitionScopeImpl$stableprop // androidx.compose.animation/androidx_compose_animation_SharedTransitionScopeImpl$stableprop|#static{}androidx_compose_animation_SharedTransitionScopeImpl$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_SharedTransitionScope_SharedContentState$stableprop // androidx.compose.animation/androidx_compose_animation_SharedTransitionScope_SharedContentState$stableprop|#static{}androidx_compose_animation_SharedTransitionScope_SharedContentState$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_SizeAnimationModifierNode_AnimData$stableprop // androidx.compose.animation/androidx_compose_animation_SizeAnimationModifierNode_AnimData$stableprop|#static{}androidx_compose_animation_SizeAnimationModifierNode_AnimData$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SkipToLookaheadElement$stableprop // androidx.compose.animation/androidx_compose_animation_SkipToLookaheadElement$stableprop|#static{}androidx_compose_animation_SkipToLookaheadElement$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_SkipToLookaheadNode$stableprop // androidx.compose.animation/androidx_compose_animation_SkipToLookaheadNode$stableprop|#static{}androidx_compose_animation_SkipToLookaheadNode$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_Slide$stableprop // androidx.compose.animation/androidx_compose_animation_Slide$stableprop|#static{}androidx_compose_animation_Slide$stableprop[0] final val androidx.compose.animation/androidx_compose_animation_SplineBasedFloatDecayAnimationSpec$stableprop // androidx.compose.animation/androidx_compose_animation_SplineBasedFloatDecayAnimationSpec$stableprop|#static{}androidx_compose_animation_SplineBasedFloatDecayAnimationSpec$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_TargetData$stableprop // androidx.compose.animation/androidx_compose_animation_TargetData$stableprop|#static{}androidx_compose_animation_TargetData$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_TransitionData$stableprop // androidx.compose.animation/androidx_compose_animation_TransitionData$stableprop|#static{}androidx_compose_animation_TransitionData$stableprop[0] -final val androidx.compose.animation/androidx_compose_animation_TransitionEffect$stableprop // androidx.compose.animation/androidx_compose_animation_TransitionEffect$stableprop|#static{}androidx_compose_animation_TransitionEffect$stableprop[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.runtime/Composer?, kotlin/Int): androidx.compose.runtime/State // androidx.compose.animation/animateColor|animateColor@androidx.compose.animation.core.InfiniteTransition(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.animation.core.InfiniteRepeatableSpec;androidx.compose.runtime.Composer?;kotlin.Int){}[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, kotlin/String?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.runtime/State // androidx.compose.animation/animateColor|animateColor@androidx.compose.animation.core.InfiniteTransition(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.animation.core.InfiniteRepeatableSpec;kotlin.String?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -184,42 +156,14 @@ final fun androidx.compose.animation/Animatable(androidx.compose.ui.graphics/Col final fun androidx.compose.animation/AnimatedVisibility(androidx.compose.animation.core/MutableTransitionState, androidx.compose.ui/Modifier?, androidx.compose.animation/EnterTransition?, androidx.compose.animation/ExitTransition?, kotlin/String?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.animation/AnimatedVisibility|AnimatedVisibility(androidx.compose.animation.core.MutableTransitionState;androidx.compose.ui.Modifier?;androidx.compose.animation.EnterTransition?;androidx.compose.animation.ExitTransition?;kotlin.String?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.animation/AnimatedVisibility(kotlin/Boolean, androidx.compose.ui/Modifier?, androidx.compose.animation/EnterTransition?, androidx.compose.animation/ExitTransition?, kotlin/String?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.animation/AnimatedVisibility|AnimatedVisibility(kotlin.Boolean;androidx.compose.ui.Modifier?;androidx.compose.animation.EnterTransition?;androidx.compose.animation.ExitTransition?;kotlin.String?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.animation/SizeTransform(kotlin/Boolean = ..., kotlin/Function2> = ...): androidx.compose.animation/SizeTransform // androidx.compose.animation/SizeTransform|SizeTransform(kotlin.Boolean;kotlin.Function2>){}[0] -final fun androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline$stableprop_getter|androidx_compose_animation_AndroidFlingSpline$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline_FlingResult$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_AndroidFlingSpline_FlingResult$stableprop_getter|androidx_compose_animation_AndroidFlingSpline_FlingResult$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl$stableprop_getter|androidx_compose_animation_AnimatedContentTransitionScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl_ChildData$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_AnimatedContentTransitionScopeImpl_ChildData$stableprop_getter|androidx_compose_animation_AnimatedContentTransitionScopeImpl_ChildData$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_AnimatedVisibilityScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_AnimatedVisibilityScopeImpl$stableprop_getter|androidx_compose_animation_AnimatedVisibilityScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_BoundsAnimation$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_BoundsAnimation$stableprop_getter|androidx_compose_animation_BoundsAnimation$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_BoundsAnimationElement$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_BoundsAnimationElement$stableprop_getter|androidx_compose_animation_BoundsAnimationElement$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_BoundsAnimationModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_BoundsAnimationModifierNode$stableprop_getter|androidx_compose_animation_BoundsAnimationModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_BoundsTransformDeferredAnimation$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_BoundsTransformDeferredAnimation$stableprop_getter|androidx_compose_animation_BoundsTransformDeferredAnimation$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_ChangeSize$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_ChangeSize$stableprop_getter|androidx_compose_animation_ChangeSize$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_ContentScaleTransitionEffect$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_ContentScaleTransitionEffect$stableprop_getter|androidx_compose_animation_ContentScaleTransitionEffect$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_ContentTransform$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_ContentTransform$stableprop_getter|androidx_compose_animation_ContentTransform$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_EnterTransition$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_EnterTransition$stableprop_getter|androidx_compose_animation_EnterTransition$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_ExitTransition$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_ExitTransition$stableprop_getter|androidx_compose_animation_ExitTransition$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_Fade$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_Fade$stableprop_getter|androidx_compose_animation_Fade$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_FlingCalculator$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_FlingCalculator$stableprop_getter|androidx_compose_animation_FlingCalculator$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_FlingCalculator_FlingInfo$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_FlingCalculator_FlingInfo$stableprop_getter|androidx_compose_animation_FlingCalculator_FlingInfo$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_LayoutModifierNodeWithPassThroughIntrinsics$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_LayoutModifierNodeWithPassThroughIntrinsics$stableprop_getter|androidx_compose_animation_LayoutModifierNodeWithPassThroughIntrinsics$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNode$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNode$stableprop_getter|androidx_compose_animation_RenderInTransitionOverlayNode$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNodeElement$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_RenderInTransitionOverlayNodeElement$stableprop_getter|androidx_compose_animation_RenderInTransitionOverlayNodeElement$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_Scale$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_Scale$stableprop_getter|androidx_compose_animation_Scale$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_ScaleToBoundsImpl$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_ScaleToBoundsImpl$stableprop_getter|androidx_compose_animation_ScaleToBoundsImpl$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SharedBoundsNode$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SharedBoundsNode$stableprop_getter|androidx_compose_animation_SharedBoundsNode$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SharedBoundsNodeElement$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SharedBoundsNodeElement$stableprop_getter|androidx_compose_animation_SharedBoundsNodeElement$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SharedElement$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SharedElement$stableprop_getter|androidx_compose_animation_SharedElement$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SharedElementInternalState$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SharedElementInternalState$stableprop_getter|androidx_compose_animation_SharedElementInternalState$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SharedTransitionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SharedTransitionScopeImpl$stableprop_getter|androidx_compose_animation_SharedTransitionScopeImpl$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_SharedTransitionScope_SharedContentState$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SharedTransitionScope_SharedContentState$stableprop_getter|androidx_compose_animation_SharedTransitionScope_SharedContentState$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_SizeAnimationModifierNode_AnimData$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SizeAnimationModifierNode_AnimData$stableprop_getter|androidx_compose_animation_SizeAnimationModifierNode_AnimData$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SkipToLookaheadElement$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SkipToLookaheadElement$stableprop_getter|androidx_compose_animation_SkipToLookaheadElement$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_SkipToLookaheadNode$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SkipToLookaheadNode$stableprop_getter|androidx_compose_animation_SkipToLookaheadNode$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_Slide$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_Slide$stableprop_getter|androidx_compose_animation_Slide$stableprop_getter(){}[0] final fun androidx.compose.animation/androidx_compose_animation_SplineBasedFloatDecayAnimationSpec$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_SplineBasedFloatDecayAnimationSpec$stableprop_getter|androidx_compose_animation_SplineBasedFloatDecayAnimationSpec$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_TargetData$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_TargetData$stableprop_getter|androidx_compose_animation_TargetData$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_TransitionData$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_TransitionData$stableprop_getter|androidx_compose_animation_TransitionData$stableprop_getter(){}[0] -final fun androidx.compose.animation/androidx_compose_animation_TransitionEffect$stableprop_getter(): kotlin/Int // androidx.compose.animation/androidx_compose_animation_TransitionEffect$stableprop_getter|androidx_compose_animation_TransitionEffect$stableprop_getter(){}[0] final fun androidx.compose.animation/animateColorAsState(androidx.compose.ui.graphics/Color, androidx.compose.animation.core/AnimationSpec?, kotlin/Function1?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.runtime/State // androidx.compose.animation/animateColorAsState|animateColorAsState(androidx.compose.ui.graphics.Color;androidx.compose.animation.core.AnimationSpec?;kotlin.Function1?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.animation/animateColorAsState(androidx.compose.ui.graphics/Color, androidx.compose.animation.core/AnimationSpec?, kotlin/String?, kotlin/Function1?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.runtime/State // androidx.compose.animation/animateColorAsState|animateColorAsState(androidx.compose.ui.graphics.Color;androidx.compose.animation.core.AnimationSpec?;kotlin.String?;kotlin.Function1?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.animation/defaultDecayAnimationSpec(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.animation.core/DecayAnimationSpec // androidx.compose.animation/defaultDecayAnimationSpec|defaultDecayAnimationSpec(androidx.compose.runtime.Composer?;kotlin.Int){}[0] diff --git a/compose/foundation/foundation-layout/api/foundation-layout.klib.api b/compose/foundation/foundation-layout/api/foundation-layout.klib.api index 213985c9d2d8a..8631fb97ba8fd 100644 --- a/compose/foundation/foundation-layout/api/foundation-layout.klib.api +++ b/compose/foundation/foundation-layout/api/foundation-layout.klib.api @@ -191,60 +191,20 @@ final val androidx.compose.foundation.layout/DefaultColumnMeasurePolicy // andro final fun (): androidx.compose.ui.layout/MeasurePolicy // androidx.compose.foundation.layout/DefaultColumnMeasurePolicy.|(){}[0] final val androidx.compose.foundation.layout/DefaultRowMeasurePolicy // androidx.compose.foundation.layout/DefaultRowMeasurePolicy|{}DefaultRowMeasurePolicy[0] final fun (): androidx.compose.ui.layout/MeasurePolicy // androidx.compose.foundation.layout/DefaultRowMeasurePolicy.|(){}[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider$stableprop|#static{}androidx_compose_foundation_layout_AlignmentLineProvider$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Block$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Block$stableprop|#static{}androidx_compose_foundation_layout_AlignmentLineProvider_Block$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Value$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Value$stableprop|#static{}androidx_compose_foundation_layout_AlignmentLineProvider_Value$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement$stableprop|#static{}androidx_compose_foundation_layout_Arrangement$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_Absolute$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_Absolute$stableprop|#static{}androidx_compose_foundation_layout_Arrangement_Absolute$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_SpacedAligned$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_SpacedAligned$stableprop|#static{}androidx_compose_foundation_layout_Arrangement_SpacedAligned$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_BoxScopeInstance$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_BoxScopeInstance$stableprop|#static{}androidx_compose_foundation_layout_BoxScopeInstance$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnMeasurePolicy$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnMeasurePolicy$stableprop|#static{}androidx_compose_foundation_layout_ColumnMeasurePolicy$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnScopeInstance$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnScopeInstance$stableprop|#static{}androidx_compose_foundation_layout_ColumnScopeInstance$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ComposeFoundationLayoutFlags$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ComposeFoundationLayoutFlags$stableprop|#static{}androidx_compose_foundation_layout_ComposeFoundationLayoutFlags$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflow$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflow$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowColumnOverflow$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflowScopeImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflowScopeImpl$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowColumnOverflowScopeImpl$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnScopeImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnScopeImpl$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowColumnScopeImpl$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowItemIterator$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowItemIterator$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowItemIterator$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflow$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflow$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowRowOverflow$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflowScopeImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflowScopeImpl$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowRowOverflowScopeImpl$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowScopeImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowScopeImpl$stableprop|#static{}androidx_compose_foundation_layout_ContextualFlowRowScopeImpl$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_CrossAxisAlignment$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_CrossAxisAlignment$stableprop|#static{}androidx_compose_foundation_layout_CrossAxisAlignment$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeElement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeElement$stableprop|#static{}androidx_compose_foundation_layout_FillCrossAxisSizeElement$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeNode$stableprop|#static{}androidx_compose_foundation_layout_FillCrossAxisSizeNode$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflow$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflow$stableprop|#static{}androidx_compose_foundation_layout_FlowColumnOverflow$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflowScopeImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflowScopeImpl$stableprop|#static{}androidx_compose_foundation_layout_FlowColumnOverflowScopeImpl$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnScopeInstance$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnScopeInstance$stableprop|#static{}androidx_compose_foundation_layout_FlowColumnScopeInstance$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks$stableprop|#static{}androidx_compose_foundation_layout_FlowLayoutBuildingBlocks$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapEllipsisInfo$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapEllipsisInfo$stableprop|#static{}androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapEllipsisInfo$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapInfo$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapInfo$stableprop|#static{}androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapInfo$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutData$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutData$stableprop|#static{}androidx_compose_foundation_layout_FlowLayoutData$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflow$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflow$stableprop|#static{}androidx_compose_foundation_layout_FlowLayoutOverflow$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflowState$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflowState$stableprop|#static{}androidx_compose_foundation_layout_FlowLayoutOverflowState$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLineInfo$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLineInfo$stableprop|#static{}androidx_compose_foundation_layout_FlowLineInfo$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflow$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflow$stableprop|#static{}androidx_compose_foundation_layout_FlowRowOverflow$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflowScopeImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflowScopeImpl$stableprop|#static{}androidx_compose_foundation_layout_FlowRowOverflowScopeImpl$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowScopeInstance$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowScopeInstance$stableprop|#static{}androidx_compose_foundation_layout_FlowRowScopeInstance$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignElement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignElement$stableprop|#static{}androidx_compose_foundation_layout_HorizontalAlignElement$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignNode$stableprop|#static{}androidx_compose_foundation_layout_HorizontalAlignNode$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsPaddingModifier$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsPaddingModifier$stableprop|#static{}androidx_compose_foundation_layout_InsetsPaddingModifier$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsValues$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsValues$stableprop|#static{}androidx_compose_foundation_layout_InsetsValues$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_IntrinsicMeasureBlocks$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_IntrinsicMeasureBlocks$stableprop|#static{}androidx_compose_foundation_layout_IntrinsicMeasureBlocks$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightElement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightElement$stableprop|#static{}androidx_compose_foundation_layout_LayoutWeightElement$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightNode$stableprop|#static{}androidx_compose_foundation_layout_LayoutWeightNode$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_MutableWindowInsets$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_MutableWindowInsets$stableprop|#static{}androidx_compose_foundation_layout_MutableWindowInsets$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValuesImpl$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValuesImpl$stableprop|#static{}androidx_compose_foundation_layout_PaddingValuesImpl$stableprop[0] final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValues_Absolute$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValues_Absolute$stableprop|#static{}androidx_compose_foundation_layout_PaddingValues_Absolute$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowColumnParentData$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowColumnParentData$stableprop|#static{}androidx_compose_foundation_layout_RowColumnParentData$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowMeasurePolicy$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowMeasurePolicy$stableprop|#static{}androidx_compose_foundation_layout_RowMeasurePolicy$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowScopeInstance$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowScopeInstance$stableprop|#static{}androidx_compose_foundation_layout_RowScopeInstance$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode$stableprop|#static{}androidx_compose_foundation_layout_SiblingsAlignedNode$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineBlockNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineBlockNode$stableprop|#static{}androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineBlockNode$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineNode$stableprop|#static{}androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineNode$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_ValueInsets$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ValueInsets$stableprop|#static{}androidx_compose_foundation_layout_ValueInsets$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignElement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignElement$stableprop|#static{}androidx_compose_foundation_layout_VerticalAlignElement$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignNode$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignNode$stableprop|#static{}androidx_compose_foundation_layout_VerticalAlignNode$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineBlockElement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineBlockElement$stableprop|#static{}androidx_compose_foundation_layout_WithAlignmentLineBlockElement$stableprop[0] -final val androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineElement$stableprop // androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineElement$stableprop|#static{}androidx_compose_foundation_layout_WithAlignmentLineElement$stableprop[0] final val androidx.compose.foundation.layout/captionBar // androidx.compose.foundation.layout/captionBar|@androidx.compose.foundation.layout.WindowInsets.Companion{}captionBar[0] // Targets: [js, macos, wasmJs] final fun (androidx.compose.foundation.layout/WindowInsets.Companion).(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.foundation.layout/WindowInsets // androidx.compose.foundation.layout/captionBar.|@androidx.compose.foundation.layout.WindowInsets.Companion(androidx.compose.runtime.Composer?;kotlin.Int){}[0] @@ -359,60 +319,20 @@ final fun androidx.compose.foundation.layout/Spacer(androidx.compose.ui/Modifier final fun androidx.compose.foundation.layout/WindowInsets(): androidx.compose.foundation.layout/WindowInsets // androidx.compose.foundation.layout/WindowInsets|WindowInsets(){}[0] final fun androidx.compose.foundation.layout/WindowInsets(androidx.compose.ui.unit/Dp = ..., androidx.compose.ui.unit/Dp = ..., androidx.compose.ui.unit/Dp = ..., androidx.compose.ui.unit/Dp = ...): androidx.compose.foundation.layout/WindowInsets // androidx.compose.foundation.layout/WindowInsets|WindowInsets(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/WindowInsets(kotlin/Int = ..., kotlin/Int = ..., kotlin/Int = ..., kotlin/Int = ...): androidx.compose.foundation.layout/WindowInsets // androidx.compose.foundation.layout/WindowInsets|WindowInsets(kotlin.Int;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider$stableprop_getter|androidx_compose_foundation_layout_AlignmentLineProvider$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Block$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Block$stableprop_getter|androidx_compose_foundation_layout_AlignmentLineProvider_Block$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Value$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_AlignmentLineProvider_Value$stableprop_getter|androidx_compose_foundation_layout_AlignmentLineProvider_Value$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement$stableprop_getter|androidx_compose_foundation_layout_Arrangement$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_Absolute$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_Absolute$stableprop_getter|androidx_compose_foundation_layout_Arrangement_Absolute$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_SpacedAligned$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_Arrangement_SpacedAligned$stableprop_getter|androidx_compose_foundation_layout_Arrangement_SpacedAligned$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_BoxScopeInstance$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_BoxScopeInstance$stableprop_getter|androidx_compose_foundation_layout_BoxScopeInstance$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnMeasurePolicy$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnMeasurePolicy$stableprop_getter|androidx_compose_foundation_layout_ColumnMeasurePolicy$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnScopeInstance$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ColumnScopeInstance$stableprop_getter|androidx_compose_foundation_layout_ColumnScopeInstance$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ComposeFoundationLayoutFlags$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ComposeFoundationLayoutFlags$stableprop_getter|androidx_compose_foundation_layout_ComposeFoundationLayoutFlags$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflow$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflow$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowColumnOverflow$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflowScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnOverflowScopeImpl$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowColumnOverflowScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowColumnScopeImpl$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowColumnScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowItemIterator$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowItemIterator$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowItemIterator$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflow$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflow$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowRowOverflow$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflowScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowOverflowScopeImpl$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowRowOverflowScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ContextualFlowRowScopeImpl$stableprop_getter|androidx_compose_foundation_layout_ContextualFlowRowScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_CrossAxisAlignment$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_CrossAxisAlignment$stableprop_getter|androidx_compose_foundation_layout_CrossAxisAlignment$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeElement$stableprop_getter|androidx_compose_foundation_layout_FillCrossAxisSizeElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FillCrossAxisSizeNode$stableprop_getter|androidx_compose_foundation_layout_FillCrossAxisSizeNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflow$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflow$stableprop_getter|androidx_compose_foundation_layout_FlowColumnOverflow$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflowScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnOverflowScopeImpl$stableprop_getter|androidx_compose_foundation_layout_FlowColumnOverflowScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnScopeInstance$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowColumnScopeInstance$stableprop_getter|androidx_compose_foundation_layout_FlowColumnScopeInstance$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks$stableprop_getter|androidx_compose_foundation_layout_FlowLayoutBuildingBlocks$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapEllipsisInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapEllipsisInfo$stableprop_getter|androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapEllipsisInfo$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapInfo$stableprop_getter|androidx_compose_foundation_layout_FlowLayoutBuildingBlocks_WrapInfo$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutData$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutData$stableprop_getter|androidx_compose_foundation_layout_FlowLayoutData$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflow$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflow$stableprop_getter|androidx_compose_foundation_layout_FlowLayoutOverflow$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflowState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLayoutOverflowState$stableprop_getter|androidx_compose_foundation_layout_FlowLayoutOverflowState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLineInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowLineInfo$stableprop_getter|androidx_compose_foundation_layout_FlowLineInfo$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflow$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflow$stableprop_getter|androidx_compose_foundation_layout_FlowRowOverflow$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflowScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowOverflowScopeImpl$stableprop_getter|androidx_compose_foundation_layout_FlowRowOverflowScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowScopeInstance$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_FlowRowScopeInstance$stableprop_getter|androidx_compose_foundation_layout_FlowRowScopeInstance$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignElement$stableprop_getter|androidx_compose_foundation_layout_HorizontalAlignElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_HorizontalAlignNode$stableprop_getter|androidx_compose_foundation_layout_HorizontalAlignNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsPaddingModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsPaddingModifier$stableprop_getter|androidx_compose_foundation_layout_InsetsPaddingModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsValues$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_InsetsValues$stableprop_getter|androidx_compose_foundation_layout_InsetsValues$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_IntrinsicMeasureBlocks$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_IntrinsicMeasureBlocks$stableprop_getter|androidx_compose_foundation_layout_IntrinsicMeasureBlocks$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightElement$stableprop_getter|androidx_compose_foundation_layout_LayoutWeightElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_LayoutWeightNode$stableprop_getter|androidx_compose_foundation_layout_LayoutWeightNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_MutableWindowInsets$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_MutableWindowInsets$stableprop_getter|androidx_compose_foundation_layout_MutableWindowInsets$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValuesImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValuesImpl$stableprop_getter|androidx_compose_foundation_layout_PaddingValuesImpl$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValues_Absolute$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_PaddingValues_Absolute$stableprop_getter|androidx_compose_foundation_layout_PaddingValues_Absolute$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowColumnParentData$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowColumnParentData$stableprop_getter|androidx_compose_foundation_layout_RowColumnParentData$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowMeasurePolicy$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowMeasurePolicy$stableprop_getter|androidx_compose_foundation_layout_RowMeasurePolicy$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowScopeInstance$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_RowScopeInstance$stableprop_getter|androidx_compose_foundation_layout_RowScopeInstance$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode$stableprop_getter|androidx_compose_foundation_layout_SiblingsAlignedNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineBlockNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineBlockNode$stableprop_getter|androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineBlockNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineNode$stableprop_getter|androidx_compose_foundation_layout_SiblingsAlignedNode_WithAlignmentLineNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_ValueInsets$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_ValueInsets$stableprop_getter|androidx_compose_foundation_layout_ValueInsets$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignElement$stableprop_getter|androidx_compose_foundation_layout_VerticalAlignElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_VerticalAlignNode$stableprop_getter|androidx_compose_foundation_layout_VerticalAlignNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineBlockElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineBlockElement$stableprop_getter|androidx_compose_foundation_layout_WithAlignmentLineBlockElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.layout/androidx_compose_foundation_layout_WithAlignmentLineElement$stableprop_getter|androidx_compose_foundation_layout_WithAlignmentLineElement$stableprop_getter(){}[0] final fun androidx.compose.foundation.layout/columnMeasurePolicy(androidx.compose.foundation.layout/Arrangement.Vertical, androidx.compose.ui/Alignment.Horizontal, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.ui.layout/MeasurePolicy // androidx.compose.foundation.layout/columnMeasurePolicy|columnMeasurePolicy(androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.ui.Alignment.Horizontal;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.foundation.layout/columnMeasurementHelper(androidx.compose.foundation.layout/Arrangement.Vertical, androidx.compose.foundation.layout/Arrangement.Horizontal, kotlin/Int, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.ui.layout/MeasurePolicy // androidx.compose.foundation.layout/columnMeasurementHelper|columnMeasurementHelper(androidx.compose.foundation.layout.Arrangement.Vertical;androidx.compose.foundation.layout.Arrangement.Horizontal;kotlin.Int;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.foundation.layout/maybeCachedBoxMeasurePolicy(androidx.compose.ui/Alignment, kotlin/Boolean): androidx.compose.ui.layout/MeasurePolicy // androidx.compose.foundation.layout/maybeCachedBoxMeasurePolicy|maybeCachedBoxMeasurePolicy(androidx.compose.ui.Alignment;kotlin.Boolean){}[0] diff --git a/compose/foundation/foundation/api/foundation.klib.api b/compose/foundation/foundation/api/foundation.klib.api index 693d91211b802..cd7eaf7a2715e 100644 --- a/compose/foundation/foundation/api/foundation.klib.api +++ b/compose/foundation/foundation/api/foundation.klib.api @@ -1465,67 +1465,30 @@ final object androidx.compose.foundation/MarqueeDefaults { // androidx.compose.f final fun (): androidx.compose.ui.unit/Dp // androidx.compose.foundation/MarqueeDefaults.Velocity.|(){}[0] } -final val androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_DynamicReceiveContentConfiguration$stableprop // androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_DynamicReceiveContentConfiguration$stableprop|#static{}androidx_compose_foundation_content_internal_DynamicReceiveContentConfiguration$stableprop[0] -final val androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_ReceiveContentConfiguration$stableprop // androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_ReceiveContentConfiguration$stableprop|#static{}androidx_compose_foundation_content_internal_ReceiveContentConfiguration$stableprop[0] final val androidx.compose.foundation.content/androidx_compose_foundation_content_MediaType$stableprop // androidx.compose.foundation.content/androidx_compose_foundation_content_MediaType$stableprop|#static{}androidx_compose_foundation_content_MediaType$stableprop[0] final val androidx.compose.foundation.content/androidx_compose_foundation_content_PlatformTransferableContent$stableprop // androidx.compose.foundation.content/androidx_compose_foundation_content_PlatformTransferableContent$stableprop|#static{}androidx_compose_foundation_content_PlatformTransferableContent$stableprop[0] -final val androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentElement$stableprop // androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentElement$stableprop|#static{}androidx_compose_foundation_content_ReceiveContentElement$stableprop[0] -final val androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentNode$stableprop // androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentNode$stableprop|#static{}androidx_compose_foundation_content_ReceiveContentNode$stableprop[0] final val androidx.compose.foundation.content/androidx_compose_foundation_content_TransferableContent$stableprop // androidx.compose.foundation.content/androidx_compose_foundation_content_TransferableContent$stableprop|#static{}androidx_compose_foundation_content_TransferableContent$stableprop[0] -final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuColors$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuColors$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuColors$stableprop[0] -final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuPopupPositionProvider$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuPopupPositionProvider$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuPopupPositionProvider$stableprop[0] -final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuScope$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuScope$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuScope$stableprop[0] -final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuSpec$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuSpec$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuSpec$stableprop[0] -final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuState$stableprop[0] final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuState_Status$stableprop[0] final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Closed$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Closed$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuState_Status_Closed$stableprop[0] final val androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Open$stableprop // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Open$stableprop|#static{}androidx_compose_foundation_contextmenu_ContextMenuState_Status_Open$stableprop[0] -final val androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_CacheDrawScopeDragShadowCallback$stableprop // androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_CacheDrawScopeDragShadowCallback$stableprop|#static{}androidx_compose_foundation_draganddrop_CacheDrawScopeDragShadowCallback$stableprop[0] -final val androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceDefaults$stableprop // androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceDefaults$stableprop|#static{}androidx_compose_foundation_draganddrop_DragAndDropSourceDefaults$stableprop[0] -final val androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceNode$stableprop // androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceNode$stableprop|#static{}androidx_compose_foundation_draganddrop_DragAndDropSourceNode$stableprop[0] -final val androidx.compose.foundation.gestures.cupertino/androidx_compose_foundation_gestures_cupertino_CupertinoFlingBehavior$stableprop // androidx.compose.foundation.gestures.cupertino/androidx_compose_foundation_gestures_cupertino_CupertinoFlingBehavior$stableprop|#static{}androidx_compose_foundation_gestures_cupertino_CupertinoFlingBehavior$stableprop[0] -final val androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapFlingBehavior$stableprop // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapFlingBehavior$stableprop|#static{}androidx_compose_foundation_gestures_snapping_SnapFlingBehavior$stableprop[0] final val androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Center$stableprop // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Center$stableprop|#static{}androidx_compose_foundation_gestures_snapping_SnapPosition_Center$stableprop[0] final val androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_End$stableprop // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_End$stableprop|#static{}androidx_compose_foundation_gestures_snapping_SnapPosition_End$stableprop[0] final val androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Start$stableprop // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Start$stableprop|#static{}androidx_compose_foundation_gestures_snapping_SnapPosition_Start$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDragFinishedSignal$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDragFinishedSignal$stableprop|#static{}androidx_compose_foundation_gestures_AnchoredDragFinishedSignal$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableDefaults$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableDefaults$stableprop|#static{}androidx_compose_foundation_gestures_AnchoredDraggableDefaults$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableState$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableState$stableprop|#static{}androidx_compose_foundation_gestures_AnchoredDraggableState$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_BringIntoViewRequestPriorityQueue$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_BringIntoViewRequestPriorityQueue$stableprop|#static{}androidx_compose_foundation_gestures_BringIntoViewRequestPriorityQueue$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode$stableprop|#static{}androidx_compose_foundation_gestures_ContentInViewNode$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode_Request$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode_Request$stableprop|#static{}androidx_compose_foundation_gestures_ContentInViewNode_Request$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DefaultFlingBehavior$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DefaultFlingBehavior$stableprop|#static{}androidx_compose_foundation_gestures_DefaultFlingBehavior$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent$stableprop|#static{}androidx_compose_foundation_gestures_DragEvent$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragCancelled$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragCancelled$stableprop|#static{}androidx_compose_foundation_gestures_DragEvent_DragCancelled$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragDelta$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragDelta$stableprop|#static{}androidx_compose_foundation_gestures_DragEvent_DragDelta$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStarted$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStarted$stableprop|#static{}androidx_compose_foundation_gestures_DragEvent_DragStarted$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStopped$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStopped$stableprop|#static{}androidx_compose_foundation_gestures_DragEvent_DragStopped$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragGestureNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragGestureNode$stableprop|#static{}androidx_compose_foundation_gestures_DragGestureNode$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DElement$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DElement$stableprop|#static{}androidx_compose_foundation_gestures_Draggable2DElement$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DNode$stableprop|#static{}androidx_compose_foundation_gestures_Draggable2DNode$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableAnchorsConfig$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableAnchorsConfig$stableprop|#static{}androidx_compose_foundation_gestures_DraggableAnchorsConfig$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableElement$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableElement$stableprop|#static{}androidx_compose_foundation_gestures_DraggableElement$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableNode$stableprop|#static{}androidx_compose_foundation_gestures_DraggableNode$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_FlingCancellationException$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_FlingCancellationException$stableprop|#static{}androidx_compose_foundation_gestures_FlingCancellationException$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_GestureCancellationException$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_GestureCancellationException$stableprop|#static{}androidx_compose_foundation_gestures_GestureCancellationException$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult$stableprop|#static{}androidx_compose_foundation_gestures_LongPressResult$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Canceled$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Canceled$stableprop|#static{}androidx_compose_foundation_gestures_LongPressResult_Canceled$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Released$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Released$stableprop|#static{}androidx_compose_foundation_gestures_LongPressResult_Released$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Success$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Success$stableprop|#static{}androidx_compose_foundation_gestures_LongPressResult_Success$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_MouseWheelScrollingLogic$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_MouseWheelScrollingLogic$stableprop|#static{}androidx_compose_foundation_gestures_MouseWheelScrollingLogic$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_PressGestureScopeImpl$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_PressGestureScopeImpl$stableprop|#static{}androidx_compose_foundation_gestures_PressGestureScopeImpl$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Scrollable2DNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Scrollable2DNode$stableprop|#static{}androidx_compose_foundation_gestures_Scrollable2DNode$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableContainerNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableContainerNode$stableprop|#static{}androidx_compose_foundation_gestures_ScrollableContainerNode$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults$stableprop|#static{}androidx_compose_foundation_gestures_ScrollableDefaults$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults_NoOpOverscrollEffect$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults_NoOpOverscrollEffect$stableprop|#static{}androidx_compose_foundation_gestures_ScrollableDefaults_NoOpOverscrollEffect$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNestedScrollConnection$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNestedScrollConnection$stableprop|#static{}androidx_compose_foundation_gestures_ScrollableNestedScrollConnection$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNode$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNode$stableprop|#static{}androidx_compose_foundation_gestures_ScrollableNode$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollingLogic$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollingLogic$stableprop|#static{}androidx_compose_foundation_gestures_ScrollingLogic$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TouchSlopDetector$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TouchSlopDetector$stableprop|#static{}androidx_compose_foundation_gestures_TouchSlopDetector$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformDelta$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformDelta$stableprop|#static{}androidx_compose_foundation_gestures_TransformEvent_TransformDelta$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStarted$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStarted$stableprop|#static{}androidx_compose_foundation_gestures_TransformEvent_TransformStarted$stableprop[0] final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStopped$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStopped$stableprop|#static{}androidx_compose_foundation_gestures_TransformEvent_TransformStopped$stableprop[0] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UpdatableAnimationState$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UpdatableAnimationState$stableprop|#static{}androidx_compose_foundation_gestures_UpdatableAnimationState$stableprop[0] final val androidx.compose.foundation.gestures/isDeepPress // androidx.compose.foundation.gestures/isDeepPress|@androidx.compose.ui.input.pointer.PointerEvent{}isDeepPress[0] final fun (androidx.compose.ui.input.pointer/PointerEvent).(): kotlin/Boolean // androidx.compose.foundation.gestures/isDeepPress.|@androidx.compose.ui.input.pointer.PointerEvent(){}[0] final val androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_DragInteraction_Cancel$stableprop // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_DragInteraction_Cancel$stableprop|#static{}androidx_compose_foundation_interaction_DragInteraction_Cancel$stableprop[0] @@ -1538,94 +1501,26 @@ final val androidx.compose.foundation.interaction/androidx_compose_foundation_in final val androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Cancel$stableprop // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Cancel$stableprop|#static{}androidx_compose_foundation_interaction_PressInteraction_Cancel$stableprop[0] final val androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Press$stableprop // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Press$stableprop|#static{}androidx_compose_foundation_interaction_PressInteraction_Press$stableprop[0] final val androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Release$stableprop // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Release$stableprop|#static{}androidx_compose_foundation_interaction_PressInteraction_Release$stableprop[0] -final val androidx.compose.foundation.internal/androidx_compose_foundation_internal_PlatformOptimizedCancellationException$stableprop // androidx.compose.foundation.internal/androidx_compose_foundation_internal_PlatformOptimizedCancellationException$stableprop|#static{}androidx_compose_foundation_internal_PlatformOptimizedCancellationException$stableprop[0] final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Adaptive$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Adaptive$stableprop|#static{}androidx_compose_foundation_lazy_grid_GridCells_Adaptive$stableprop[0] final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Fixed$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Fixed$stableprop|#static{}androidx_compose_foundation_lazy_grid_GridCells_Fixed$stableprop[0] final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_FixedSize$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_FixedSize$stableprop|#static{}androidx_compose_foundation_lazy_grid_GridCells_FixedSize$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridBeyondBoundsState$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridBeyondBoundsState$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridBeyondBoundsState$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridCacheWindowPrefetchStrategy$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridCacheWindowPrefetchStrategy$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridCacheWindowPrefetchStrategy$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridInterval$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridInterval$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridInterval$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridIntervalContent$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridIntervalContent$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridIntervalContent$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridItemScopeImpl$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridItemScopeImpl$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridItemScopeImpl$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasureResult$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasureResult$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridMeasureResult$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItem$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItem$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridMeasuredItem$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItemProvider$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItemProvider$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridMeasuredItemProvider$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLine$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLine$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridMeasuredLine$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLineProvider$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLineProvider$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridMeasuredLineProvider$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridPrefetchResultScopeImpl$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridPrefetchResultScopeImpl$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridPrefetchResultScopeImpl$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridScrollPosition$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridScrollPosition$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridScrollPosition$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSlots$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSlots$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridSlots$stableprop[0] -final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider$stableprop[0] final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider_LineConfiguration$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider_LineConfiguration$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider_LineConfiguration$stableprop[0] final val androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridState$stableprop // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridState$stableprop|#static{}androidx_compose_foundation_lazy_grid_LazyGridState$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_Averages$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_Averages$stableprop|#static{}androidx_compose_foundation_lazy_layout_Averages$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_AwaitFirstLayoutModifier$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_AwaitFirstLayoutModifier$stableprop|#static{}androidx_compose_foundation_lazy_layout_AwaitFirstLayoutModifier$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_CacheWindowLogic$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_CacheWindowLogic$stableprop|#static{}androidx_compose_foundation_lazy_layout_CacheWindowLogic$stableprop[0] final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_IntervalList_Interval$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_IntervalList_Interval$stableprop|#static{}androidx_compose_foundation_lazy_layout_IntervalList_Interval$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimateItemElement$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimateItemElement$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutAnimateItemElement$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimationSpecsNode$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimationSpecsNode$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutAnimationSpecsNode$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo_Interval$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo_Interval$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo_Interval$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsModifierNode$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsModifierNode$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsModifierNode$stableprop[0] final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutIntervalContent$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutIntervalContent$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutIntervalContent$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimation$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimation$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimation$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimator$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimator$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimator$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemContentFactory$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemContentFactory$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutItemContentFactory$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasureScopeImpl$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasureScopeImpl$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutMeasureScopeImpl$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasuredItemProvider$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasuredItemProvider$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutMeasuredItemProvider$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutNearestRangeState$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutNearestRangeState$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutNearestRangeState$stableprop[0] final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPinnedItemList$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPinnedItemList$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutPinnedItemList$stableprop[0] final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPrefetchState$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPrefetchState$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutPrefetchState$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutScrollDeltaBetweenPasses$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutScrollDeltaBetweenPasses$stableprop|#static{}androidx_compose_foundation_lazy_layout_LazyLayoutScrollDeltaBetweenPasses$stableprop[0] final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_MutableIntervalList$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_MutableIntervalList$stableprop|#static{}androidx_compose_foundation_lazy_layout_MutableIntervalList$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_NearestRangeKeyIndexMap$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_NearestRangeKeyIndexMap$stableprop|#static{}androidx_compose_foundation_lazy_layout_NearestRangeKeyIndexMap$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchHandleProvider$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchHandleProvider$stableprop|#static{}androidx_compose_foundation_lazy_layout_PrefetchHandleProvider$stableprop[0] -final val androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchMetrics$stableprop // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchMetrics$stableprop|#static{}androidx_compose_foundation_lazy_layout_PrefetchMetrics$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridBeyondBoundsState$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridBeyondBoundsState$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridBeyondBoundsState$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridInterval$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridInterval$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridInterval$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridIntervalContent$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridIntervalContent$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridIntervalContent$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridItemScopeImpl$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridItemScopeImpl$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridItemScopeImpl$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridLaneInfo$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridLaneInfo$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridLaneInfo$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureContext$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureContext$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureContext$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureProvider$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureProvider$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureProvider$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureResult$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureResult$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureResult$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasuredItem$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasuredItem$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasuredItem$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridScrollPosition$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridScrollPosition$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridScrollPosition$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSlots$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSlots$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSlots$stableprop[0] -final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSpanProvider$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSpanProvider$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSpanProvider$stableprop[0] final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridState$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridState$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridState$stableprop[0] final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Adaptive$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Adaptive$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Adaptive$stableprop[0] final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Fixed$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Fixed$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Fixed$stableprop[0] final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_FixedSize$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_FixedSize$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_FixedSize$stableprop[0] final val androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridItemSpan$stableprop // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridItemSpan$stableprop|#static{}androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridItemSpan$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyItemScopeImpl$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyItemScopeImpl$stableprop|#static{}androidx_compose_foundation_lazy_LazyItemScopeImpl$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListBeyondBoundsState$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListBeyondBoundsState$stableprop|#static{}androidx_compose_foundation_lazy_LazyListBeyondBoundsState$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowScope$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowScope$stableprop|#static{}androidx_compose_foundation_lazy_LazyListCacheWindowScope$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowStrategy$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowStrategy$stableprop|#static{}androidx_compose_foundation_lazy_LazyListCacheWindowStrategy$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListInterval$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListInterval$stableprop|#static{}androidx_compose_foundation_lazy_LazyListInterval$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListIntervalContent$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListIntervalContent$stableprop|#static{}androidx_compose_foundation_lazy_LazyListIntervalContent$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasureResult$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasureResult$stableprop|#static{}androidx_compose_foundation_lazy_LazyListMeasureResult$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItem$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItem$stableprop|#static{}androidx_compose_foundation_lazy_LazyListMeasuredItem$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItemProvider$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItemProvider$stableprop|#static{}androidx_compose_foundation_lazy_LazyListMeasuredItemProvider$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListPrefetchResultScopeImpl$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListPrefetchResultScopeImpl$stableprop|#static{}androidx_compose_foundation_lazy_LazyListPrefetchResultScopeImpl$stableprop[0] -final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListScrollPosition$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListScrollPosition$stableprop|#static{}androidx_compose_foundation_lazy_LazyListScrollPosition$stableprop[0] final val androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListState$stableprop // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListState$stableprop|#static{}androidx_compose_foundation_lazy_LazyListState$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_MeasuredPage$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_MeasuredPage$stableprop|#static{}androidx_compose_foundation_pager_MeasuredPage$stableprop[0] final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fill$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fill$stableprop|#static{}androidx_compose_foundation_pager_PageSize_Fill$stableprop[0] final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fixed$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fixed$stableprop|#static{}androidx_compose_foundation_pager_PageSize_Fixed$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerBeyondBoundsState$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerBeyondBoundsState$stableprop|#static{}androidx_compose_foundation_pager_PagerBeyondBoundsState$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDebugConfig$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDebugConfig$stableprop|#static{}androidx_compose_foundation_pager_PagerDebugConfig$stableprop[0] final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDefaults$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDefaults$stableprop|#static{}androidx_compose_foundation_pager_PagerDefaults$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerIntervalContent$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerIntervalContent$stableprop|#static{}androidx_compose_foundation_pager_PagerIntervalContent$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerLazyLayoutItemProvider$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerLazyLayoutItemProvider$stableprop|#static{}androidx_compose_foundation_pager_PagerLazyLayoutItemProvider$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerMeasureResult$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerMeasureResult$stableprop|#static{}androidx_compose_foundation_pager_PagerMeasureResult$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScopeImpl$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScopeImpl$stableprop|#static{}androidx_compose_foundation_pager_PagerScopeImpl$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScrollPosition$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScrollPosition$stableprop|#static{}androidx_compose_foundation_pager_PagerScrollPosition$stableprop[0] -final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerSnapDistanceMaxPages$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerSnapDistanceMaxPages$stableprop|#static{}androidx_compose_foundation_pager_PagerSnapDistanceMaxPages$stableprop[0] final val androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerState$stableprop // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerState$stableprop|#static{}androidx_compose_foundation_pager_PagerState$stableprop[0] -final val androidx.compose.foundation.platform/androidx_compose_foundation_platform_SynchronizedObject$stableprop // androidx.compose.foundation.platform/androidx_compose_foundation_platform_SynchronizedObject$stableprop|#static{}androidx_compose_foundation_platform_SynchronizedObject$stableprop[0] -final val androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewRequesterNode$stableprop // androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewRequesterNode$stableprop|#static{}androidx_compose_foundation_relocation_BringIntoViewRequesterNode$stableprop[0] -final val androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewResponderNode$stableprop // androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewResponderNode$stableprop|#static{}androidx_compose_foundation_relocation_BringIntoViewResponderNode$stableprop[0] final val androidx.compose.foundation.shape/CircleShape // androidx.compose.foundation.shape/CircleShape|{}CircleShape[0] final fun (): androidx.compose.foundation.shape/RoundedCornerShape // androidx.compose.foundation.shape/CircleShape.|(){}[0] final val androidx.compose.foundation.shape/ZeroCornerSize // androidx.compose.foundation.shape/ZeroCornerSize|{}ZeroCornerSize[0] @@ -1639,122 +1534,32 @@ final val androidx.compose.foundation.shape/androidx_compose_foundation_shape_Ro final val androidx.compose.foundation.text.contextmenu.builder/androidx_compose_foundation_text_contextmenu_builder_TextContextMenuBuilderScope$stableprop // androidx.compose.foundation.text.contextmenu.builder/androidx_compose_foundation_text_contextmenu_builder_TextContextMenuBuilderScope$stableprop|#static{}androidx_compose_foundation_text_contextmenu_builder_TextContextMenuBuilderScope$stableprop[0] final val androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuComponent$stableprop // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuComponent$stableprop|#static{}androidx_compose_foundation_text_contextmenu_data_TextContextMenuComponent$stableprop[0] final val androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuData$stableprop // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuData$stableprop|#static{}androidx_compose_foundation_text_contextmenu_data_TextContextMenuData$stableprop[0] -final val androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuItemWithComposableLeadingIcon$stableprop // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuItemWithComposableLeadingIcon$stableprop|#static{}androidx_compose_foundation_text_contextmenu_data_TextContextMenuItemWithComposableLeadingIcon$stableprop[0] final val androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuKeys$stableprop // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuKeys$stableprop|#static{}androidx_compose_foundation_text_contextmenu_data_TextContextMenuKeys$stableprop[0] final val androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuSeparator$stableprop // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuSeparator$stableprop|#static{}androidx_compose_foundation_text_contextmenu_data_TextContextMenuSeparator$stableprop[0] -final val androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_AddTextContextMenuDataComponentsNode$stableprop // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_AddTextContextMenuDataComponentsNode$stableprop|#static{}androidx_compose_foundation_text_contextmenu_modifier_AddTextContextMenuDataComponentsNode$stableprop[0] -final val androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_TextContextMenuToolbarHandlerNode$stableprop // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_TextContextMenuToolbarHandlerNode$stableprop|#static{}androidx_compose_foundation_text_contextmenu_modifier_TextContextMenuToolbarHandlerNode$stableprop[0] -final val androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequester$stableprop // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequester$stableprop|#static{}androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequester$stableprop[0] -final val androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequesterImpl$stableprop // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequesterImpl$stableprop|#static{}androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequesterImpl$stableprop[0] final val androidx.compose.foundation.text.contextmenu.provider/LocalTextContextMenuDropdownProvider // androidx.compose.foundation.text.contextmenu.provider/LocalTextContextMenuDropdownProvider|{}LocalTextContextMenuDropdownProvider[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.foundation.text.contextmenu.provider/LocalTextContextMenuDropdownProvider.|(){}[0] final val androidx.compose.foundation.text.contextmenu.provider/LocalTextContextMenuToolbarProvider // androidx.compose.foundation.text.contextmenu.provider/LocalTextContextMenuToolbarProvider|{}LocalTextContextMenuToolbarProvider[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.foundation.text.contextmenu.provider/LocalTextContextMenuToolbarProvider.|(){}[0] -final val androidx.compose.foundation.text.contextmenu.provider/androidx_compose_foundation_text_contextmenu_provider_BasicTextContextMenuProvider$stableprop // androidx.compose.foundation.text.contextmenu.provider/androidx_compose_foundation_text_contextmenu_provider_BasicTextContextMenuProvider$stableprop|#static{}androidx_compose_foundation_text_contextmenu_provider_BasicTextContextMenuProvider$stableprop[0] -final val androidx.compose.foundation.text.handwriting/androidx_compose_foundation_text_handwriting_StylusHandwritingNode$stableprop // androidx.compose.foundation.text.handwriting/androidx_compose_foundation_text_handwriting_StylusHandwritingNode$stableprop|#static{}androidx_compose_foundation_text_handwriting_StylusHandwritingNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_ClipboardPasteState$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_ClipboardPasteState$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_ClipboardPasteState$stableprop[0] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_SelectionMovementDeletionContext$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_SelectionMovementDeletionContext$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_SelectionMovementDeletionContext$stableprop[0] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldHandleState$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldHandleState$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_TextFieldHandleState$stableprop[0] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNode$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNode$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldPreparedSelectionState$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldPreparedSelectionState$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_TextFieldPreparedSelectionState$stableprop[0] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldSelectionState$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldSelectionState$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_TextFieldSelectionState$stableprop[0] -final val androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_TextUndoOperation$stableprop // androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_TextUndoOperation$stableprop|#static{}androidx_compose_foundation_text_input_internal_undo_TextUndoOperation$stableprop[0] -final val androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_UndoManager$stableprop // androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_UndoManager$stableprop|#static{}androidx_compose_foundation_text_input_internal_undo_UndoManager$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_ChangeTracker$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_ChangeTracker$stableprop|#static{}androidx_compose_foundation_text_input_internal_ChangeTracker$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifier$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifier$stableprop|#static{}androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifier$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifierNode$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifierNode$stableprop|#static{}androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifierNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CursorAnimationState$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CursorAnimationState$stableprop|#static{}androidx_compose_foundation_text_input_internal_CursorAnimationState$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyAdaptingPlatformTextInputModifierNode$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyAdaptingPlatformTextInputModifierNode$stableprop|#static{}androidx_compose_foundation_text_input_internal_LegacyAdaptingPlatformTextInputModifierNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyPlatformTextInputServiceAdapter$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyPlatformTextInputServiceAdapter$stableprop|#static{}androidx_compose_foundation_text_input_internal_LegacyPlatformTextInputServiceAdapter$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_OffsetMappingCalculator$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_OffsetMappingCalculator$stableprop|#static{}androidx_compose_foundation_text_input_internal_OffsetMappingCalculator$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_PartialGapBuffer$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_PartialGapBuffer$stableprop|#static{}androidx_compose_foundation_text_input_internal_PartialGapBuffer$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SelectionWedgeAffinity$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SelectionWedgeAffinity$stableprop|#static{}androidx_compose_foundation_text_input_internal_SelectionWedgeAffinity$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SingleLineCodepointTransformation$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SingleLineCodepointTransformation$stableprop|#static{}androidx_compose_foundation_text_input_internal_SingleLineCodepointTransformation$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SkikoPlatformTextInputMethodRequest$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SkikoPlatformTextInputMethodRequest$stableprop|#static{}androidx_compose_foundation_text_input_internal_SkikoPlatformTextInputMethodRequest$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifier$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifier$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldCoreModifier$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifierNode$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifierNode$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldCoreModifierNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifier$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifier$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifier$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifierNode$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifierNode$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifierNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldKeyEventHandler$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldKeyEventHandler$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldKeyEventHandler$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldLayoutStateCache$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldLayoutStateCache$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldLayoutStateCache$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifier$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifier$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifier$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifierNode$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifierNode$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifierNode$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextLayoutState$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextLayoutState$stableprop|#static{}androidx_compose_foundation_text_input_internal_TextLayoutState$stableprop[0] -final val androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TransformedTextFieldState$stableprop // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TransformedTextFieldState$stableprop|#static{}androidx_compose_foundation_text_input_internal_TransformedTextFieldState$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldBuffer$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldBuffer$stableprop|#static{}androidx_compose_foundation_text_input_TextFieldBuffer$stableprop[0] -final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldCharSequence$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldCharSequence$stableprop|#static{}androidx_compose_foundation_text_input_TextFieldCharSequence$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_MultiLine$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_MultiLine$stableprop|#static{}androidx_compose_foundation_text_input_TextFieldLineLimits_MultiLine$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_SingleLine$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_SingleLine$stableprop|#static{}androidx_compose_foundation_text_input_TextFieldLineLimits_SingleLine$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState$stableprop|#static{}androidx_compose_foundation_text_input_TextFieldState$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState_Saver$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState_Saver$stableprop|#static{}androidx_compose_foundation_text_input_TextFieldState_Saver$stableprop[0] -final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager$stableprop|#static{}androidx_compose_foundation_text_input_TextUndoManager$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager_Companion_Saver$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager_Companion_Saver$stableprop|#static{}androidx_compose_foundation_text_input_TextUndoManager_Companion_Saver$stableprop[0] final val androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_UndoState$stableprop // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_UndoState$stableprop|#static{}androidx_compose_foundation_text_input_UndoState$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MinLinesConstrainer$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MinLinesConstrainer$stableprop|#static{}androidx_compose_foundation_text_modifiers_MinLinesConstrainer$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MultiParagraphLayoutCache$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MultiParagraphLayoutCache$stableprop|#static{}androidx_compose_foundation_text_modifiers_MultiParagraphLayoutCache$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_ParagraphLayoutCache$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_ParagraphLayoutCache$stableprop|#static{}androidx_compose_foundation_text_modifiers_ParagraphLayoutCache$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringElement$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringElement$stableprop|#static{}androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringElement$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringNode$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringNode$stableprop|#static{}androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringNode$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectionController$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectionController$stableprop|#static{}androidx_compose_foundation_text_modifiers_SelectionController$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SimpleTextAutoSizeLayoutScope$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SimpleTextAutoSizeLayoutScope$stableprop|#static{}androidx_compose_foundation_text_modifiers_SimpleTextAutoSizeLayoutScope$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_StaticTextSelectionParams$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_StaticTextSelectionParams$stableprop|#static{}androidx_compose_foundation_text_modifiers_StaticTextSelectionParams$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringElement$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringElement$stableprop|#static{}androidx_compose_foundation_text_modifiers_TextAnnotatedStringElement$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode$stableprop|#static{}androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode$stableprop[0] final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode_TextSubstitutionValue$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode_TextSubstitutionValue$stableprop|#static{}androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode_TextSubstitutionValue$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleElement$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleElement$stableprop|#static{}androidx_compose_foundation_text_modifiers_TextStringSimpleElement$stableprop[0] -final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode$stableprop|#static{}androidx_compose_foundation_text_modifiers_TextStringSimpleNode$stableprop[0] final val androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode_TextSubstitutionValue$stableprop // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode_TextSubstitutionValue$stableprop|#static{}androidx_compose_foundation_text_modifiers_TextStringSimpleNode_TextSubstitutionValue$stableprop[0] final val androidx.compose.foundation.text.selection/LocalTextSelectionColors // androidx.compose.foundation.text.selection/LocalTextSelectionColors|{}LocalTextSelectionColors[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.foundation.text.selection/LocalTextSelectionColors.|(){}[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_BaseTextPreparedSelection$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_BaseTextPreparedSelection$stableprop|#static{}androidx_compose_foundation_text_selection_BaseTextPreparedSelection$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_ClicksCounter$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_ClicksCounter$stableprop|#static{}androidx_compose_foundation_text_selection_ClicksCounter$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_HandlePositionProvider$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_HandlePositionProvider$stableprop|#static{}androidx_compose_foundation_text_selection_HandlePositionProvider$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_MultiWidgetSelectionDelegate$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_MultiWidgetSelectionDelegate$stableprop|#static{}androidx_compose_foundation_text_selection_MultiWidgetSelectionDelegate$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectableInfo$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectableInfo$stableprop|#static{}androidx_compose_foundation_text_selection_SelectableInfo$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection$stableprop|#static{}androidx_compose_foundation_text_selection_Selection$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionHandleInfo$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionHandleInfo$stableprop|#static{}androidx_compose_foundation_text_selection_SelectionHandleInfo$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionLayoutBuilder$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionLayoutBuilder$stableprop|#static{}androidx_compose_foundation_text_selection_SelectionLayoutBuilder$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionManager$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionManager$stableprop|#static{}androidx_compose_foundation_text_selection_SelectionManager$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionRegistrarImpl$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionRegistrarImpl$stableprop|#static{}androidx_compose_foundation_text_selection_SelectionRegistrarImpl$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection_AnchorInfo$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection_AnchorInfo$stableprop|#static{}androidx_compose_foundation_text_selection_Selection_AnchorInfo$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldPreparedSelection$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldPreparedSelection$stableprop|#static{}androidx_compose_foundation_text_selection_TextFieldPreparedSelection$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldSelectionManager$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldSelectionManager$stableprop|#static{}androidx_compose_foundation_text_selection_TextFieldSelectionManager$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelection$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelection$stableprop|#static{}androidx_compose_foundation_text_selection_TextPreparedSelection$stableprop[0] -final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelectionState$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelectionState$stableprop|#static{}androidx_compose_foundation_text_selection_TextPreparedSelectionState$stableprop[0] final val androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextSelectionColors$stableprop // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextSelectionColors$stableprop|#static{}androidx_compose_foundation_text_selection_TextSelectionColors$stableprop[0] final val androidx.compose.foundation.text/LocalAutofillHighlightColor // androidx.compose.foundation.text/LocalAutofillHighlightColor|{}LocalAutofillHighlightColor[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.foundation.text/LocalAutofillHighlightColor.|(){}[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_DeadKeyCombiner$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_DeadKeyCombiner$stableprop|#static{}androidx_compose_foundation_text_DeadKeyCombiner$stableprop[0] final val androidx.compose.foundation.text/androidx_compose_foundation_text_InlineTextContent$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_InlineTextContent$stableprop|#static{}androidx_compose_foundation_text_InlineTextContent$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActionRunner$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActionRunner$stableprop|#static{}androidx_compose_foundation_text_KeyboardActionRunner$stableprop[0] final val androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActions$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActions$stableprop|#static{}androidx_compose_foundation_text_KeyboardActions$stableprop[0] final val androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardOptions$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardOptions$stableprop|#static{}androidx_compose_foundation_text_KeyboardOptions$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_LegacyTextFieldState$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_LegacyTextFieldState$stableprop|#static{}androidx_compose_foundation_text_LegacyTextFieldState$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_LinkStateInteractionSourceObserver$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_LinkStateInteractionSourceObserver$stableprop|#static{}androidx_compose_foundation_text_LinkStateInteractionSourceObserver$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_MappedKeys$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_MappedKeys$stableprop|#static{}androidx_compose_foundation_text_MappedKeys$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_PasswordInputTransformation$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_PasswordInputTransformation$stableprop|#static{}androidx_compose_foundation_text_PasswordInputTransformation$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_SecureTextFieldController$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_SecureTextFieldController$stableprop|#static{}androidx_compose_foundation_text_SecureTextFieldController$stableprop[0] final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextAutoSizeDefaults$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextAutoSizeDefaults$stableprop|#static{}androidx_compose_foundation_text_TextAutoSizeDefaults$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextDelegate$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextDelegate$stableprop|#static{}androidx_compose_foundation_text_TextDelegate$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldDelegate$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldDelegate$stableprop|#static{}androidx_compose_foundation_text_TextFieldDelegate$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldKeyInput$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldKeyInput$stableprop|#static{}androidx_compose_foundation_text_TextFieldKeyInput$stableprop[0] final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollState$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollState$stableprop|#static{}androidx_compose_foundation_text_TextFieldScrollState$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollerPosition$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollerPosition$stableprop|#static{}androidx_compose_foundation_text_TextFieldScrollerPosition$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextLayoutResultProxy$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextLayoutResultProxy$stableprop|#static{}androidx_compose_foundation_text_TextLayoutResultProxy$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextLinkScope$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextLinkScope$stableprop|#static{}androidx_compose_foundation_text_TextLinkScope$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureResult$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureResult$stableprop|#static{}androidx_compose_foundation_text_TextRangeLayoutMeasureResult$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureScope$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureScope$stableprop|#static{}androidx_compose_foundation_text_TextRangeLayoutMeasureScope$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutModifier$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutModifier$stableprop|#static{}androidx_compose_foundation_text_TextRangeLayoutModifier$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_Translations$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_Translations$stableprop|#static{}androidx_compose_foundation_text_Translations$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_UndoManager$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_UndoManager$stableprop|#static{}androidx_compose_foundation_text_UndoManager$stableprop[0] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_defaultSkikoKeyMapping$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_defaultSkikoKeyMapping$stableprop|#static{}androidx_compose_foundation_text_defaultSkikoKeyMapping$stableprop[0] -final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyGridScrollbarAdapter$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyGridScrollbarAdapter$stableprop|#static{}androidx_compose_foundation_v2_LazyGridScrollbarAdapter$stableprop[0] -final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter$stableprop|#static{}androidx_compose_foundation_v2_LazyLineContentAdapter$stableprop[0] final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter_VisibleLine$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter_VisibleLine$stableprop|#static{}androidx_compose_foundation_v2_LazyLineContentAdapter_VisibleLine$stableprop[0] -final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyListScrollbarAdapter$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyListScrollbarAdapter$stableprop|#static{}androidx_compose_foundation_v2_LazyListScrollbarAdapter$stableprop[0] -final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_ScrollableScrollbarAdapter$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_ScrollableScrollbarAdapter$stableprop|#static{}androidx_compose_foundation_v2_ScrollableScrollbarAdapter$stableprop[0] -final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_SliderAdapter$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_SliderAdapter$stableprop|#static{}androidx_compose_foundation_v2_SliderAdapter$stableprop[0] -final val androidx.compose.foundation.v2/androidx_compose_foundation_v2_TextFieldScrollbarAdapter$stableprop // androidx.compose.foundation.v2/androidx_compose_foundation_v2_TextFieldScrollbarAdapter$stableprop|#static{}androidx_compose_foundation_v2_TextFieldScrollbarAdapter$stableprop[0] final val androidx.compose.foundation.v2/maxScrollOffset // androidx.compose.foundation.v2/maxScrollOffset|@androidx.compose.foundation.v2.ScrollbarAdapter{}maxScrollOffset[0] final fun (androidx.compose.foundation.v2/ScrollbarAdapter).(): kotlin/Double // androidx.compose.foundation.v2/maxScrollOffset.|@androidx.compose.foundation.v2.ScrollbarAdapter(){}[0] final val androidx.compose.foundation/LocalIndication // androidx.compose.foundation/LocalIndication|{}LocalIndication[0] @@ -1763,29 +1568,14 @@ final val androidx.compose.foundation/LocalOverscrollFactory // androidx.compose final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.foundation/LocalOverscrollFactory.|(){}[0] final val androidx.compose.foundation/LocalScrollbarStyle // androidx.compose.foundation/LocalScrollbarStyle|{}LocalScrollbarStyle[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.foundation/LocalScrollbarStyle.|(){}[0] -final val androidx.compose.foundation/androidx_compose_foundation_AbstractClickableNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_AbstractClickableNode$stableprop|#static{}androidx_compose_foundation_AbstractClickableNode$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_AtomicLong$stableprop // androidx.compose.foundation/androidx_compose_foundation_AtomicLong$stableprop|#static{}androidx_compose_foundation_AtomicLong$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_AtomicReference$stableprop // androidx.compose.foundation/androidx_compose_foundation_AtomicReference$stableprop|#static{}androidx_compose_foundation_AtomicReference$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_BasicTooltipDefaults$stableprop // androidx.compose.foundation/androidx_compose_foundation_BasicTooltipDefaults$stableprop|#static{}androidx_compose_foundation_BasicTooltipDefaults$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_BasicTooltipStrings$stableprop // androidx.compose.foundation/androidx_compose_foundation_BasicTooltipStrings$stableprop|#static{}androidx_compose_foundation_BasicTooltipStrings$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_BorderModifierNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_BorderModifierNode$stableprop|#static{}androidx_compose_foundation_BorderModifierNode$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_BorderModifierNodeElement$stableprop // androidx.compose.foundation/androidx_compose_foundation_BorderModifierNodeElement$stableprop|#static{}androidx_compose_foundation_BorderModifierNodeElement$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_BorderStroke$stableprop // androidx.compose.foundation/androidx_compose_foundation_BorderStroke$stableprop|#static{}androidx_compose_foundation_BorderStroke$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_ClickableNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_ClickableNode$stableprop|#static{}androidx_compose_foundation_ClickableNode$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_CombinedClickableNode_DoubleKeyClickState$stableprop // androidx.compose.foundation/androidx_compose_foundation_CombinedClickableNode_DoubleKeyClickState$stableprop|#static{}androidx_compose_foundation_CombinedClickableNode_DoubleKeyClickState$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_ComposeFoundationFlags$stableprop // androidx.compose.foundation/androidx_compose_foundation_ComposeFoundationFlags$stableprop|#static{}androidx_compose_foundation_ComposeFoundationFlags$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_ContextMenuColors$stableprop // androidx.compose.foundation/androidx_compose_foundation_ContextMenuColors$stableprop|#static{}androidx_compose_foundation_ContextMenuColors$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_FocusableNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_FocusableNode$stableprop|#static{}androidx_compose_foundation_FocusableNode$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_FocusedBoundsObserverNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_FocusedBoundsObserverNode$stableprop|#static{}androidx_compose_foundation_FocusedBoundsObserverNode$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndication$stableprop // androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndication$stableprop|#static{}androidx_compose_foundation_InputModeFilterIndication$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndicationNodeFactory$stableprop // androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndicationNodeFactory$stableprop|#static{}androidx_compose_foundation_InputModeFilterIndicationNodeFactory$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_MarqueeDefaults$stableprop // androidx.compose.foundation/androidx_compose_foundation_MarqueeDefaults$stableprop|#static{}androidx_compose_foundation_MarqueeDefaults$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_MutationInterruptedException$stableprop // androidx.compose.foundation/androidx_compose_foundation_MutationInterruptedException$stableprop|#static{}androidx_compose_foundation_MutationInterruptedException$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_MutatorMutex$stableprop // androidx.compose.foundation/androidx_compose_foundation_MutatorMutex$stableprop|#static{}androidx_compose_foundation_MutatorMutex$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_ScrollNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_ScrollNode$stableprop|#static{}androidx_compose_foundation_ScrollNode$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_ScrollState$stableprop // androidx.compose.foundation/androidx_compose_foundation_ScrollState$stableprop|#static{}androidx_compose_foundation_ScrollState$stableprop[0] final val androidx.compose.foundation/androidx_compose_foundation_ScrollbarStyle$stableprop // androidx.compose.foundation/androidx_compose_foundation_ScrollbarStyle$stableprop|#static{}androidx_compose_foundation_ScrollbarStyle$stableprop[0] -final val androidx.compose.foundation/androidx_compose_foundation_ScrollingLayoutElement$stableprop // androidx.compose.foundation/androidx_compose_foundation_ScrollingLayoutElement$stableprop|#static{}androidx_compose_foundation_ScrollingLayoutElement$stableprop[0] final fun (androidx.compose.foundation.interaction/InteractionSource).androidx.compose.foundation.interaction/collectIsDraggedAsState(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.runtime/State // androidx.compose.foundation.interaction/collectIsDraggedAsState|collectIsDraggedAsState@androidx.compose.foundation.interaction.InteractionSource(androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun (androidx.compose.foundation.interaction/InteractionSource).androidx.compose.foundation.interaction/collectIsFocusedAsState(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.runtime/State // androidx.compose.foundation.interaction/collectIsFocusedAsState|collectIsFocusedAsState@androidx.compose.foundation.interaction.InteractionSource(androidx.compose.runtime.Composer?;kotlin.Int){}[0] @@ -1873,28 +1663,14 @@ final fun <#A: kotlin/Any?> (androidx.compose.ui/Modifier).androidx.compose.foun 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.foundation.gestures/FlingBehavior? = ...): androidx.compose.ui/Modifier // androidx.compose.foundation.gestures/anchoredDraggable|anchoredDraggable@androidx.compose.ui.Modifier(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;androidx.compose.foundation.gestures.FlingBehavior?){0§}[0] final fun <#A: kotlin/Any?> androidx.compose.foundation.gestures/AnchoredDraggableState(#A, androidx.compose.foundation.gestures/DraggableAnchors<#A>, kotlin/Function1, kotlin/Function0, androidx.compose.animation.core/AnimationSpec, androidx.compose.animation.core/DecayAnimationSpec, kotlin/Function1<#A, kotlin/Boolean> = ...): androidx.compose.foundation.gestures/AnchoredDraggableState<#A> // androidx.compose.foundation.gestures/AnchoredDraggableState|AnchoredDraggableState(0:0;androidx.compose.foundation.gestures.DraggableAnchors<0:0>;kotlin.Function1;kotlin.Function0;androidx.compose.animation.core.AnimationSpec;androidx.compose.animation.core.DecayAnimationSpec;kotlin.Function1<0:0,kotlin.Boolean>){0§}[0] final fun <#A: kotlin/Any?> androidx.compose.foundation.gestures/AnchoredDraggableState(#A, kotlin/Function1, kotlin/Function0, androidx.compose.animation.core/AnimationSpec, androidx.compose.animation.core/DecayAnimationSpec, kotlin/Function1<#A, kotlin/Boolean> = ...): androidx.compose.foundation.gestures/AnchoredDraggableState<#A> // androidx.compose.foundation.gestures/AnchoredDraggableState|AnchoredDraggableState(0:0;kotlin.Function1;kotlin.Function0;androidx.compose.animation.core.AnimationSpec;androidx.compose.animation.core.DecayAnimationSpec;kotlin.Function1<0:0,kotlin.Boolean>){0§}[0] -final fun androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_DynamicReceiveContentConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_DynamicReceiveContentConfiguration$stableprop_getter|androidx_compose_foundation_content_internal_DynamicReceiveContentConfiguration$stableprop_getter(){}[0] -final fun androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_ReceiveContentConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content.internal/androidx_compose_foundation_content_internal_ReceiveContentConfiguration$stableprop_getter|androidx_compose_foundation_content_internal_ReceiveContentConfiguration$stableprop_getter(){}[0] final fun androidx.compose.foundation.content/androidx_compose_foundation_content_MediaType$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content/androidx_compose_foundation_content_MediaType$stableprop_getter|androidx_compose_foundation_content_MediaType$stableprop_getter(){}[0] final fun androidx.compose.foundation.content/androidx_compose_foundation_content_PlatformTransferableContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content/androidx_compose_foundation_content_PlatformTransferableContent$stableprop_getter|androidx_compose_foundation_content_PlatformTransferableContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentElement$stableprop_getter|androidx_compose_foundation_content_ReceiveContentElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content/androidx_compose_foundation_content_ReceiveContentNode$stableprop_getter|androidx_compose_foundation_content_ReceiveContentNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.content/androidx_compose_foundation_content_TransferableContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.content/androidx_compose_foundation_content_TransferableContent$stableprop_getter|androidx_compose_foundation_content_TransferableContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuColors$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuColors$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuColors$stableprop_getter(){}[0] -final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuPopupPositionProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuPopupPositionProvider$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuPopupPositionProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuScope$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuScope$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuScope$stableprop_getter(){}[0] -final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuSpec$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuSpec$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuSpec$stableprop_getter(){}[0] -final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuState$stableprop_getter(){}[0] final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuState_Status$stableprop_getter(){}[0] final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Closed$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Closed$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuState_Status_Closed$stableprop_getter(){}[0] final fun androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Open$stableprop_getter(): kotlin/Int // androidx.compose.foundation.contextmenu/androidx_compose_foundation_contextmenu_ContextMenuState_Status_Open$stableprop_getter|androidx_compose_foundation_contextmenu_ContextMenuState_Status_Open$stableprop_getter(){}[0] -final fun androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_CacheDrawScopeDragShadowCallback$stableprop_getter(): kotlin/Int // androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_CacheDrawScopeDragShadowCallback$stableprop_getter|androidx_compose_foundation_draganddrop_CacheDrawScopeDragShadowCallback$stableprop_getter(){}[0] -final fun androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceDefaults$stableprop_getter|androidx_compose_foundation_draganddrop_DragAndDropSourceDefaults$stableprop_getter(){}[0] -final fun androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.draganddrop/androidx_compose_foundation_draganddrop_DragAndDropSourceNode$stableprop_getter|androidx_compose_foundation_draganddrop_DragAndDropSourceNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures.cupertino/androidx_compose_foundation_gestures_cupertino_CupertinoFlingBehavior$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures.cupertino/androidx_compose_foundation_gestures_cupertino_CupertinoFlingBehavior$stableprop_getter|androidx_compose_foundation_gestures_cupertino_CupertinoFlingBehavior$stableprop_getter(){}[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/androidx_compose_foundation_gestures_snapping_SnapFlingBehavior$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapFlingBehavior$stableprop_getter|androidx_compose_foundation_gestures_snapping_SnapFlingBehavior$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Center$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Center$stableprop_getter|androidx_compose_foundation_gestures_snapping_SnapPosition_Center$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_End$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_End$stableprop_getter|androidx_compose_foundation_gestures_snapping_SnapPosition_End$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Start$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures.snapping/androidx_compose_foundation_gestures_snapping_SnapPosition_Start$stableprop_getter|androidx_compose_foundation_gestures_snapping_SnapPosition_Start$stableprop_getter(){}[0] @@ -1907,44 +1683,21 @@ final fun androidx.compose.foundation.gestures/DraggableState(kotlin/Function1): androidx.compose.foundation.gestures/Scrollable2DState // androidx.compose.foundation.gestures/Scrollable2DState|Scrollable2DState(kotlin.Function1){}[0] final fun androidx.compose.foundation.gestures/ScrollableState(kotlin/Function1): androidx.compose.foundation.gestures/ScrollableState // androidx.compose.foundation.gestures/ScrollableState|ScrollableState(kotlin.Function1){}[0] final fun androidx.compose.foundation.gestures/TransformableState(kotlin/Function3): androidx.compose.foundation.gestures/TransformableState // androidx.compose.foundation.gestures/TransformableState|TransformableState(kotlin.Function3){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDragFinishedSignal$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDragFinishedSignal$stableprop_getter|androidx_compose_foundation_gestures_AnchoredDragFinishedSignal$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableDefaults$stableprop_getter|androidx_compose_foundation_gestures_AnchoredDraggableDefaults$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_AnchoredDraggableState$stableprop_getter|androidx_compose_foundation_gestures_AnchoredDraggableState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_BringIntoViewRequestPriorityQueue$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_BringIntoViewRequestPriorityQueue$stableprop_getter|androidx_compose_foundation_gestures_BringIntoViewRequestPriorityQueue$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode$stableprop_getter|androidx_compose_foundation_gestures_ContentInViewNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode_Request$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ContentInViewNode_Request$stableprop_getter|androidx_compose_foundation_gestures_ContentInViewNode_Request$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DefaultFlingBehavior$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DefaultFlingBehavior$stableprop_getter|androidx_compose_foundation_gestures_DefaultFlingBehavior$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent$stableprop_getter|androidx_compose_foundation_gestures_DragEvent$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragCancelled$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragCancelled$stableprop_getter|androidx_compose_foundation_gestures_DragEvent_DragCancelled$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragDelta$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragDelta$stableprop_getter|androidx_compose_foundation_gestures_DragEvent_DragDelta$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStarted$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStarted$stableprop_getter|androidx_compose_foundation_gestures_DragEvent_DragStarted$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStopped$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragEvent_DragStopped$stableprop_getter|androidx_compose_foundation_gestures_DragEvent_DragStopped$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragGestureNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DragGestureNode$stableprop_getter|androidx_compose_foundation_gestures_DragGestureNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DElement$stableprop_getter|androidx_compose_foundation_gestures_Draggable2DElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Draggable2DNode$stableprop_getter|androidx_compose_foundation_gestures_Draggable2DNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableAnchorsConfig$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableAnchorsConfig$stableprop_getter|androidx_compose_foundation_gestures_DraggableAnchorsConfig$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableElement$stableprop_getter|androidx_compose_foundation_gestures_DraggableElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_DraggableNode$stableprop_getter|androidx_compose_foundation_gestures_DraggableNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_FlingCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_FlingCancellationException$stableprop_getter|androidx_compose_foundation_gestures_FlingCancellationException$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_GestureCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_GestureCancellationException$stableprop_getter|androidx_compose_foundation_gestures_GestureCancellationException$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult$stableprop_getter|androidx_compose_foundation_gestures_LongPressResult$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Canceled$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Canceled$stableprop_getter|androidx_compose_foundation_gestures_LongPressResult_Canceled$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Released$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Released$stableprop_getter|androidx_compose_foundation_gestures_LongPressResult_Released$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Success$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_LongPressResult_Success$stableprop_getter|androidx_compose_foundation_gestures_LongPressResult_Success$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_MouseWheelScrollingLogic$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_MouseWheelScrollingLogic$stableprop_getter|androidx_compose_foundation_gestures_MouseWheelScrollingLogic$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_PressGestureScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_PressGestureScopeImpl$stableprop_getter|androidx_compose_foundation_gestures_PressGestureScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Scrollable2DNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_Scrollable2DNode$stableprop_getter|androidx_compose_foundation_gestures_Scrollable2DNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableContainerNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableContainerNode$stableprop_getter|androidx_compose_foundation_gestures_ScrollableContainerNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults$stableprop_getter|androidx_compose_foundation_gestures_ScrollableDefaults$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults_NoOpOverscrollEffect$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableDefaults_NoOpOverscrollEffect$stableprop_getter|androidx_compose_foundation_gestures_ScrollableDefaults_NoOpOverscrollEffect$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNestedScrollConnection$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNestedScrollConnection$stableprop_getter|androidx_compose_foundation_gestures_ScrollableNestedScrollConnection$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollableNode$stableprop_getter|androidx_compose_foundation_gestures_ScrollableNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollingLogic$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_ScrollingLogic$stableprop_getter|androidx_compose_foundation_gestures_ScrollingLogic$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TouchSlopDetector$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TouchSlopDetector$stableprop_getter|androidx_compose_foundation_gestures_TouchSlopDetector$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformDelta$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformDelta$stableprop_getter|androidx_compose_foundation_gestures_TransformEvent_TransformDelta$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStarted$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStarted$stableprop_getter|androidx_compose_foundation_gestures_TransformEvent_TransformStarted$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStopped$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_TransformEvent_TransformStopped$stableprop_getter|androidx_compose_foundation_gestures_TransformEvent_TransformStopped$stableprop_getter(){}[0] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UpdatableAnimationState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UpdatableAnimationState$stableprop_getter|androidx_compose_foundation_gestures_UpdatableAnimationState$stableprop_getter(){}[0] final fun androidx.compose.foundation.gestures/rememberDraggable2DState(kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.foundation.gestures/Draggable2DState // androidx.compose.foundation.gestures/rememberDraggable2DState|rememberDraggable2DState(kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.foundation.gestures/rememberDraggableState(kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.foundation.gestures/DraggableState // androidx.compose.foundation.gestures/rememberDraggableState|rememberDraggableState(kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.foundation.gestures/rememberScrollable2DState(kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.foundation.gestures/Scrollable2DState // androidx.compose.foundation.gestures/rememberScrollable2DState|rememberScrollable2DState(kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int){}[0] @@ -1961,7 +1714,6 @@ final fun androidx.compose.foundation.interaction/androidx_compose_foundation_in final fun androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Cancel$stableprop_getter(): kotlin/Int // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Cancel$stableprop_getter|androidx_compose_foundation_interaction_PressInteraction_Cancel$stableprop_getter(){}[0] final fun androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Press$stableprop_getter(): kotlin/Int // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Press$stableprop_getter|androidx_compose_foundation_interaction_PressInteraction_Press$stableprop_getter(){}[0] final fun androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Release$stableprop_getter(): kotlin/Int // androidx.compose.foundation.interaction/androidx_compose_foundation_interaction_PressInteraction_Release$stableprop_getter|androidx_compose_foundation_interaction_PressInteraction_Release$stableprop_getter(){}[0] -final fun androidx.compose.foundation.internal/androidx_compose_foundation_internal_PlatformOptimizedCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.foundation.internal/androidx_compose_foundation_internal_PlatformOptimizedCancellationException$stableprop_getter|androidx_compose_foundation_internal_PlatformOptimizedCancellationException$stableprop_getter(){}[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/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, androidx.compose.foundation/OverscrollEffect?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // 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;androidx.compose.foundation.OverscrollEffect?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;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.runtime/Composer?, kotlin/Int, kotlin/Int) // 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.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -1971,66 +1723,22 @@ final fun androidx.compose.foundation.lazy.grid/LazyVerticalGrid(androidx.compos final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Adaptive$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Adaptive$stableprop_getter|androidx_compose_foundation_lazy_grid_GridCells_Adaptive$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Fixed$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_Fixed$stableprop_getter|androidx_compose_foundation_lazy_grid_GridCells_Fixed$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_FixedSize$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_GridCells_FixedSize$stableprop_getter|androidx_compose_foundation_lazy_grid_GridCells_FixedSize$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridBeyondBoundsState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridBeyondBoundsState$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridBeyondBoundsState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridCacheWindowPrefetchStrategy$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridCacheWindowPrefetchStrategy$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridCacheWindowPrefetchStrategy$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridInterval$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridInterval$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridInterval$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridIntervalContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridIntervalContent$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridIntervalContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridItemScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridItemScopeImpl$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridItemScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasureResult$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasureResult$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridMeasureResult$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItem$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItem$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridMeasuredItem$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItemProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredItemProvider$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridMeasuredItemProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLine$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLine$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridMeasuredLine$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLineProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridMeasuredLineProvider$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridMeasuredLineProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridPrefetchResultScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridPrefetchResultScopeImpl$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridPrefetchResultScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridScrollPosition$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridScrollPosition$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridScrollPosition$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSlots$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSlots$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridSlots$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider_LineConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider_LineConfiguration$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridSpanLayoutProvider_LineConfiguration$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.grid/androidx_compose_foundation_lazy_grid_LazyGridState$stableprop_getter|androidx_compose_foundation_lazy_grid_LazyGridState$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.grid/rememberLazyGridState(kotlin/Int, kotlin/Int, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.foundation.lazy.grid/LazyGridState // androidx.compose.foundation.lazy.grid/rememberLazyGridState|rememberLazyGridState(kotlin.Int;kotlin.Int;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.foundation.lazy.layout/LazyLayout(kotlin/Function0, androidx.compose.ui/Modifier?, androidx.compose.foundation.lazy.layout/LazyLayoutPrefetchState?, androidx.compose.foundation.lazy.layout/LazyLayoutMeasurePolicy, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.foundation.lazy.layout/LazyLayout|LazyLayout(kotlin.Function0;androidx.compose.ui.Modifier?;androidx.compose.foundation.lazy.layout.LazyLayoutPrefetchState?;androidx.compose.foundation.lazy.layout.LazyLayoutMeasurePolicy;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.foundation.lazy.layout/LazyLayoutPinnableItem(kotlin/Any?, kotlin/Int, androidx.compose.foundation.lazy.layout/LazyLayoutPinnedItemList, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.foundation.lazy.layout/LazyLayoutPinnableItem|LazyLayoutPinnableItem(kotlin.Any?;kotlin.Int;androidx.compose.foundation.lazy.layout.LazyLayoutPinnedItemList;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_Averages$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_Averages$stableprop_getter|androidx_compose_foundation_lazy_layout_Averages$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_AwaitFirstLayoutModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_AwaitFirstLayoutModifier$stableprop_getter|androidx_compose_foundation_lazy_layout_AwaitFirstLayoutModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_CacheWindowLogic$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_CacheWindowLogic$stableprop_getter|androidx_compose_foundation_lazy_layout_CacheWindowLogic$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_IntervalList_Interval$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_IntervalList_Interval$stableprop_getter|androidx_compose_foundation_lazy_layout_IntervalList_Interval$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimateItemElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimateItemElement$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutAnimateItemElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimationSpecsNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutAnimationSpecsNode$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutAnimationSpecsNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo_Interval$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo_Interval$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsInfo_Interval$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsModifierNode$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutBeyondBoundsModifierNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutIntervalContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutIntervalContent$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutIntervalContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimation$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimation$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimation$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimator$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimator$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutItemAnimator$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemContentFactory$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutItemContentFactory$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutItemContentFactory$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasureScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasureScopeImpl$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutMeasureScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasuredItemProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutMeasuredItemProvider$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutMeasuredItemProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutNearestRangeState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutNearestRangeState$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutNearestRangeState$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPinnedItemList$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPinnedItemList$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutPinnedItemList$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPrefetchState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutPrefetchState$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutPrefetchState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutScrollDeltaBetweenPasses$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_LazyLayoutScrollDeltaBetweenPasses$stableprop_getter|androidx_compose_foundation_lazy_layout_LazyLayoutScrollDeltaBetweenPasses$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_MutableIntervalList$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_MutableIntervalList$stableprop_getter|androidx_compose_foundation_lazy_layout_MutableIntervalList$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_NearestRangeKeyIndexMap$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_NearestRangeKeyIndexMap$stableprop_getter|androidx_compose_foundation_lazy_layout_NearestRangeKeyIndexMap$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchHandleProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchHandleProvider$stableprop_getter|androidx_compose_foundation_lazy_layout_PrefetchHandleProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchMetrics$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.layout/androidx_compose_foundation_lazy_layout_PrefetchMetrics$stableprop_getter|androidx_compose_foundation_lazy_layout_PrefetchMetrics$stableprop_getter(){}[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.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, androidx.compose.foundation/OverscrollEffect?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // 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;androidx.compose.foundation.OverscrollEffect?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[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.runtime/Composer?, kotlin/Int, kotlin/Int) // 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.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.foundation.lazy.staggeredgrid/LazyLayoutScrollScope(androidx.compose.foundation.lazy.staggeredgrid/LazyStaggeredGridState, androidx.compose.foundation.gestures/ScrollScope): androidx.compose.foundation.lazy.layout/LazyLayoutScrollScope // androidx.compose.foundation.lazy.staggeredgrid/LazyLayoutScrollScope|LazyLayoutScrollScope(androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState;androidx.compose.foundation.gestures.ScrollScope){}[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, androidx.compose.foundation/OverscrollEffect?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // 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;androidx.compose.foundation.OverscrollEffect?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[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.runtime/Composer?, kotlin/Int, kotlin/Int) // 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.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridBeyondBoundsState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridBeyondBoundsState$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridBeyondBoundsState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridInterval$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridInterval$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridInterval$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridIntervalContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridIntervalContent$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridIntervalContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridItemScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridItemScopeImpl$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridItemScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridLaneInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridLaneInfo$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridLaneInfo$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureContext$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureContext$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureContext$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureProvider$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureResult$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureResult$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasureResult$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasuredItem$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasuredItem$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridMeasuredItem$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridScrollPosition$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridScrollPosition$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridScrollPosition$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSlots$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSlots$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSlots$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSpanProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSpanProvider$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridSpanProvider$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridState$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_LazyStaggeredGridState$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Adaptive$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Adaptive$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Adaptive$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Fixed$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy.staggeredgrid/androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Fixed$stableprop_getter|androidx_compose_foundation_lazy_staggeredgrid_StaggeredGridCells_Fixed$stableprop_getter(){}[0] @@ -2044,17 +1752,6 @@ final fun androidx.compose.foundation.lazy/LazyLayoutScrollScope(androidx.compos 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, androidx.compose.foundation/OverscrollEffect?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // 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;androidx.compose.foundation.OverscrollEffect?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;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.runtime/Composer?, kotlin/Int, kotlin/Int) // 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.runtime.Composer?;kotlin.Int;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/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // 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.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyItemScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyItemScopeImpl$stableprop_getter|androidx_compose_foundation_lazy_LazyItemScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListBeyondBoundsState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListBeyondBoundsState$stableprop_getter|androidx_compose_foundation_lazy_LazyListBeyondBoundsState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowScope$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowScope$stableprop_getter|androidx_compose_foundation_lazy_LazyListCacheWindowScope$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowStrategy$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListCacheWindowStrategy$stableprop_getter|androidx_compose_foundation_lazy_LazyListCacheWindowStrategy$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListInterval$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListInterval$stableprop_getter|androidx_compose_foundation_lazy_LazyListInterval$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListIntervalContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListIntervalContent$stableprop_getter|androidx_compose_foundation_lazy_LazyListIntervalContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasureResult$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasureResult$stableprop_getter|androidx_compose_foundation_lazy_LazyListMeasureResult$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItem$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItem$stableprop_getter|androidx_compose_foundation_lazy_LazyListMeasuredItem$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItemProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListMeasuredItemProvider$stableprop_getter|androidx_compose_foundation_lazy_LazyListMeasuredItemProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListPrefetchResultScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListPrefetchResultScopeImpl$stableprop_getter|androidx_compose_foundation_lazy_LazyListPrefetchResultScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListScrollPosition$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListScrollPosition$stableprop_getter|androidx_compose_foundation_lazy_LazyListScrollPosition$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.lazy/androidx_compose_foundation_lazy_LazyListState$stableprop_getter|androidx_compose_foundation_lazy_LazyListState$stableprop_getter(){}[0] final fun androidx.compose.foundation.lazy/rememberLazyListState(kotlin/Int, kotlin/Int, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.foundation.lazy/LazyListState // androidx.compose.foundation.lazy/rememberLazyListState|rememberLazyListState(kotlin.Int;kotlin.Int;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[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?, androidx.compose.ui.input.nestedscroll/NestedScrollConnection?, androidx.compose.foundation.gestures.snapping/SnapPosition?, androidx.compose.foundation/OverscrollEffect?, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // 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?;androidx.compose.ui.input.nestedscroll.NestedScrollConnection?;androidx.compose.foundation.gestures.snapping.SnapPosition?;androidx.compose.foundation.OverscrollEffect?;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] @@ -2063,24 +1760,12 @@ final fun androidx.compose.foundation.pager/LazyLayoutScrollScope(androidx.compo final fun androidx.compose.foundation.pager/PagerState(kotlin/Int = ..., kotlin/Float = ..., kotlin/Function0): androidx.compose.foundation.pager/PagerState // androidx.compose.foundation.pager/PagerState|PagerState(kotlin.Int;kotlin.Float;kotlin.Function0){}[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?, androidx.compose.ui.input.nestedscroll/NestedScrollConnection?, androidx.compose.foundation.gestures.snapping/SnapPosition?, androidx.compose.foundation/OverscrollEffect?, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // 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?;androidx.compose.ui.input.nestedscroll.NestedScrollConnection?;androidx.compose.foundation.gestures.snapping.SnapPosition?;androidx.compose.foundation.OverscrollEffect?;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;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?, androidx.compose.ui.input.nestedscroll/NestedScrollConnection?, androidx.compose.foundation.gestures.snapping/SnapPosition?, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // 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?;androidx.compose.ui.input.nestedscroll.NestedScrollConnection?;androidx.compose.foundation.gestures.snapping.SnapPosition?;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_MeasuredPage$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_MeasuredPage$stableprop_getter|androidx_compose_foundation_pager_MeasuredPage$stableprop_getter(){}[0] final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fill$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fill$stableprop_getter|androidx_compose_foundation_pager_PageSize_Fill$stableprop_getter(){}[0] final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fixed$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PageSize_Fixed$stableprop_getter|androidx_compose_foundation_pager_PageSize_Fixed$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerBeyondBoundsState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerBeyondBoundsState$stableprop_getter|androidx_compose_foundation_pager_PagerBeyondBoundsState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDebugConfig$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDebugConfig$stableprop_getter|androidx_compose_foundation_pager_PagerDebugConfig$stableprop_getter(){}[0] final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerDefaults$stableprop_getter|androidx_compose_foundation_pager_PagerDefaults$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerIntervalContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerIntervalContent$stableprop_getter|androidx_compose_foundation_pager_PagerIntervalContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerLazyLayoutItemProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerLazyLayoutItemProvider$stableprop_getter|androidx_compose_foundation_pager_PagerLazyLayoutItemProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerMeasureResult$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerMeasureResult$stableprop_getter|androidx_compose_foundation_pager_PagerMeasureResult$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScopeImpl$stableprop_getter|androidx_compose_foundation_pager_PagerScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScrollPosition$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerScrollPosition$stableprop_getter|androidx_compose_foundation_pager_PagerScrollPosition$stableprop_getter(){}[0] -final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerSnapDistanceMaxPages$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerSnapDistanceMaxPages$stableprop_getter|androidx_compose_foundation_pager_PagerSnapDistanceMaxPages$stableprop_getter(){}[0] final fun androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.pager/androidx_compose_foundation_pager_PagerState$stableprop_getter|androidx_compose_foundation_pager_PagerState$stableprop_getter(){}[0] final fun androidx.compose.foundation.pager/rememberPagerState(kotlin/Int, kotlin/Float, kotlin/Function0, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.foundation.pager/PagerState // androidx.compose.foundation.pager/rememberPagerState|rememberPagerState(kotlin.Int;kotlin.Float;kotlin.Function0;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.platform/androidx_compose_foundation_platform_SynchronizedObject$stableprop_getter(): kotlin/Int // androidx.compose.foundation.platform/androidx_compose_foundation_platform_SynchronizedObject$stableprop_getter|androidx_compose_foundation_platform_SynchronizedObject$stableprop_getter(){}[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.relocation/androidx_compose_foundation_relocation_BringIntoViewRequesterNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewRequesterNode$stableprop_getter|androidx_compose_foundation_relocation_BringIntoViewRequesterNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewResponderNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.relocation/androidx_compose_foundation_relocation_BringIntoViewResponderNode$stableprop_getter|androidx_compose_foundation_relocation_BringIntoViewResponderNode$stableprop_getter(){}[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] @@ -2121,85 +1806,20 @@ final fun androidx.compose.foundation.shape/androidx_compose_foundation_shape_Ro final fun androidx.compose.foundation.text.contextmenu.builder/androidx_compose_foundation_text_contextmenu_builder_TextContextMenuBuilderScope$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.builder/androidx_compose_foundation_text_contextmenu_builder_TextContextMenuBuilderScope$stableprop_getter|androidx_compose_foundation_text_contextmenu_builder_TextContextMenuBuilderScope$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuComponent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuComponent$stableprop_getter|androidx_compose_foundation_text_contextmenu_data_TextContextMenuComponent$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuData$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuData$stableprop_getter|androidx_compose_foundation_text_contextmenu_data_TextContextMenuData$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuItemWithComposableLeadingIcon$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuItemWithComposableLeadingIcon$stableprop_getter|androidx_compose_foundation_text_contextmenu_data_TextContextMenuItemWithComposableLeadingIcon$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuKeys$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuKeys$stableprop_getter|androidx_compose_foundation_text_contextmenu_data_TextContextMenuKeys$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuSeparator$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.data/androidx_compose_foundation_text_contextmenu_data_TextContextMenuSeparator$stableprop_getter|androidx_compose_foundation_text_contextmenu_data_TextContextMenuSeparator$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_AddTextContextMenuDataComponentsNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_AddTextContextMenuDataComponentsNode$stableprop_getter|androidx_compose_foundation_text_contextmenu_modifier_AddTextContextMenuDataComponentsNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_TextContextMenuToolbarHandlerNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_TextContextMenuToolbarHandlerNode$stableprop_getter|androidx_compose_foundation_text_contextmenu_modifier_TextContextMenuToolbarHandlerNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequester$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequester$stableprop_getter|androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequester$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequesterImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.modifier/androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequesterImpl$stableprop_getter|androidx_compose_foundation_text_contextmenu_modifier_ToolbarRequesterImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.contextmenu.provider/androidx_compose_foundation_text_contextmenu_provider_BasicTextContextMenuProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.contextmenu.provider/androidx_compose_foundation_text_contextmenu_provider_BasicTextContextMenuProvider$stableprop_getter|androidx_compose_foundation_text_contextmenu_provider_BasicTextContextMenuProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.handwriting/androidx_compose_foundation_text_handwriting_StylusHandwritingNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.handwriting/androidx_compose_foundation_text_handwriting_StylusHandwritingNode$stableprop_getter|androidx_compose_foundation_text_handwriting_StylusHandwritingNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_ClipboardPasteState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_ClipboardPasteState$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_ClipboardPasteState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_SelectionMovementDeletionContext$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_SelectionMovementDeletionContext$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_SelectionMovementDeletionContext$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldHandleState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldHandleState$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_TextFieldHandleState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNode$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldPreparedSelectionState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldPreparedSelectionState$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_TextFieldPreparedSelectionState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldSelectionState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldSelectionState$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_TextFieldSelectionState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_TextUndoOperation$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_TextUndoOperation$stableprop_getter|androidx_compose_foundation_text_input_internal_undo_TextUndoOperation$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_UndoManager$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.undo/androidx_compose_foundation_text_input_internal_undo_UndoManager$stableprop_getter|androidx_compose_foundation_text_input_internal_undo_UndoManager$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_ChangeTracker$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_ChangeTracker$stableprop_getter|androidx_compose_foundation_text_input_internal_ChangeTracker$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifier$stableprop_getter|androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifierNode$stableprop_getter|androidx_compose_foundation_text_input_internal_CoreTextFieldSemanticsModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CursorAnimationState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_CursorAnimationState$stableprop_getter|androidx_compose_foundation_text_input_internal_CursorAnimationState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyAdaptingPlatformTextInputModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyAdaptingPlatformTextInputModifierNode$stableprop_getter|androidx_compose_foundation_text_input_internal_LegacyAdaptingPlatformTextInputModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyPlatformTextInputServiceAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_LegacyPlatformTextInputServiceAdapter$stableprop_getter|androidx_compose_foundation_text_input_internal_LegacyPlatformTextInputServiceAdapter$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_OffsetMappingCalculator$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_OffsetMappingCalculator$stableprop_getter|androidx_compose_foundation_text_input_internal_OffsetMappingCalculator$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_PartialGapBuffer$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_PartialGapBuffer$stableprop_getter|androidx_compose_foundation_text_input_internal_PartialGapBuffer$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SelectionWedgeAffinity$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SelectionWedgeAffinity$stableprop_getter|androidx_compose_foundation_text_input_internal_SelectionWedgeAffinity$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SingleLineCodepointTransformation$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SingleLineCodepointTransformation$stableprop_getter|androidx_compose_foundation_text_input_internal_SingleLineCodepointTransformation$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SkikoPlatformTextInputMethodRequest$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_SkikoPlatformTextInputMethodRequest$stableprop_getter|androidx_compose_foundation_text_input_internal_SkikoPlatformTextInputMethodRequest$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifier$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldCoreModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldCoreModifierNode$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldCoreModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifier$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifierNode$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldDecoratorModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldKeyEventHandler$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldKeyEventHandler$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldKeyEventHandler$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldLayoutStateCache$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldLayoutStateCache$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldLayoutStateCache$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifier$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifierNode$stableprop_getter|androidx_compose_foundation_text_input_internal_TextFieldTextLayoutModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextLayoutState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TextLayoutState$stableprop_getter|androidx_compose_foundation_text_input_internal_TextLayoutState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TransformedTextFieldState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal/androidx_compose_foundation_text_input_internal_TransformedTextFieldState$stableprop_getter|androidx_compose_foundation_text_input_internal_TransformedTextFieldState$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldBuffer$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldBuffer$stableprop_getter|androidx_compose_foundation_text_input_TextFieldBuffer$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldCharSequence$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldCharSequence$stableprop_getter|androidx_compose_foundation_text_input_TextFieldCharSequence$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_MultiLine$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_MultiLine$stableprop_getter|androidx_compose_foundation_text_input_TextFieldLineLimits_MultiLine$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_SingleLine$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldLineLimits_SingleLine$stableprop_getter|androidx_compose_foundation_text_input_TextFieldLineLimits_SingleLine$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState$stableprop_getter|androidx_compose_foundation_text_input_TextFieldState$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState_Saver$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextFieldState_Saver$stableprop_getter|androidx_compose_foundation_text_input_TextFieldState_Saver$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager$stableprop_getter|androidx_compose_foundation_text_input_TextUndoManager$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager_Companion_Saver$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_TextUndoManager_Companion_Saver$stableprop_getter|androidx_compose_foundation_text_input_TextUndoManager_Companion_Saver$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_UndoState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input/androidx_compose_foundation_text_input_UndoState$stableprop_getter|androidx_compose_foundation_text_input_UndoState$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.input/rememberTextFieldState(kotlin/String?, androidx.compose.ui.text/TextRange, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.foundation.text.input/TextFieldState // androidx.compose.foundation.text.input/rememberTextFieldState|rememberTextFieldState(kotlin.String?;androidx.compose.ui.text.TextRange;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MinLinesConstrainer$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MinLinesConstrainer$stableprop_getter|androidx_compose_foundation_text_modifiers_MinLinesConstrainer$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MultiParagraphLayoutCache$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_MultiParagraphLayoutCache$stableprop_getter|androidx_compose_foundation_text_modifiers_MultiParagraphLayoutCache$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_ParagraphLayoutCache$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_ParagraphLayoutCache$stableprop_getter|androidx_compose_foundation_text_modifiers_ParagraphLayoutCache$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringElement$stableprop_getter|androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringNode$stableprop_getter|androidx_compose_foundation_text_modifiers_SelectableTextAnnotatedStringNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectionController$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SelectionController$stableprop_getter|androidx_compose_foundation_text_modifiers_SelectionController$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SimpleTextAutoSizeLayoutScope$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_SimpleTextAutoSizeLayoutScope$stableprop_getter|androidx_compose_foundation_text_modifiers_SimpleTextAutoSizeLayoutScope$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_StaticTextSelectionParams$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_StaticTextSelectionParams$stableprop_getter|androidx_compose_foundation_text_modifiers_StaticTextSelectionParams$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringElement$stableprop_getter|androidx_compose_foundation_text_modifiers_TextAnnotatedStringElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode$stableprop_getter|androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode_TextSubstitutionValue$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode_TextSubstitutionValue$stableprop_getter|androidx_compose_foundation_text_modifiers_TextAnnotatedStringNode_TextSubstitutionValue$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleElement$stableprop_getter|androidx_compose_foundation_text_modifiers_TextStringSimpleElement$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode$stableprop_getter|androidx_compose_foundation_text_modifiers_TextStringSimpleNode$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode_TextSubstitutionValue$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.modifiers/androidx_compose_foundation_text_modifiers_TextStringSimpleNode_TextSubstitutionValue$stableprop_getter|androidx_compose_foundation_text_modifiers_TextStringSimpleNode_TextSubstitutionValue$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.selection/DisableSelection(kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.foundation.text.selection/DisableSelection|DisableSelection(kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.foundation.text.selection/SelectionContainer(androidx.compose.ui/Modifier?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.foundation.text.selection/SelectionContainer|SelectionContainer(androidx.compose.ui.Modifier?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_BaseTextPreparedSelection$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_BaseTextPreparedSelection$stableprop_getter|androidx_compose_foundation_text_selection_BaseTextPreparedSelection$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_ClicksCounter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_ClicksCounter$stableprop_getter|androidx_compose_foundation_text_selection_ClicksCounter$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_HandlePositionProvider$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_HandlePositionProvider$stableprop_getter|androidx_compose_foundation_text_selection_HandlePositionProvider$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_MultiWidgetSelectionDelegate$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_MultiWidgetSelectionDelegate$stableprop_getter|androidx_compose_foundation_text_selection_MultiWidgetSelectionDelegate$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectableInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectableInfo$stableprop_getter|androidx_compose_foundation_text_selection_SelectableInfo$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection$stableprop_getter|androidx_compose_foundation_text_selection_Selection$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionHandleInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionHandleInfo$stableprop_getter|androidx_compose_foundation_text_selection_SelectionHandleInfo$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionLayoutBuilder$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionLayoutBuilder$stableprop_getter|androidx_compose_foundation_text_selection_SelectionLayoutBuilder$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionManager$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionManager$stableprop_getter|androidx_compose_foundation_text_selection_SelectionManager$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionRegistrarImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_SelectionRegistrarImpl$stableprop_getter|androidx_compose_foundation_text_selection_SelectionRegistrarImpl$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection_AnchorInfo$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_Selection_AnchorInfo$stableprop_getter|androidx_compose_foundation_text_selection_Selection_AnchorInfo$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldPreparedSelection$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldPreparedSelection$stableprop_getter|androidx_compose_foundation_text_selection_TextFieldPreparedSelection$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldSelectionManager$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextFieldSelectionManager$stableprop_getter|androidx_compose_foundation_text_selection_TextFieldSelectionManager$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelection$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelection$stableprop_getter|androidx_compose_foundation_text_selection_TextPreparedSelection$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelectionState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextPreparedSelectionState$stableprop_getter|androidx_compose_foundation_text_selection_TextPreparedSelectionState$stableprop_getter(){}[0] final fun androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextSelectionColors$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.selection/androidx_compose_foundation_text_selection_TextSelectionColors$stableprop_getter|androidx_compose_foundation_text_selection_TextSelectionColors$stableprop_getter(){}[0] final fun androidx.compose.foundation.text/BasicSecureTextField(androidx.compose.foundation.text.input/TextFieldState, androidx.compose.ui/Modifier?, kotlin/Boolean, androidx.compose.foundation.text.input/InputTransformation?, androidx.compose.ui.text/TextStyle?, androidx.compose.foundation.text/KeyboardOptions?, androidx.compose.foundation.text.input/KeyboardActionHandler?, kotlin/Function2, kotlin/Unit>?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.ui.graphics/Brush?, androidx.compose.foundation.text.input/TextFieldDecorator?, androidx.compose.foundation.text.input/TextObfuscationMode, kotlin/Char, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.foundation.text/BasicSecureTextField|BasicSecureTextField(androidx.compose.foundation.text.input.TextFieldState;androidx.compose.ui.Modifier?;kotlin.Boolean;androidx.compose.foundation.text.input.InputTransformation?;androidx.compose.ui.text.TextStyle?;androidx.compose.foundation.text.KeyboardOptions?;androidx.compose.foundation.text.input.KeyboardActionHandler?;kotlin.Function2,kotlin.Unit>?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Brush?;androidx.compose.foundation.text.input.TextFieldDecorator?;androidx.compose.foundation.text.input.TextObfuscationMode;kotlin.Char;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.foundation.text/BasicSecureTextField(androidx.compose.foundation.text.input/TextFieldState, androidx.compose.ui/Modifier?, kotlin/Boolean, kotlin/Boolean, androidx.compose.foundation.text.input/InputTransformation?, androidx.compose.ui.text/TextStyle?, androidx.compose.foundation.text/KeyboardOptions?, androidx.compose.foundation.text.input/KeyboardActionHandler?, kotlin/Function2, kotlin/Unit>?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.ui.graphics/Brush?, androidx.compose.foundation.text.input/TextFieldDecorator?, androidx.compose.foundation.text.input/TextObfuscationMode, kotlin/Char, androidx.compose.foundation/ScrollState?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.foundation.text/BasicSecureTextField|BasicSecureTextField(androidx.compose.foundation.text.input.TextFieldState;androidx.compose.ui.Modifier?;kotlin.Boolean;kotlin.Boolean;androidx.compose.foundation.text.input.InputTransformation?;androidx.compose.ui.text.TextStyle?;androidx.compose.foundation.text.KeyboardOptions?;androidx.compose.foundation.text.input.KeyboardActionHandler?;kotlin.Function2,kotlin.Unit>?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Brush?;androidx.compose.foundation.text.input.TextFieldDecorator?;androidx.compose.foundation.text.input.TextObfuscationMode;kotlin.Char;androidx.compose.foundation.ScrollState?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] @@ -2219,37 +1839,12 @@ final fun androidx.compose.foundation.text/BasicTextField(kotlin/String, kotlin/ final fun androidx.compose.foundation.text/BasicTextField(kotlin/String, kotlin/Function1, 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.foundation.interaction/MutableInteractionSource?, androidx.compose.ui.graphics/Brush?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.foundation.text/BasicTextField|BasicTextField(kotlin.String;kotlin.Function1;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.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Brush?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[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?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // 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?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.foundation.text/KeyboardActions(kotlin/Function1): androidx.compose.foundation.text/KeyboardActions // androidx.compose.foundation.text/KeyboardActions|KeyboardActions(kotlin.Function1){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_DeadKeyCombiner$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_DeadKeyCombiner$stableprop_getter|androidx_compose_foundation_text_DeadKeyCombiner$stableprop_getter(){}[0] final fun androidx.compose.foundation.text/androidx_compose_foundation_text_InlineTextContent$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_InlineTextContent$stableprop_getter|androidx_compose_foundation_text_InlineTextContent$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActionRunner$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActionRunner$stableprop_getter|androidx_compose_foundation_text_KeyboardActionRunner$stableprop_getter(){}[0] final fun androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActions$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardActions$stableprop_getter|androidx_compose_foundation_text_KeyboardActions$stableprop_getter(){}[0] final fun androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardOptions$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_KeyboardOptions$stableprop_getter|androidx_compose_foundation_text_KeyboardOptions$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_LegacyTextFieldState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_LegacyTextFieldState$stableprop_getter|androidx_compose_foundation_text_LegacyTextFieldState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_LinkStateInteractionSourceObserver$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_LinkStateInteractionSourceObserver$stableprop_getter|androidx_compose_foundation_text_LinkStateInteractionSourceObserver$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_MappedKeys$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_MappedKeys$stableprop_getter|androidx_compose_foundation_text_MappedKeys$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_PasswordInputTransformation$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_PasswordInputTransformation$stableprop_getter|androidx_compose_foundation_text_PasswordInputTransformation$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_SecureTextFieldController$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_SecureTextFieldController$stableprop_getter|androidx_compose_foundation_text_SecureTextFieldController$stableprop_getter(){}[0] final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextAutoSizeDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextAutoSizeDefaults$stableprop_getter|androidx_compose_foundation_text_TextAutoSizeDefaults$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextDelegate$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextDelegate$stableprop_getter|androidx_compose_foundation_text_TextDelegate$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldDelegate$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldDelegate$stableprop_getter|androidx_compose_foundation_text_TextFieldDelegate$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldKeyInput$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldKeyInput$stableprop_getter|androidx_compose_foundation_text_TextFieldKeyInput$stableprop_getter(){}[0] final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollState$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollState$stableprop_getter|androidx_compose_foundation_text_TextFieldScrollState$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollerPosition$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextFieldScrollerPosition$stableprop_getter|androidx_compose_foundation_text_TextFieldScrollerPosition$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextLayoutResultProxy$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextLayoutResultProxy$stableprop_getter|androidx_compose_foundation_text_TextLayoutResultProxy$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextLinkScope$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextLinkScope$stableprop_getter|androidx_compose_foundation_text_TextLinkScope$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureResult$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureResult$stableprop_getter|androidx_compose_foundation_text_TextRangeLayoutMeasureResult$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureScope$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutMeasureScope$stableprop_getter|androidx_compose_foundation_text_TextRangeLayoutMeasureScope$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutModifier$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextRangeLayoutModifier$stableprop_getter|androidx_compose_foundation_text_TextRangeLayoutModifier$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_Translations$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_Translations$stableprop_getter|androidx_compose_foundation_text_Translations$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_UndoManager$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_UndoManager$stableprop_getter|androidx_compose_foundation_text_UndoManager$stableprop_getter(){}[0] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_defaultSkikoKeyMapping$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_defaultSkikoKeyMapping$stableprop_getter|androidx_compose_foundation_text_defaultSkikoKeyMapping$stableprop_getter(){}[0] -final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyGridScrollbarAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyGridScrollbarAdapter$stableprop_getter|androidx_compose_foundation_v2_LazyGridScrollbarAdapter$stableprop_getter(){}[0] -final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter$stableprop_getter|androidx_compose_foundation_v2_LazyLineContentAdapter$stableprop_getter(){}[0] final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter_VisibleLine$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyLineContentAdapter_VisibleLine$stableprop_getter|androidx_compose_foundation_v2_LazyLineContentAdapter_VisibleLine$stableprop_getter(){}[0] -final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyListScrollbarAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_LazyListScrollbarAdapter$stableprop_getter|androidx_compose_foundation_v2_LazyListScrollbarAdapter$stableprop_getter(){}[0] -final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_ScrollableScrollbarAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_ScrollableScrollbarAdapter$stableprop_getter|androidx_compose_foundation_v2_ScrollableScrollbarAdapter$stableprop_getter(){}[0] -final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_SliderAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_SliderAdapter$stableprop_getter|androidx_compose_foundation_v2_SliderAdapter$stableprop_getter(){}[0] -final fun androidx.compose.foundation.v2/androidx_compose_foundation_v2_TextFieldScrollbarAdapter$stableprop_getter(): kotlin/Int // androidx.compose.foundation.v2/androidx_compose_foundation_v2_TextFieldScrollbarAdapter$stableprop_getter|androidx_compose_foundation_v2_TextFieldScrollbarAdapter$stableprop_getter(){}[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.runtime/Composer?, kotlin/Int) // androidx.compose.foundation/Canvas|Canvas(androidx.compose.ui.Modifier;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.foundation/Canvas(androidx.compose.ui/Modifier, kotlin/String, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.foundation/Canvas|Canvas(androidx.compose.ui.Modifier;kotlin.String;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int){}[0] @@ -2267,29 +1862,14 @@ final fun androidx.compose.foundation/ScrollbarAdapter(androidx.compose.foundati final fun androidx.compose.foundation/ScrollbarAdapter(androidx.compose.foundation/ScrollState): androidx.compose.foundation.v2/ScrollbarAdapter // androidx.compose.foundation/ScrollbarAdapter|ScrollbarAdapter(androidx.compose.foundation.ScrollState){}[0] final fun androidx.compose.foundation/VerticalScrollbar(androidx.compose.foundation.v2/ScrollbarAdapter, androidx.compose.ui/Modifier?, kotlin/Boolean, androidx.compose.foundation/ScrollbarStyle?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.foundation/VerticalScrollbar|VerticalScrollbar(androidx.compose.foundation.v2.ScrollbarAdapter;androidx.compose.ui.Modifier?;kotlin.Boolean;androidx.compose.foundation.ScrollbarStyle?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.foundation/VerticalScrollbar(androidx.compose.foundation/ScrollbarAdapter, androidx.compose.ui/Modifier?, kotlin/Boolean, androidx.compose.foundation/ScrollbarStyle?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.foundation/VerticalScrollbar|VerticalScrollbar(androidx.compose.foundation.ScrollbarAdapter;androidx.compose.ui.Modifier?;kotlin.Boolean;androidx.compose.foundation.ScrollbarStyle?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_AbstractClickableNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_AbstractClickableNode$stableprop_getter|androidx_compose_foundation_AbstractClickableNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_AtomicLong$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_AtomicLong$stableprop_getter|androidx_compose_foundation_AtomicLong$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_AtomicReference$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_AtomicReference$stableprop_getter|androidx_compose_foundation_AtomicReference$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_BasicTooltipDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_BasicTooltipDefaults$stableprop_getter|androidx_compose_foundation_BasicTooltipDefaults$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_BasicTooltipStrings$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_BasicTooltipStrings$stableprop_getter|androidx_compose_foundation_BasicTooltipStrings$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_BorderModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_BorderModifierNode$stableprop_getter|androidx_compose_foundation_BorderModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_BorderModifierNodeElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_BorderModifierNodeElement$stableprop_getter|androidx_compose_foundation_BorderModifierNodeElement$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_BorderStroke$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_BorderStroke$stableprop_getter|androidx_compose_foundation_BorderStroke$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_ClickableNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ClickableNode$stableprop_getter|androidx_compose_foundation_ClickableNode$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_CombinedClickableNode_DoubleKeyClickState$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_CombinedClickableNode_DoubleKeyClickState$stableprop_getter|androidx_compose_foundation_CombinedClickableNode_DoubleKeyClickState$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_ComposeFoundationFlags$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ComposeFoundationFlags$stableprop_getter|androidx_compose_foundation_ComposeFoundationFlags$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_ContextMenuColors$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ContextMenuColors$stableprop_getter|androidx_compose_foundation_ContextMenuColors$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_FocusableNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_FocusableNode$stableprop_getter|androidx_compose_foundation_FocusableNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_FocusedBoundsObserverNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_FocusedBoundsObserverNode$stableprop_getter|androidx_compose_foundation_FocusedBoundsObserverNode$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndication$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndication$stableprop_getter|androidx_compose_foundation_InputModeFilterIndication$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndicationNodeFactory$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_InputModeFilterIndicationNodeFactory$stableprop_getter|androidx_compose_foundation_InputModeFilterIndicationNodeFactory$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_MarqueeDefaults$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_MarqueeDefaults$stableprop_getter|androidx_compose_foundation_MarqueeDefaults$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_MutationInterruptedException$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_MutationInterruptedException$stableprop_getter|androidx_compose_foundation_MutationInterruptedException$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_MutatorMutex$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_MutatorMutex$stableprop_getter|androidx_compose_foundation_MutatorMutex$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_ScrollNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ScrollNode$stableprop_getter|androidx_compose_foundation_ScrollNode$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_ScrollState$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ScrollState$stableprop_getter|androidx_compose_foundation_ScrollState$stableprop_getter(){}[0] final fun androidx.compose.foundation/androidx_compose_foundation_ScrollbarStyle$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ScrollbarStyle$stableprop_getter|androidx_compose_foundation_ScrollbarStyle$stableprop_getter(){}[0] -final fun androidx.compose.foundation/androidx_compose_foundation_ScrollingLayoutElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_ScrollingLayoutElement$stableprop_getter|androidx_compose_foundation_ScrollingLayoutElement$stableprop_getter(){}[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/defaultScrollbarStyle(): androidx.compose.foundation/ScrollbarStyle // androidx.compose.foundation/defaultScrollbarStyle|defaultScrollbarStyle(){}[0] final fun androidx.compose.foundation/isSystemInDarkTheme(androidx.compose.runtime/Composer?, kotlin/Int): kotlin/Boolean // androidx.compose.foundation/isSystemInDarkTheme|isSystemInDarkTheme(androidx.compose.runtime.Composer?;kotlin.Int){}[0] @@ -2360,74 +1940,8 @@ final suspend fun <#A: kotlin/Any?> (androidx.compose.foundation.gestures/Anchor final suspend fun <#A: kotlin/Any?> (androidx.compose.foundation.gestures/AnchoredDraggableState<#A>).androidx.compose.foundation.gestures/animateToWithDecay(#A, kotlin/Float, androidx.compose.animation.core/AnimationSpec = ..., androidx.compose.animation.core/DecayAnimationSpec = ...): kotlin/Float // androidx.compose.foundation.gestures/animateToWithDecay|animateToWithDecay@androidx.compose.foundation.gestures.AnchoredDraggableState<0:0>(0:0;kotlin.Float;androidx.compose.animation.core.AnimationSpec;androidx.compose.animation.core.DecayAnimationSpec){0§}[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§}[0] -// Targets: [ios] -final val androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoOverscrollEffect$stableprop // androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoOverscrollEffect$stableprop|#static{}androidx_compose_foundation_cupertino_CupertinoOverscrollEffect$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoScrollDecayAnimationSpec$stableprop // androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoScrollDecayAnimationSpec$stableprop|#static{}androidx_compose_foundation_cupertino_CupertinoScrollDecayAnimationSpec$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UiKitScrollConfig$stableprop // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UiKitScrollConfig$stableprop|#static{}androidx_compose_foundation_gestures_UiKitScrollConfig$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNodeImpl$stableprop // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNodeImpl$stableprop|#static{}androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNodeImpl$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutElement$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutElement$stableprop|#static{}androidx_compose_foundation_text_ContextMenuLayoutElement$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutNode$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutNode$stableprop|#static{}androidx_compose_foundation_text_ContextMenuLayoutNode$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_TextContextMenuItem$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_TextContextMenuItem$stableprop|#static{}androidx_compose_foundation_text_TextContextMenuItem$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation/androidx_compose_foundation_MagnifierElement$stableprop // androidx.compose.foundation/androidx_compose_foundation_MagnifierElement$stableprop|#static{}androidx_compose_foundation_MagnifierElement$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation/androidx_compose_foundation_MagnifierNode$stableprop // androidx.compose.foundation/androidx_compose_foundation_MagnifierNode$stableprop|#static{}androidx_compose_foundation_MagnifierNode$stableprop[0] - -// Targets: [ios] -final val androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl$stableprop // androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl$stableprop|#static{}androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl$stableprop[0] - // Targets: [ios] final val androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl_PlatformMagnifierImpl$stableprop // androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl_PlatformMagnifierImpl$stableprop|#static{}androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl_PlatformMagnifierImpl$stableprop[0] -// Targets: [ios] -final fun androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoOverscrollEffect$stableprop_getter(): kotlin/Int // androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoOverscrollEffect$stableprop_getter|androidx_compose_foundation_cupertino_CupertinoOverscrollEffect$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoScrollDecayAnimationSpec$stableprop_getter(): kotlin/Int // androidx.compose.foundation.cupertino/androidx_compose_foundation_cupertino_CupertinoScrollDecayAnimationSpec$stableprop_getter|androidx_compose_foundation_cupertino_CupertinoScrollDecayAnimationSpec$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UiKitScrollConfig$stableprop_getter(): kotlin/Int // androidx.compose.foundation.gestures/androidx_compose_foundation_gestures_UiKitScrollConfig$stableprop_getter|androidx_compose_foundation_gestures_UiKitScrollConfig$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNodeImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text.input.internal.selection/androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNodeImpl$stableprop_getter|androidx_compose_foundation_text_input_internal_selection_TextFieldMagnifierNodeImpl$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutElement$stableprop_getter|androidx_compose_foundation_text_ContextMenuLayoutElement$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_ContextMenuLayoutNode$stableprop_getter|androidx_compose_foundation_text_ContextMenuLayoutNode$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_TextContextMenuItem$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_TextContextMenuItem$stableprop_getter|androidx_compose_foundation_text_TextContextMenuItem$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation/androidx_compose_foundation_MagnifierElement$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_MagnifierElement$stableprop_getter|androidx_compose_foundation_MagnifierElement$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation/androidx_compose_foundation_MagnifierNode$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_MagnifierNode$stableprop_getter|androidx_compose_foundation_MagnifierNode$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl$stableprop_getter|androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl_PlatformMagnifierImpl$stableprop_getter(): kotlin/Int // androidx.compose.foundation/androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl_PlatformMagnifierImpl$stableprop_getter|androidx_compose_foundation_PlatformMagnifierFactoryIos17Impl_PlatformMagnifierImpl$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final val androidx.compose.foundation.text/androidx_compose_foundation_text_WebContextMenuToolbarSpec$stableprop // androidx.compose.foundation.text/androidx_compose_foundation_text_WebContextMenuToolbarSpec$stableprop|#static{}androidx_compose_foundation_text_WebContextMenuToolbarSpec$stableprop[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.foundation.text/androidx_compose_foundation_text_WebContextMenuToolbarSpec$stableprop_getter(): kotlin/Int // androidx.compose.foundation.text/androidx_compose_foundation_text_WebContextMenuToolbarSpec$stableprop_getter|androidx_compose_foundation_text_WebContextMenuToolbarSpec$stableprop_getter(){}[0] diff --git a/compose/material/material-ripple/api/material-ripple.klib.api b/compose/material/material-ripple/api/material-ripple.klib.api index 709c5bbc98b2b..2534a84ee6ace 100644 --- a/compose/material/material-ripple/api/material-ripple.klib.api +++ b/compose/material/material-ripple/api/material-ripple.klib.api @@ -35,20 +35,8 @@ final class androidx.compose.material.ripple/RippleAlpha { // androidx.compose.m final val androidx.compose.material.ripple/LocalRippleTheme // androidx.compose.material.ripple/LocalRippleTheme|{}LocalRippleTheme[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material.ripple/LocalRippleTheme.|(){}[0] -final val androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRipple$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRipple$stableprop|#static{}androidx_compose_material_ripple_CommonRipple$stableprop[0] -final val androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRippleNode$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRippleNode$stableprop|#static{}androidx_compose_material_ripple_CommonRippleNode$stableprop[0] -final val androidx.compose.material.ripple/androidx_compose_material_ripple_Ripple$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_Ripple$stableprop|#static{}androidx_compose_material_ripple_Ripple$stableprop[0] final val androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAlpha$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAlpha$stableprop|#static{}androidx_compose_material_ripple_RippleAlpha$stableprop[0] -final val androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAnimation$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAnimation$stableprop|#static{}androidx_compose_material_ripple_RippleAnimation$stableprop[0] -final val androidx.compose.material.ripple/androidx_compose_material_ripple_RippleIndicationInstance$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleIndicationInstance$stableprop|#static{}androidx_compose_material_ripple_RippleIndicationInstance$stableprop[0] -final val androidx.compose.material.ripple/androidx_compose_material_ripple_RippleNode$stableprop // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleNode$stableprop|#static{}androidx_compose_material_ripple_RippleNode$stableprop[0] -final fun androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRipple$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRipple$stableprop_getter|androidx_compose_material_ripple_CommonRipple$stableprop_getter(){}[0] -final fun androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRippleNode$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_CommonRippleNode$stableprop_getter|androidx_compose_material_ripple_CommonRippleNode$stableprop_getter(){}[0] -final fun androidx.compose.material.ripple/androidx_compose_material_ripple_Ripple$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_Ripple$stableprop_getter|androidx_compose_material_ripple_Ripple$stableprop_getter(){}[0] final fun androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAlpha$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAlpha$stableprop_getter|androidx_compose_material_ripple_RippleAlpha$stableprop_getter(){}[0] -final fun androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAnimation$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleAnimation$stableprop_getter|androidx_compose_material_ripple_RippleAnimation$stableprop_getter(){}[0] -final fun androidx.compose.material.ripple/androidx_compose_material_ripple_RippleIndicationInstance$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleIndicationInstance$stableprop_getter|androidx_compose_material_ripple_RippleIndicationInstance$stableprop_getter(){}[0] -final fun androidx.compose.material.ripple/androidx_compose_material_ripple_RippleNode$stableprop_getter(): kotlin/Int // androidx.compose.material.ripple/androidx_compose_material_ripple_RippleNode$stableprop_getter|androidx_compose_material_ripple_RippleNode$stableprop_getter(){}[0] final fun androidx.compose.material.ripple/createRippleModifierNode(androidx.compose.foundation.interaction/InteractionSource, kotlin/Boolean, androidx.compose.ui.unit/Dp, androidx.compose.ui.graphics/ColorProducer, kotlin/Function0): androidx.compose.ui.node/DelegatableNode // androidx.compose.material.ripple/createRippleModifierNode|createRippleModifierNode(androidx.compose.foundation.interaction.InteractionSource;kotlin.Boolean;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.ColorProducer;kotlin.Function0){}[0] final fun androidx.compose.material.ripple/rememberRipple(kotlin/Boolean, androidx.compose.ui.unit/Dp, androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.foundation/Indication // androidx.compose.material.ripple/rememberRipple|rememberRipple(kotlin.Boolean;androidx.compose.ui.unit.Dp;androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] diff --git a/compose/material/material/api/material.klib.api b/compose/material/material/api/material.klib.api index 0b50a4ff53bc3..8ab240107f461 100644 --- a/compose/material/material/api/material.klib.api +++ b/compose/material/material/api/material.klib.api @@ -708,9 +708,6 @@ final object androidx.compose.material/TextFieldDefaults { // androidx.compose.m 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 androidx.compose.material.internal/androidx_compose_material_internal_Icons$stableprop // androidx.compose.material.internal/androidx_compose_material_internal_Icons$stableprop|#static{}androidx_compose_material_internal_Icons$stableprop[0] -final val androidx.compose.material.internal/androidx_compose_material_internal_Icons_Filled$stableprop // androidx.compose.material.internal/androidx_compose_material_internal_Icons_Filled$stableprop|#static{}androidx_compose_material_internal_Icons_Filled$stableprop[0] -final val androidx.compose.material.internal/androidx_compose_material_internal_PlatformOptimizedCancellationException$stableprop // androidx.compose.material.internal/androidx_compose_material_internal_PlatformOptimizedCancellationException$stableprop|#static{}androidx_compose_material_internal_PlatformOptimizedCancellationException$stableprop[0] final val androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshDefaults$stableprop // androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshDefaults$stableprop|#static{}androidx_compose_material_pullrefresh_PullRefreshDefaults$stableprop[0] final val androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshState$stableprop // androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshState$stableprop|#static{}androidx_compose_material_pullrefresh_PullRefreshState$stableprop[0] final val androidx.compose.material/LocalAbsoluteElevation // androidx.compose.material/LocalAbsoluteElevation|{}LocalAbsoluteElevation[0] @@ -725,9 +722,6 @@ final val androidx.compose.material/LocalRippleConfiguration // androidx.compose final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material/LocalRippleConfiguration.|(){}[0] final val androidx.compose.material/LocalTextStyle // androidx.compose.material/LocalTextStyle|{}LocalTextStyle[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material/LocalTextStyle.|(){}[0] -final val androidx.compose.material/androidx_compose_material_AnchoredDragFinishedSignal$stableprop // androidx.compose.material/androidx_compose_material_AnchoredDragFinishedSignal$stableprop|#static{}androidx_compose_material_AnchoredDragFinishedSignal$stableprop[0] -final val androidx.compose.material/androidx_compose_material_AnchoredDraggableDefaults$stableprop // androidx.compose.material/androidx_compose_material_AnchoredDraggableDefaults$stableprop|#static{}androidx_compose_material_AnchoredDraggableDefaults$stableprop[0] -final val androidx.compose.material/androidx_compose_material_AnchoredDraggableState$stableprop // androidx.compose.material/androidx_compose_material_AnchoredDraggableState$stableprop|#static{}androidx_compose_material_AnchoredDraggableState$stableprop[0] final val androidx.compose.material/androidx_compose_material_AppBarDefaults$stableprop // androidx.compose.material/androidx_compose_material_AppBarDefaults$stableprop|#static{}androidx_compose_material_AppBarDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_BackdropScaffoldDefaults$stableprop // androidx.compose.material/androidx_compose_material_BackdropScaffoldDefaults$stableprop|#static{}androidx_compose_material_BackdropScaffoldDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_BackdropScaffoldState$stableprop // androidx.compose.material/androidx_compose_material_BackdropScaffoldState$stableprop|#static{}androidx_compose_material_BackdropScaffoldState$stableprop[0] @@ -742,25 +736,17 @@ final val androidx.compose.material/androidx_compose_material_ChipDefaults$stabl final val androidx.compose.material/androidx_compose_material_Colors$stableprop // androidx.compose.material/androidx_compose_material_Colors$stableprop|#static{}androidx_compose_material_Colors$stableprop[0] final val androidx.compose.material/androidx_compose_material_ContentAlpha$stableprop // androidx.compose.material/androidx_compose_material_ContentAlpha$stableprop|#static{}androidx_compose_material_ContentAlpha$stableprop[0] final val androidx.compose.material/androidx_compose_material_DismissState$stableprop // androidx.compose.material/androidx_compose_material_DismissState$stableprop|#static{}androidx_compose_material_DismissState$stableprop[0] -final val androidx.compose.material/androidx_compose_material_DraggableAnchorsConfig$stableprop // androidx.compose.material/androidx_compose_material_DraggableAnchorsConfig$stableprop|#static{}androidx_compose_material_DraggableAnchorsConfig$stableprop[0] final val androidx.compose.material/androidx_compose_material_DrawerDefaults$stableprop // androidx.compose.material/androidx_compose_material_DrawerDefaults$stableprop|#static{}androidx_compose_material_DrawerDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_DrawerState$stableprop // androidx.compose.material/androidx_compose_material_DrawerState$stableprop|#static{}androidx_compose_material_DrawerState$stableprop[0] -final val androidx.compose.material/androidx_compose_material_DropdownMenuPositionProvider$stableprop // androidx.compose.material/androidx_compose_material_DropdownMenuPositionProvider$stableprop|#static{}androidx_compose_material_DropdownMenuPositionProvider$stableprop[0] final val androidx.compose.material/androidx_compose_material_ExposedDropdownMenuBoxScope$stableprop // androidx.compose.material/androidx_compose_material_ExposedDropdownMenuBoxScope$stableprop|#static{}androidx_compose_material_ExposedDropdownMenuBoxScope$stableprop[0] final val androidx.compose.material/androidx_compose_material_ExposedDropdownMenuDefaults$stableprop // androidx.compose.material/androidx_compose_material_ExposedDropdownMenuDefaults$stableprop|#static{}androidx_compose_material_ExposedDropdownMenuDefaults$stableprop[0] -final val androidx.compose.material/androidx_compose_material_FabPlacement$stableprop // androidx.compose.material/androidx_compose_material_FabPlacement$stableprop|#static{}androidx_compose_material_FabPlacement$stableprop[0] final val androidx.compose.material/androidx_compose_material_FixedThreshold$stableprop // androidx.compose.material/androidx_compose_material_FixedThreshold$stableprop|#static{}androidx_compose_material_FixedThreshold$stableprop[0] final val androidx.compose.material/androidx_compose_material_FloatingActionButtonDefaults$stableprop // androidx.compose.material/androidx_compose_material_FloatingActionButtonDefaults$stableprop|#static{}androidx_compose_material_FloatingActionButtonDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_FractionalThreshold$stableprop // androidx.compose.material/androidx_compose_material_FractionalThreshold$stableprop|#static{}androidx_compose_material_FractionalThreshold$stableprop[0] -final val androidx.compose.material/androidx_compose_material_InternalAtomicReference$stableprop // androidx.compose.material/androidx_compose_material_InternalAtomicReference$stableprop|#static{}androidx_compose_material_InternalAtomicReference$stableprop[0] -final val androidx.compose.material/androidx_compose_material_InternalMutatorMutex$stableprop // androidx.compose.material/androidx_compose_material_InternalMutatorMutex$stableprop|#static{}androidx_compose_material_InternalMutatorMutex$stableprop[0] final val androidx.compose.material/androidx_compose_material_MaterialTheme$stableprop // androidx.compose.material/androidx_compose_material_MaterialTheme$stableprop|#static{}androidx_compose_material_MaterialTheme$stableprop[0] final val androidx.compose.material/androidx_compose_material_MenuDefaults$stableprop // androidx.compose.material/androidx_compose_material_MenuDefaults$stableprop|#static{}androidx_compose_material_MenuDefaults$stableprop[0] -final val androidx.compose.material/androidx_compose_material_MinimumInteractiveModifier$stableprop // androidx.compose.material/androidx_compose_material_MinimumInteractiveModifier$stableprop|#static{}androidx_compose_material_MinimumInteractiveModifier$stableprop[0] -final val androidx.compose.material/androidx_compose_material_MinimumInteractiveModifierNode$stableprop // androidx.compose.material/androidx_compose_material_MinimumInteractiveModifierNode$stableprop|#static{}androidx_compose_material_MinimumInteractiveModifierNode$stableprop[0] final val androidx.compose.material/androidx_compose_material_ModalBottomSheetDefaults$stableprop // androidx.compose.material/androidx_compose_material_ModalBottomSheetDefaults$stableprop|#static{}androidx_compose_material_ModalBottomSheetDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_ModalBottomSheetState$stableprop // androidx.compose.material/androidx_compose_material_ModalBottomSheetState$stableprop|#static{}androidx_compose_material_ModalBottomSheetState$stableprop[0] -final val androidx.compose.material/androidx_compose_material_MutableWindowInsets$stableprop // androidx.compose.material/androidx_compose_material_MutableWindowInsets$stableprop|#static{}androidx_compose_material_MutableWindowInsets$stableprop[0] final val androidx.compose.material/androidx_compose_material_NavigationRailDefaults$stableprop // androidx.compose.material/androidx_compose_material_NavigationRailDefaults$stableprop|#static{}androidx_compose_material_NavigationRailDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_ProgressIndicatorDefaults$stableprop // androidx.compose.material/androidx_compose_material_ProgressIndicatorDefaults$stableprop|#static{}androidx_compose_material_ProgressIndicatorDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_RadioButtonDefaults$stableprop // androidx.compose.material/androidx_compose_material_RadioButtonDefaults$stableprop|#static{}androidx_compose_material_RadioButtonDefaults$stableprop[0] @@ -780,18 +766,13 @@ final val androidx.compose.material/androidx_compose_material_SwitchDefaults$sta final val androidx.compose.material/androidx_compose_material_TabPosition$stableprop // androidx.compose.material/androidx_compose_material_TabPosition$stableprop|#static{}androidx_compose_material_TabPosition$stableprop[0] final val androidx.compose.material/androidx_compose_material_TabRowDefaults$stableprop // androidx.compose.material/androidx_compose_material_TabRowDefaults$stableprop|#static{}androidx_compose_material_TabRowDefaults$stableprop[0] final val androidx.compose.material/androidx_compose_material_TextFieldDefaults$stableprop // androidx.compose.material/androidx_compose_material_TextFieldDefaults$stableprop|#static{}androidx_compose_material_TextFieldDefaults$stableprop[0] -final val androidx.compose.material/androidx_compose_material_Translations$stableprop // androidx.compose.material/androidx_compose_material_Translations$stableprop|#static{}androidx_compose_material_Translations$stableprop[0] final val androidx.compose.material/androidx_compose_material_Typography$stableprop // androidx.compose.material/androidx_compose_material_Typography$stableprop|#static{}androidx_compose_material_Typography$stableprop[0] -final val androidx.compose.material/androidx_compose_material_WindowBoundsCalculator$stableprop // androidx.compose.material/androidx_compose_material_WindowBoundsCalculator$stableprop|#static{}androidx_compose_material_WindowBoundsCalculator$stableprop[0] final val androidx.compose.material/primarySurface // androidx.compose.material/primarySurface|@androidx.compose.material.Colors{}primarySurface[0] final fun (androidx.compose.material/Colors).(): androidx.compose.ui.graphics/Color // androidx.compose.material/primarySurface.|@androidx.compose.material.Colors(){}[0] final fun (androidx.compose.foundation.layout/RowScope).androidx.compose.material/BottomNavigationItem(kotlin/Boolean, kotlin/Function0, kotlin/Function2, androidx.compose.ui/Modifier?, kotlin/Boolean, kotlin/Function2?, kotlin/Boolean, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.material/BottomNavigationItem|BottomNavigationItem@androidx.compose.foundation.layout.RowScope(kotlin.Boolean;kotlin.Function0;kotlin.Function2;androidx.compose.ui.Modifier?;kotlin.Boolean;kotlin.Function2?;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[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|contentColorFor@androidx.compose.material.Colors(androidx.compose.ui.graphics.Color){}[0] final fun (androidx.compose.ui/Modifier).androidx.compose.material/minimumInteractiveComponentSize(): androidx.compose.ui/Modifier // androidx.compose.material/minimumInteractiveComponentSize|minimumInteractiveComponentSize@androidx.compose.ui.Modifier(){}[0] -final fun androidx.compose.material.internal/androidx_compose_material_internal_Icons$stableprop_getter(): kotlin/Int // androidx.compose.material.internal/androidx_compose_material_internal_Icons$stableprop_getter|androidx_compose_material_internal_Icons$stableprop_getter(){}[0] -final fun androidx.compose.material.internal/androidx_compose_material_internal_Icons_Filled$stableprop_getter(): kotlin/Int // androidx.compose.material.internal/androidx_compose_material_internal_Icons_Filled$stableprop_getter|androidx_compose_material_internal_Icons_Filled$stableprop_getter(){}[0] -final fun androidx.compose.material.internal/androidx_compose_material_internal_PlatformOptimizedCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.material.internal/androidx_compose_material_internal_PlatformOptimizedCancellationException$stableprop_getter|androidx_compose_material_internal_PlatformOptimizedCancellationException$stableprop_getter(){}[0] final fun androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshDefaults$stableprop_getter|androidx_compose_material_pullrefresh_PullRefreshDefaults$stableprop_getter(){}[0] final fun androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshState$stableprop_getter(): kotlin/Int // androidx.compose.material.pullrefresh/androidx_compose_material_pullrefresh_PullRefreshState$stableprop_getter|androidx_compose_material_pullrefresh_PullRefreshState$stableprop_getter(){}[0] final fun androidx.compose.material/AlertDialog(kotlin/Function0, kotlin/Function2, androidx.compose.ui/Modifier?, kotlin/Function2?, kotlin/Function2?, androidx.compose.ui.graphics/Shape?, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.window/DialogProperties?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material/AlertDialog|AlertDialog(kotlin.Function0;kotlin.Function2;androidx.compose.ui.Modifier?;kotlin.Function2?;kotlin.Function2?;androidx.compose.ui.graphics.Shape?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.window.DialogProperties?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -871,9 +852,6 @@ final fun androidx.compose.material/TopAppBar(androidx.compose.ui/Modifier?, and final fun androidx.compose.material/TopAppBar(kotlin/Function2, androidx.compose.foundation.layout/WindowInsets, androidx.compose.ui/Modifier?, kotlin/Function2?, kotlin/Function3?, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.unit/Dp, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material/TopAppBar|TopAppBar(kotlin.Function2;androidx.compose.foundation.layout.WindowInsets;androidx.compose.ui.Modifier?;kotlin.Function2?;kotlin.Function3?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material/TopAppBar(kotlin/Function2, androidx.compose.ui/Modifier?, kotlin/Function2?, kotlin/Function3?, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.unit/Dp, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material/TopAppBar|TopAppBar(kotlin.Function2;androidx.compose.ui.Modifier?;kotlin.Function2?;kotlin.Function3?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material/TriStateCheckbox(androidx.compose.ui.state/ToggleableState, kotlin/Function0?, androidx.compose.ui/Modifier?, kotlin/Boolean, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.material/CheckboxColors?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material/TriStateCheckbox|TriStateCheckbox(androidx.compose.ui.state.ToggleableState;kotlin.Function0?;androidx.compose.ui.Modifier?;kotlin.Boolean;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.material.CheckboxColors?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.material/androidx_compose_material_AnchoredDragFinishedSignal$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_AnchoredDragFinishedSignal$stableprop_getter|androidx_compose_material_AnchoredDragFinishedSignal$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_AnchoredDraggableDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_AnchoredDraggableDefaults$stableprop_getter|androidx_compose_material_AnchoredDraggableDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_AnchoredDraggableState$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_AnchoredDraggableState$stableprop_getter|androidx_compose_material_AnchoredDraggableState$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_AppBarDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_AppBarDefaults$stableprop_getter|androidx_compose_material_AppBarDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_BackdropScaffoldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_BackdropScaffoldDefaults$stableprop_getter|androidx_compose_material_BackdropScaffoldDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_BackdropScaffoldState$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_BackdropScaffoldState$stableprop_getter|androidx_compose_material_BackdropScaffoldState$stableprop_getter(){}[0] @@ -888,25 +866,17 @@ final fun androidx.compose.material/androidx_compose_material_ChipDefaults$stabl final fun androidx.compose.material/androidx_compose_material_Colors$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_Colors$stableprop_getter|androidx_compose_material_Colors$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_ContentAlpha$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_ContentAlpha$stableprop_getter|androidx_compose_material_ContentAlpha$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_DismissState$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_DismissState$stableprop_getter|androidx_compose_material_DismissState$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_DraggableAnchorsConfig$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_DraggableAnchorsConfig$stableprop_getter|androidx_compose_material_DraggableAnchorsConfig$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_DrawerDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_DrawerDefaults$stableprop_getter|androidx_compose_material_DrawerDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_DrawerState$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_DrawerState$stableprop_getter|androidx_compose_material_DrawerState$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_DropdownMenuPositionProvider$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_DropdownMenuPositionProvider$stableprop_getter|androidx_compose_material_DropdownMenuPositionProvider$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_ExposedDropdownMenuBoxScope$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_ExposedDropdownMenuBoxScope$stableprop_getter|androidx_compose_material_ExposedDropdownMenuBoxScope$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_ExposedDropdownMenuDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_ExposedDropdownMenuDefaults$stableprop_getter|androidx_compose_material_ExposedDropdownMenuDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_FabPlacement$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_FabPlacement$stableprop_getter|androidx_compose_material_FabPlacement$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_FixedThreshold$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_FixedThreshold$stableprop_getter|androidx_compose_material_FixedThreshold$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_FloatingActionButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_FloatingActionButtonDefaults$stableprop_getter|androidx_compose_material_FloatingActionButtonDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_FractionalThreshold$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_FractionalThreshold$stableprop_getter|androidx_compose_material_FractionalThreshold$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_InternalAtomicReference$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_InternalAtomicReference$stableprop_getter|androidx_compose_material_InternalAtomicReference$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_InternalMutatorMutex$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_InternalMutatorMutex$stableprop_getter|androidx_compose_material_InternalMutatorMutex$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_MaterialTheme$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_MaterialTheme$stableprop_getter|androidx_compose_material_MaterialTheme$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_MenuDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_MenuDefaults$stableprop_getter|androidx_compose_material_MenuDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_MinimumInteractiveModifier$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_MinimumInteractiveModifier$stableprop_getter|androidx_compose_material_MinimumInteractiveModifier$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_MinimumInteractiveModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_MinimumInteractiveModifierNode$stableprop_getter|androidx_compose_material_MinimumInteractiveModifierNode$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_ModalBottomSheetDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_ModalBottomSheetDefaults$stableprop_getter|androidx_compose_material_ModalBottomSheetDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_ModalBottomSheetState$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_ModalBottomSheetState$stableprop_getter|androidx_compose_material_ModalBottomSheetState$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_MutableWindowInsets$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_MutableWindowInsets$stableprop_getter|androidx_compose_material_MutableWindowInsets$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_NavigationRailDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_NavigationRailDefaults$stableprop_getter|androidx_compose_material_NavigationRailDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_ProgressIndicatorDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_ProgressIndicatorDefaults$stableprop_getter|androidx_compose_material_ProgressIndicatorDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_RadioButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_RadioButtonDefaults$stableprop_getter|androidx_compose_material_RadioButtonDefaults$stableprop_getter(){}[0] @@ -926,9 +896,7 @@ final fun androidx.compose.material/androidx_compose_material_SwitchDefaults$sta final fun androidx.compose.material/androidx_compose_material_TabPosition$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_TabPosition$stableprop_getter|androidx_compose_material_TabPosition$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_TabRowDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_TabRowDefaults$stableprop_getter|androidx_compose_material_TabRowDefaults$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_TextFieldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_TextFieldDefaults$stableprop_getter|androidx_compose_material_TextFieldDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_Translations$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_Translations$stableprop_getter|androidx_compose_material_Translations$stableprop_getter(){}[0] final fun androidx.compose.material/androidx_compose_material_Typography$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_Typography$stableprop_getter|androidx_compose_material_Typography$stableprop_getter(){}[0] -final fun androidx.compose.material/androidx_compose_material_WindowBoundsCalculator$stableprop_getter(): kotlin/Int // androidx.compose.material/androidx_compose_material_WindowBoundsCalculator$stableprop_getter|androidx_compose_material_WindowBoundsCalculator$stableprop_getter(){}[0] final fun androidx.compose.material/contentColorFor(androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.ui.graphics/Color // androidx.compose.material/contentColorFor|contentColorFor(androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.material/darkColors(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/Colors // androidx.compose.material/darkColors|darkColors(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 androidx.compose.material/lightColors(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/Colors // androidx.compose.material/lightColors|lightColors(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] diff --git a/compose/material3/adaptive/adaptive-layout/api/adaptive-layout.klib.api b/compose/material3/adaptive/adaptive-layout/api/adaptive-layout.klib.api index f580c10a1b192..1d16482f4ac00 100644 --- a/compose/material3/adaptive/adaptive-layout/api/adaptive-layout.klib.api +++ b/compose/material3/adaptive/adaptive-layout/api/adaptive-layout.klib.api @@ -566,29 +566,14 @@ final object androidx.compose.material3.adaptive.layout/SupportingPaneScaffoldRo final fun (): androidx.compose.material3.adaptive.layout/ThreePaneScaffoldRole // androidx.compose.material3.adaptive.layout/SupportingPaneScaffoldRole.Supporting.|(){}[0] } -final val androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_RefHolder$stableprop // androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_RefHolder$stableprop|#static{}androidx_compose_material3_adaptive_layout_internal_RefHolder$stableprop[0] -final val androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_Translations$stableprop // androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_Translations$stableprop|#static{}androidx_compose_material3_adaptive_layout_internal_Translations$stableprop[0] final val androidx.compose.material3.adaptive.layout/LocalAnimatedPaneOverride // androidx.compose.material3.adaptive.layout/LocalAnimatedPaneOverride|{}LocalAnimatedPaneOverride[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material3.adaptive.layout/LocalAnimatedPaneOverride.|(){}[0] final val androidx.compose.material3.adaptive.layout/LocalThreePaneScaffoldOverride // androidx.compose.material3.adaptive.layout/LocalThreePaneScaffoldOverride|{}LocalThreePaneScaffoldOverride[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material3.adaptive.layout/LocalThreePaneScaffoldOverride.|(){}[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Levitate$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Levitate$stableprop|#static{}androidx_compose_material3_adaptive_layout_AdaptStrategy_Levitate$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Reflow$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Reflow$stableprop|#static{}androidx_compose_material3_adaptive_layout_AdaptStrategy_Reflow$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneDefaults$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneDefaults$stableprop|#static{}androidx_compose_material3_adaptive_layout_AnimatedPaneDefaults$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneOverrideScope$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneOverrideScope$stableprop|#static{}androidx_compose_material3_adaptive_layout_AnimatedPaneOverrideScope$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Bounds$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Bounds$stableprop|#static{}androidx_compose_material3_adaptive_layout_Bounds$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DelayedSpringSpec$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DelayedSpringSpec$stableprop|#static{}androidx_compose_material3_adaptive_layout_DelayedSpringSpec$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedOffsetAnimationSpec$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedOffsetAnimationSpec$stableprop|#static{}androidx_compose_material3_adaptive_layout_DerivedOffsetAnimationSpec$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedSizeAnimationSpec$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedSizeAnimationSpec$stableprop|#static{}androidx_compose_material3_adaptive_layout_DerivedSizeAnimationSpec$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpHeightSizeClasses$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpHeightSizeClasses$stableprop|#static{}androidx_compose_material3_adaptive_layout_DpHeightSizeClasses$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpWidthSizeClasses$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpWidthSizeClasses$stableprop|#static{}androidx_compose_material3_adaptive_layout_DpWidthSizeClasses$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Bottom$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Bottom$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState_Bottom$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Horizontal$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Horizontal$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState_Horizontal$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Left$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Left$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState_Left$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Right$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Right$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState_Right$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Top$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Top$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState_Top$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Vertical$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Vertical$stableprop|#static{}androidx_compose_material3_adaptive_layout_DragToResizeState_Vertical$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldDefaults$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldDefaults$stableprop|#static{}androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldDefaults$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldRole$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldRole$stableprop|#static{}androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldRole$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_MutableThreePaneScaffoldState$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_MutableThreePaneScaffoldState$stableprop|#static{}androidx_compose_material3_adaptive_layout_MutableThreePaneScaffoldState$stableprop[0] @@ -598,60 +583,32 @@ final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_ final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Offset$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Offset$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Offset$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Proportion$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Proportion$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Proportion$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionState$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionState$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneExpansionState$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionStateData$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionStateData$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneExpansionStateData$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMarginsImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMarginsImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneMarginsImpl$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionData$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionData$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneMotionData$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionDefaults$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionDefaults$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneMotionDefaults$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldDirective$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldDirective$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneScaffoldDirective$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldParentDataImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldParentDataImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneScaffoldParentDataImpl$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldScopeImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldScopeImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_PaneScaffoldScopeImpl$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PredictiveBackScaleState$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PredictiveBackScaleState$stableprop|#static{}androidx_compose_material3_adaptive_layout_PredictiveBackScaleState$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PreferredSize$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PreferredSize$stableprop|#static{}androidx_compose_material3_adaptive_layout_PreferredSize$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Scrim$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Scrim$stableprop|#static{}androidx_compose_material3_adaptive_layout_Scrim$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldDefaults$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldDefaults$stableprop|#static{}androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldDefaults$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldRole$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldRole$stableprop|#static{}androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldRole$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneMotion$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneMotion$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneMotion$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldAdaptStrategies$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldAdaptStrategies$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldAdaptStrategies$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDefaults$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDefaults$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDefaults$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDestinationItem$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDestinationItem$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDestinationItem$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldHorizontalOrder$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldHorizontalOrder$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldHorizontalOrder$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldMotionDataProvider$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldMotionDataProvider$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldMotionDataProvider$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldOverrideScope$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldOverrideScope$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldOverrideScope$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldPaneScopeImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldPaneScopeImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldPaneScopeImpl$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldScopeImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldScopeImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldScopeImpl$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldState$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldState$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldState$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldTransitionScopeImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldTransitionScopeImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldTransitionScopeImpl$stableprop[0] final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldValue$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldValue$stableprop|#static{}androidx_compose_material3_adaptive_layout_ThreePaneScaffoldValue$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_TwoPaneExpansionStateKeyImpl$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_TwoPaneExpansionStateKeyImpl$stableprop|#static{}androidx_compose_material3_adaptive_layout_TwoPaneExpansionStateKeyImpl$stableprop[0] -final val androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_WindowInsetsRulers$stableprop // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_WindowInsetsRulers$stableprop|#static{}androidx_compose_material3_adaptive_layout_WindowInsetsRulers$stableprop[0] final fun (androidx.compose.material3.adaptive.layout/PaneExpansionState).androidx.compose.material3.adaptive.layout/defaultDragHandleSemantics(androidx.compose.runtime/Composer?, kotlin/Int): kotlin/Function1 // androidx.compose.material3.adaptive.layout/defaultDragHandleSemantics|defaultDragHandleSemantics@androidx.compose.material3.adaptive.layout.PaneExpansionState(androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun <#A: kotlin/Any?, #B: androidx.compose.material3.adaptive.layout/PaneScaffoldValue<#A>> (androidx.compose.material3.adaptive.layout/ExtendedPaneScaffoldPaneScope<#A, #B>).androidx.compose.material3.adaptive.layout/AnimatedPane(androidx.compose.ui/Modifier?, androidx.compose.animation/EnterTransition?, androidx.compose.animation/ExitTransition?, androidx.compose.animation.core/FiniteAnimationSpec?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.layout/AnimatedPane|AnimatedPane@androidx.compose.material3.adaptive.layout.ExtendedPaneScaffoldPaneScope<0:0,0:1>(androidx.compose.ui.Modifier?;androidx.compose.animation.EnterTransition?;androidx.compose.animation.ExitTransition?;androidx.compose.animation.core.FiniteAnimationSpec?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§;1§>}[0] final fun <#A: kotlin/Any?> (androidx.compose.material3.adaptive.layout/PaneScaffoldMotionDataProvider<#A>).androidx.compose.material3.adaptive.layout/calculateDefaultEnterTransition(#A): androidx.compose.animation/EnterTransition // androidx.compose.material3.adaptive.layout/calculateDefaultEnterTransition|calculateDefaultEnterTransition@androidx.compose.material3.adaptive.layout.PaneScaffoldMotionDataProvider<0:0>(0:0){0§}[0] final fun <#A: kotlin/Any?> (androidx.compose.material3.adaptive.layout/PaneScaffoldMotionDataProvider<#A>).androidx.compose.material3.adaptive.layout/calculateDefaultExitTransition(#A): androidx.compose.animation/ExitTransition // androidx.compose.material3.adaptive.layout/calculateDefaultExitTransition|calculateDefaultExitTransition@androidx.compose.material3.adaptive.layout.PaneScaffoldMotionDataProvider<0:0>(0:0){0§}[0] -final fun androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_RefHolder$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_RefHolder$stableprop_getter|androidx_compose_material3_adaptive_layout_internal_RefHolder$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_Translations$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout.internal/androidx_compose_material3_adaptive_layout_internal_Translations$stableprop_getter|androidx_compose_material3_adaptive_layout_internal_Translations$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/ListDetailPaneScaffold(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldState, kotlin/Function3, kotlin/Function3, androidx.compose.ui/Modifier?, kotlin/Function3?, kotlin/Function4?, androidx.compose.material3.adaptive.layout/PaneExpansionState?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.layout/ListDetailPaneScaffold|ListDetailPaneScaffold(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldState;kotlin.Function3;kotlin.Function3;androidx.compose.ui.Modifier?;kotlin.Function3?;kotlin.Function4?;androidx.compose.material3.adaptive.layout.PaneExpansionState?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.layout/ListDetailPaneScaffold(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldValue, kotlin/Function3, kotlin/Function3, androidx.compose.ui/Modifier?, kotlin/Function3?, kotlin/Function4?, androidx.compose.material3.adaptive.layout/PaneExpansionState?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.layout/ListDetailPaneScaffold|ListDetailPaneScaffold(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldValue;kotlin.Function3;kotlin.Function3;androidx.compose.ui.Modifier?;kotlin.Function3?;kotlin.Function4?;androidx.compose.material3.adaptive.layout.PaneExpansionState?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.layout/SupportingPaneScaffold(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldState, kotlin/Function3, kotlin/Function3, androidx.compose.ui/Modifier?, kotlin/Function3?, kotlin/Function4?, androidx.compose.material3.adaptive.layout/PaneExpansionState?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.layout/SupportingPaneScaffold|SupportingPaneScaffold(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldState;kotlin.Function3;kotlin.Function3;androidx.compose.ui.Modifier?;kotlin.Function3?;kotlin.Function4?;androidx.compose.material3.adaptive.layout.PaneExpansionState?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.layout/SupportingPaneScaffold(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldValue, kotlin/Function3, kotlin/Function3, androidx.compose.ui/Modifier?, kotlin/Function3?, kotlin/Function4?, androidx.compose.material3.adaptive.layout/PaneExpansionState?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.layout/SupportingPaneScaffold|SupportingPaneScaffold(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldValue;kotlin.Function3;kotlin.Function3;androidx.compose.ui.Modifier?;kotlin.Function3?;kotlin.Function4?;androidx.compose.material3.adaptive.layout.PaneExpansionState?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Levitate$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Levitate$stableprop_getter|androidx_compose_material3_adaptive_layout_AdaptStrategy_Levitate$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Reflow$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AdaptStrategy_Reflow$stableprop_getter|androidx_compose_material3_adaptive_layout_AdaptStrategy_Reflow$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneDefaults$stableprop_getter|androidx_compose_material3_adaptive_layout_AnimatedPaneDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_AnimatedPaneOverrideScope$stableprop_getter|androidx_compose_material3_adaptive_layout_AnimatedPaneOverrideScope$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Bounds$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Bounds$stableprop_getter|androidx_compose_material3_adaptive_layout_Bounds$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DelayedSpringSpec$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DelayedSpringSpec$stableprop_getter|androidx_compose_material3_adaptive_layout_DelayedSpringSpec$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedOffsetAnimationSpec$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedOffsetAnimationSpec$stableprop_getter|androidx_compose_material3_adaptive_layout_DerivedOffsetAnimationSpec$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedSizeAnimationSpec$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DerivedSizeAnimationSpec$stableprop_getter|androidx_compose_material3_adaptive_layout_DerivedSizeAnimationSpec$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpHeightSizeClasses$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpHeightSizeClasses$stableprop_getter|androidx_compose_material3_adaptive_layout_DpHeightSizeClasses$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpWidthSizeClasses$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DpWidthSizeClasses$stableprop_getter|androidx_compose_material3_adaptive_layout_DpWidthSizeClasses$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Bottom$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Bottom$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState_Bottom$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Horizontal$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Horizontal$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState_Horizontal$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Left$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Left$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState_Left$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Right$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Right$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState_Right$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Top$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Top$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState_Top$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Vertical$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_DragToResizeState_Vertical$stableprop_getter|androidx_compose_material3_adaptive_layout_DragToResizeState_Vertical$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldDefaults$stableprop_getter|androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldRole$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldRole$stableprop_getter|androidx_compose_material3_adaptive_layout_ListDetailPaneScaffoldRole$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_MutableThreePaneScaffoldState$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_MutableThreePaneScaffoldState$stableprop_getter|androidx_compose_material3_adaptive_layout_MutableThreePaneScaffoldState$stableprop_getter(){}[0] @@ -661,32 +618,19 @@ final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_ final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Offset$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Offset$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Offset$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Proportion$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Proportion$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneExpansionAnchor_Proportion$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionState$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionState$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneExpansionState$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionStateData$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneExpansionStateData$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneExpansionStateData$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMarginsImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMarginsImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneMarginsImpl$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionData$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionData$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneMotionData$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneMotionDefaults$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneMotionDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldDirective$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldDirective$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneScaffoldDirective$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldParentDataImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldParentDataImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneScaffoldParentDataImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PaneScaffoldScopeImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_PaneScaffoldScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PredictiveBackScaleState$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PredictiveBackScaleState$stableprop_getter|androidx_compose_material3_adaptive_layout_PredictiveBackScaleState$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PreferredSize$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_PreferredSize$stableprop_getter|androidx_compose_material3_adaptive_layout_PreferredSize$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Scrim$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_Scrim$stableprop_getter|androidx_compose_material3_adaptive_layout_Scrim$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldDefaults$stableprop_getter|androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldRole$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldRole$stableprop_getter|androidx_compose_material3_adaptive_layout_SupportingPaneScaffoldRole$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneMotion$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneMotion$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneMotion$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldAdaptStrategies$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldAdaptStrategies$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldAdaptStrategies$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDefaults$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDestinationItem$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDestinationItem$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldDestinationItem$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldHorizontalOrder$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldHorizontalOrder$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldHorizontalOrder$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldMotionDataProvider$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldMotionDataProvider$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldMotionDataProvider$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldOverrideScope$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldOverrideScope$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldPaneScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldPaneScopeImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldPaneScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldScopeImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldScopeImpl$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldState$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldState$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldState$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldTransitionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldTransitionScopeImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldTransitionScopeImpl$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldValue$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_ThreePaneScaffoldValue$stableprop_getter|androidx_compose_material3_adaptive_layout_ThreePaneScaffoldValue$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_TwoPaneExpansionStateKeyImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_TwoPaneExpansionStateKeyImpl$stableprop_getter|androidx_compose_material3_adaptive_layout_TwoPaneExpansionStateKeyImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_WindowInsetsRulers$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.layout/androidx_compose_material3_adaptive_layout_WindowInsetsRulers$stableprop_getter|androidx_compose_material3_adaptive_layout_WindowInsetsRulers$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.layout/calculatePaneScaffoldDirective(androidx.compose.material3.adaptive/WindowAdaptiveInfo, androidx.compose.material3.adaptive.layout/HingePolicy = ...): androidx.compose.material3.adaptive.layout/PaneScaffoldDirective // androidx.compose.material3.adaptive.layout/calculatePaneScaffoldDirective|calculatePaneScaffoldDirective(androidx.compose.material3.adaptive.WindowAdaptiveInfo;androidx.compose.material3.adaptive.layout.HingePolicy){}[0] final fun androidx.compose.material3.adaptive.layout/calculatePaneScaffoldDirectiveWithTwoPanesOnMediumWidth(androidx.compose.material3.adaptive/WindowAdaptiveInfo, androidx.compose.material3.adaptive.layout/HingePolicy = ...): androidx.compose.material3.adaptive.layout/PaneScaffoldDirective // androidx.compose.material3.adaptive.layout/calculatePaneScaffoldDirectiveWithTwoPanesOnMediumWidth|calculatePaneScaffoldDirectiveWithTwoPanesOnMediumWidth(androidx.compose.material3.adaptive.WindowAdaptiveInfo;androidx.compose.material3.adaptive.layout.HingePolicy){}[0] final fun androidx.compose.material3.adaptive.layout/calculateThreePaneScaffoldValue(kotlin/Int, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldAdaptStrategies, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldDestinationItem<*>?, kotlin/Int = ...): androidx.compose.material3.adaptive.layout/ThreePaneScaffoldValue // androidx.compose.material3.adaptive.layout/calculateThreePaneScaffoldValue|calculateThreePaneScaffoldValue(kotlin.Int;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldAdaptStrategies;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldDestinationItem<*>?;kotlin.Int){}[0] diff --git a/compose/material3/adaptive/adaptive-navigation/api/adaptive-navigation.klib.api b/compose/material3/adaptive/adaptive-navigation/api/adaptive-navigation.klib.api index 7424014decf1e..ade3779735208 100644 --- a/compose/material3/adaptive/adaptive-navigation/api/adaptive-navigation.klib.api +++ b/compose/material3/adaptive/adaptive-navigation/api/adaptive-navigation.klib.api @@ -44,10 +44,7 @@ final value class androidx.compose.material3.adaptive.navigation/BackNavigationB } } -final val androidx.compose.material3.adaptive.navigation/androidx_compose_material3_adaptive_navigation_DefaultThreePaneScaffoldNavigator$stableprop // androidx.compose.material3.adaptive.navigation/androidx_compose_material3_adaptive_navigation_DefaultThreePaneScaffoldNavigator$stableprop|#static{}androidx_compose_material3_adaptive_navigation_DefaultThreePaneScaffoldNavigator$stableprop[0] - final fun <#A: kotlin/Any?> androidx.compose.material3.adaptive.navigation/rememberListDetailPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective?, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldAdaptStrategies?, kotlin/Boolean, kotlin.collections/List>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.material3.adaptive.navigation/ThreePaneScaffoldNavigator<#A> // androidx.compose.material3.adaptive.navigation/rememberListDetailPaneScaffoldNavigator|rememberListDetailPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective?;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldAdaptStrategies?;kotlin.Boolean;kotlin.collections.List>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] final fun <#A: kotlin/Any?> androidx.compose.material3.adaptive.navigation/rememberSupportingPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective?, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldAdaptStrategies?, kotlin/Boolean, kotlin.collections/List>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.material3.adaptive.navigation/ThreePaneScaffoldNavigator<#A> // androidx.compose.material3.adaptive.navigation/rememberSupportingPaneScaffoldNavigator|rememberSupportingPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective?;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldAdaptStrategies?;kotlin.Boolean;kotlin.collections.List>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] -final fun androidx.compose.material3.adaptive.navigation/androidx_compose_material3_adaptive_navigation_DefaultThreePaneScaffoldNavigator$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigation/androidx_compose_material3_adaptive_navigation_DefaultThreePaneScaffoldNavigator$stableprop_getter|androidx_compose_material3_adaptive_navigation_DefaultThreePaneScaffoldNavigator$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigation/rememberListDetailPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective?, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldAdaptStrategies?, kotlin/Boolean, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.material3.adaptive.navigation/ThreePaneScaffoldNavigator // androidx.compose.material3.adaptive.navigation/rememberListDetailPaneScaffoldNavigator|rememberListDetailPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective?;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldAdaptStrategies?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.navigation/rememberSupportingPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout/PaneScaffoldDirective?, androidx.compose.material3.adaptive.layout/ThreePaneScaffoldAdaptStrategies?, kotlin/Boolean, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.material3.adaptive.navigation/ThreePaneScaffoldNavigator // androidx.compose.material3.adaptive.navigation/rememberSupportingPaneScaffoldNavigator|rememberSupportingPaneScaffoldNavigator(androidx.compose.material3.adaptive.layout.PaneScaffoldDirective?;androidx.compose.material3.adaptive.layout.ThreePaneScaffoldAdaptStrategies?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] diff --git a/compose/material3/material3-adaptive-navigation-suite/api/material3-adaptive-navigation-suite.klib.api b/compose/material3/material3-adaptive-navigation-suite/api/material3-adaptive-navigation-suite.klib.api index c63a91f661e66..7699bb60723ce 100644 --- a/compose/material3/material3-adaptive-navigation-suite/api/material3-adaptive-navigation-suite.klib.api +++ b/compose/material3/material3-adaptive-navigation-suite/api/material3-adaptive-navigation-suite.klib.api @@ -147,14 +147,11 @@ final object androidx.compose.material3.adaptive.navigationsuite/NavigationSuite final val androidx.compose.material3.adaptive.navigationsuite/LocalNavigationSuiteScaffoldOverride // androidx.compose.material3.adaptive.navigationsuite/LocalNavigationSuiteScaffoldOverride|{}LocalNavigationSuiteScaffoldOverride[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material3.adaptive.navigationsuite/LocalNavigationSuiteScaffoldOverride.|(){}[0] final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DefaultNavigationSuiteScaffoldOverride$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DefaultNavigationSuiteScaffoldOverride$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_DefaultNavigationSuiteScaffoldOverride$stableprop[0] -final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpHeightSizeClasses$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpHeightSizeClasses$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_DpHeightSizeClasses$stableprop[0] -final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpWidthSizeClasses$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpWidthSizeClasses$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_DpWidthSizeClasses$stableprop[0] final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteColors$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteColors$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteColors$stableprop[0] final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteDefaults$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteDefaults$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteDefaults$stableprop[0] final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteItemColors$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteItemColors$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteItemColors$stableprop[0] final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldDefaults$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldDefaults$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldDefaults$stableprop[0] final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldOverrideScope$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldOverrideScope$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldOverrideScope$stableprop[0] -final val androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldStateImpl$stableprop // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldStateImpl$stableprop|#static{}androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldStateImpl$stableprop[0] final fun androidx.compose.material3.adaptive.navigationsuite/NavigationSuite(androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteType, androidx.compose.ui/Modifier?, androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteColors?, androidx.compose.foundation.layout/Arrangement.Vertical?, kotlin/Function2?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.navigationsuite/NavigationSuite|NavigationSuite(androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteType;androidx.compose.ui.Modifier?;androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteColors?;androidx.compose.foundation.layout.Arrangement.Vertical?;kotlin.Function2?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/NavigationSuite(androidx.compose.ui/Modifier, androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteType, androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteColors, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.navigationsuite/NavigationSuite|NavigationSuite(androidx.compose.ui.Modifier;androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteType;androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteColors;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -173,12 +170,9 @@ final fun androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteSca final fun androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldLayout(kotlin/Function2, androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteType?, androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldState?, kotlin/Function2?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldLayout|NavigationSuiteScaffoldLayout(kotlin.Function2;androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteType?;androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteScaffoldState?;kotlin.Function2?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldLayout(kotlin/Function2, androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteType?, kotlin/Function2?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldLayout|NavigationSuiteScaffoldLayout(kotlin.Function2;androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteType?;kotlin.Function2?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DefaultNavigationSuiteScaffoldOverride$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DefaultNavigationSuiteScaffoldOverride$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_DefaultNavigationSuiteScaffoldOverride$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpHeightSizeClasses$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpHeightSizeClasses$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_DpHeightSizeClasses$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpWidthSizeClasses$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_DpWidthSizeClasses$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_DpWidthSizeClasses$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteColors$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteColors$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteColors$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteDefaults$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteItemColors$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteItemColors$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteItemColors$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldDefaults$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldOverrideScope$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldOverrideScope$stableprop_getter(){}[0] -final fun androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldStateImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.adaptive.navigationsuite/androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldStateImpl$stableprop_getter|androidx_compose_material3_adaptive_navigationsuite_NavigationSuiteScaffoldStateImpl$stableprop_getter(){}[0] final fun androidx.compose.material3.adaptive.navigationsuite/rememberNavigationSuiteScaffoldState(androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldValue?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.material3.adaptive.navigationsuite/NavigationSuiteScaffoldState // androidx.compose.material3.adaptive.navigationsuite/rememberNavigationSuiteScaffoldState|rememberNavigationSuiteScaffoldState(androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteScaffoldValue?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] diff --git a/compose/material3/material3/api/material3.klib.api b/compose/material3/material3/api/material3.klib.api index 967f0fea074e6..3191a71ced6b1 100644 --- a/compose/material3/material3/api/material3.klib.api +++ b/compose/material3/material3/api/material3.klib.api @@ -3705,171 +3705,16 @@ final object androidx.compose.material3/WideNavigationRailItemDefaults { // andr final fun iconPositionFor(kotlin/Boolean): androidx.compose.material3/NavigationItemIconPosition // androidx.compose.material3/WideNavigationRailItemDefaults.iconPositionFor|iconPositionFor(kotlin.Boolean){}[0] } -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_Arrangement$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_Arrangement$stableprop|#static{}androidx_compose_material3_carousel_Arrangement$stableprop[0] final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselDefaults$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselDefaults$stableprop|#static{}androidx_compose_material3_carousel_CarouselDefaults$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemDrawInfoImpl$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemDrawInfoImpl$stableprop|#static{}androidx_compose_material3_carousel_CarouselItemDrawInfoImpl$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemScopeImpl$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemScopeImpl$stableprop|#static{}androidx_compose_material3_carousel_CarouselItemScopeImpl$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPageSize$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPageSize$stableprop|#static{}androidx_compose_material3_carousel_CarouselPageSize$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPagerState$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPagerState$stableprop|#static{}androidx_compose_material3_carousel_CarouselPagerState$stableprop[0] final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselState$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselState$stableprop|#static{}androidx_compose_material3_carousel_CarouselState$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_Keyline$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_Keyline$stableprop|#static{}androidx_compose_material3_carousel_Keyline$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_KeylineList$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_KeylineList$stableprop|#static{}androidx_compose_material3_carousel_KeylineList$stableprop[0] -final val androidx.compose.material3.carousel/androidx_compose_material3_carousel_Strategy$stableprop // androidx.compose.material3.carousel/androidx_compose_material3_carousel_Strategy$stableprop|#static{}androidx_compose_material3_carousel_Strategy$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition$stableprop|#static{}androidx_compose_material3_internal_AnchorAlignmentOffsetPosition$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop|#static{}androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Vertical$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Vertical$stableprop|#static{}androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Vertical$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDragFinishedSignal$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDragFinishedSignal$stableprop|#static{}androidx_compose_material3_internal_AnchoredDragFinishedSignal$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableDefaults$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableDefaults$stableprop|#static{}androidx_compose_material3_internal_AnchoredDraggableDefaults$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableState$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableState$stableprop|#static{}androidx_compose_material3_internal_AnchoredDraggableState$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_AnimatedShapeState$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_AnimatedShapeState$stableprop|#static{}androidx_compose_material3_internal_AnimatedShapeState$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventCompat$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventCompat$stableprop|#static{}androidx_compose_material3_internal_BackEventCompat$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_Completed$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_Completed$stableprop|#static{}androidx_compose_material3_internal_BackEventProgress_Completed$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_InProgress$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_InProgress$stableprop|#static{}androidx_compose_material3_internal_BackEventProgress_InProgress$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_NotRunning$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_NotRunning$stableprop|#static{}androidx_compose_material3_internal_BackEventProgress_NotRunning$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipDefaults$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipDefaults$stableprop|#static{}androidx_compose_material3_internal_BasicTooltipDefaults$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipStrings$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipStrings$stableprop|#static{}androidx_compose_material3_internal_BasicTooltipStrings$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarDate$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarDate$stableprop|#static{}androidx_compose_material3_internal_CalendarDate$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarModel$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarModel$stableprop|#static{}androidx_compose_material3_internal_CalendarModel$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarMonth$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarMonth$stableprop|#static{}androidx_compose_material3_internal_CalendarMonth$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNode$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNode$stableprop|#static{}androidx_compose_material3_internal_ChildSemanticsNode$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNodeElement$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNodeElement$stableprop|#static{}androidx_compose_material3_internal_ChildSemanticsNodeElement$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_DateInputFormat$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_DateInputFormat$stableprop|#static{}androidx_compose_material3_internal_DateInputFormat$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_DraggableAnchorsConfig$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_DraggableAnchorsConfig$stableprop|#static{}androidx_compose_material3_internal_DraggableAnchorsConfig$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_DropdownMenuPositionProvider$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_DropdownMenuPositionProvider$stableprop|#static{}androidx_compose_material3_internal_DropdownMenuPositionProvider$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_Icons$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons$stableprop|#static{}androidx_compose_material3_internal_Icons$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored$stableprop|#static{}androidx_compose_material3_internal_Icons_AutoMirrored$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored_Filled$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored_Filled$stableprop|#static{}androidx_compose_material3_internal_Icons_AutoMirrored_Filled$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Filled$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Filled$stableprop|#static{}androidx_compose_material3_internal_Icons_Filled$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Outlined$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Outlined$stableprop|#static{}androidx_compose_material3_internal_Icons_Outlined$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_InternalAtomicReference$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_InternalAtomicReference$stableprop|#static{}androidx_compose_material3_internal_InternalAtomicReference$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_InternalMutatorMutex$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_InternalMutatorMutex$stableprop|#static{}androidx_compose_material3_internal_InternalMutatorMutex$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_KotlinxDatetimeCalendarModel$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_KotlinxDatetimeCalendarModel$stableprop|#static{}androidx_compose_material3_internal_KotlinxDatetimeCalendarModel$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_MappedInteractionSource$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_MappedInteractionSource$stableprop|#static{}androidx_compose_material3_internal_MappedInteractionSource$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_MenuPosition$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_MenuPosition$stableprop|#static{}androidx_compose_material3_internal_MenuPosition$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_MutableWindowInsets$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_MutableWindowInsets$stableprop|#static{}androidx_compose_material3_internal_MutableWindowInsets$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNode$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNode$stableprop|#static{}androidx_compose_material3_internal_ParentSemanticsNode$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeElement$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeElement$stableprop|#static{}androidx_compose_material3_internal_ParentSemanticsNodeElement$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeKey$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeKey$stableprop|#static{}androidx_compose_material3_internal_ParentSemanticsNodeKey$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformDateFormat$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformDateFormat$stableprop|#static{}androidx_compose_material3_internal_PlatformDateFormat$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformOptimizedCancellationException$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformOptimizedCancellationException$stableprop|#static{}androidx_compose_material3_internal_PlatformOptimizedCancellationException$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_PredictiveBack$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_PredictiveBack$stableprop|#static{}androidx_compose_material3_internal_PredictiveBack$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_Translations$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_Translations$stableprop|#static{}androidx_compose_material3_internal_Translations$stableprop[0] -final val androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition$stableprop|#static{}androidx_compose_material3_internal_WindowAlignmentMarginPosition$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Horizontal$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Horizontal$stableprop|#static{}androidx_compose_material3_internal_WindowAlignmentMarginPosition_Horizontal$stableprop[0] final val androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Vertical$stableprop // androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Vertical$stableprop|#static{}androidx_compose_material3_internal_WindowAlignmentMarginPosition_Vertical$stableprop[0] final val androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshDefaults$stableprop // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshDefaults$stableprop|#static{}androidx_compose_material3_pulltorefresh_PullToRefreshDefaults$stableprop[0] -final val androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshElement$stableprop // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshElement$stableprop|#static{}androidx_compose_material3_pulltorefresh_PullToRefreshElement$stableprop[0] -final val androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshModifierNode$stableprop // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshModifierNode$stableprop|#static{}androidx_compose_material3_pulltorefresh_PullToRefreshModifierNode$stableprop[0] -final val androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshStateImpl$stableprop // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshStateImpl$stableprop|#static{}androidx_compose_material3_pulltorefresh_PullToRefreshStateImpl$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeFlexibleTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeFlexibleTokens$stableprop|#static{}androidx_compose_material3_tokens_AppBarLargeFlexibleTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_AppBarLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumFlexibleTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumFlexibleTokens$stableprop|#static{}androidx_compose_material3_tokens_AppBarMediumFlexibleTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumTokens$stableprop|#static{}androidx_compose_material3_tokens_AppBarMediumTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_AppBarSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarTokens$stableprop|#static{}androidx_compose_material3_tokens_AppBarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_AssistChipTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AssistChipTokens$stableprop|#static{}androidx_compose_material3_tokens_AssistChipTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_BadgeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_BadgeTokens$stableprop|#static{}androidx_compose_material3_tokens_BadgeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_BaselineButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_BaselineButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_BaselineButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_BottomAppBarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_BottomAppBarTokens$stableprop|#static{}androidx_compose_material3_tokens_BottomAppBarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonGroupSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonGroupSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_ButtonGroupSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_ButtonLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonMediumTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonMediumTokens$stableprop|#static{}androidx_compose_material3_tokens_ButtonMediumTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_ButtonSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_ButtonXLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_ButtonXSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_CheckboxTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_CheckboxTokens$stableprop|#static{}androidx_compose_material3_tokens_CheckboxTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_CircularProgressIndicatorTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_CircularProgressIndicatorTokens$stableprop|#static{}androidx_compose_material3_tokens_CircularProgressIndicatorTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorDarkTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorDarkTokens$stableprop|#static{}androidx_compose_material3_tokens_ColorDarkTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorLightTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorLightTokens$stableprop|#static{}androidx_compose_material3_tokens_ColorLightTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ConnectedButtonGroupSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ConnectedButtonGroupSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_ConnectedButtonGroupSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_DateInputModalTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DateInputModalTokens$stableprop|#static{}androidx_compose_material3_tokens_DateInputModalTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_DatePickerModalTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DatePickerModalTokens$stableprop|#static{}androidx_compose_material3_tokens_DatePickerModalTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_DialogTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DialogTokens$stableprop|#static{}androidx_compose_material3_tokens_DialogTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_DividerTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DividerTokens$stableprop|#static{}androidx_compose_material3_tokens_DividerTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_DockedToolbarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DockedToolbarTokens$stableprop|#static{}androidx_compose_material3_tokens_DockedToolbarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_DragHandleTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DragHandleTokens$stableprop|#static{}androidx_compose_material3_tokens_DragHandleTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_ElevatedButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedCardTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedCardTokens$stableprop|#static{}androidx_compose_material3_tokens_ElevatedCardTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevationTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevationTokens$stableprop|#static{}androidx_compose_material3_tokens_ElevationTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExpressiveMotionTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExpressiveMotionTokens$stableprop|#static{}androidx_compose_material3_tokens_ExpressiveMotionTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_ExtendedFabLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabMediumTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabMediumTokens$stableprop|#static{}androidx_compose_material3_tokens_ExtendedFabMediumTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabPrimaryTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabPrimaryTokens$stableprop|#static{}androidx_compose_material3_tokens_ExtendedFabPrimaryTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_ExtendedFabSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabBaselineTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabBaselineTokens$stableprop|#static{}androidx_compose_material3_tokens_FabBaselineTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_FabLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMediumTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMediumTokens$stableprop|#static{}androidx_compose_material3_tokens_FabMediumTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMenuBaselineTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMenuBaselineTokens$stableprop|#static{}androidx_compose_material3_tokens_FabMenuBaselineTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabPrimaryContainerTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabPrimaryContainerTokens$stableprop|#static{}androidx_compose_material3_tokens_FabPrimaryContainerTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSecondaryContainerTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSecondaryContainerTokens$stableprop|#static{}androidx_compose_material3_tokens_FabSecondaryContainerTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_FabSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledAutocompleteTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledAutocompleteTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledAutocompleteTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledCardTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledCardTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledCardTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTextFieldTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTextFieldTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledTextFieldTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledTonalButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_FilledTonalIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilterChipTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilterChipTokens$stableprop|#static{}androidx_compose_material3_tokens_FilterChipTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_FloatingToolbarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FloatingToolbarTokens$stableprop|#static{}androidx_compose_material3_tokens_FloatingToolbarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_InputChipTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_InputChipTokens$stableprop|#static{}androidx_compose_material3_tokens_InputChipTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_LargeIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_LargeIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_LargeIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_LinearProgressIndicatorTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_LinearProgressIndicatorTokens$stableprop|#static{}androidx_compose_material3_tokens_LinearProgressIndicatorTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ListTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ListTokens$stableprop|#static{}androidx_compose_material3_tokens_ListTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_LoadingIndicatorTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_LoadingIndicatorTokens$stableprop|#static{}androidx_compose_material3_tokens_LoadingIndicatorTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_MediumIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_MediumIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_MediumIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_MenuTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_MenuTokens$stableprop|#static{}androidx_compose_material3_tokens_MenuTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_MotionTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_MotionTokens$stableprop|#static{}androidx_compose_material3_tokens_MotionTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarHorizontalItemTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarHorizontalItemTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationBarHorizontalItemTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationBarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarVerticalItemTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarVerticalItemTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationBarVerticalItemTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationDrawerTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationDrawerTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationDrawerTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailBaselineItemTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailBaselineItemTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationRailBaselineItemTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailCollapsedTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailCollapsedTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationRailCollapsedTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailColorTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailColorTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationRailColorTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailExpandedTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailExpandedTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationRailExpandedTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailHorizontalItemTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailHorizontalItemTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationRailHorizontalItemTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailVerticalItemTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailVerticalItemTokens$stableprop|#static{}androidx_compose_material3_tokens_NavigationRailVerticalItemTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedAutocompleteTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedAutocompleteTokens$stableprop|#static{}androidx_compose_material3_tokens_OutlinedAutocompleteTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_OutlinedButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedCardTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedCardTokens$stableprop|#static{}androidx_compose_material3_tokens_OutlinedCardTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_OutlinedIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedSegmentedButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedSegmentedButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_OutlinedSegmentedButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedTextFieldTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedTextFieldTokens$stableprop|#static{}androidx_compose_material3_tokens_OutlinedTextFieldTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_PaletteTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_PaletteTokens$stableprop|#static{}androidx_compose_material3_tokens_PaletteTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_PlainTooltipTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_PlainTooltipTokens$stableprop|#static{}androidx_compose_material3_tokens_PlainTooltipTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_PrimaryNavigationTabTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_PrimaryNavigationTabTokens$stableprop|#static{}androidx_compose_material3_tokens_PrimaryNavigationTabTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ProgressIndicatorTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ProgressIndicatorTokens$stableprop|#static{}androidx_compose_material3_tokens_ProgressIndicatorTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_RadioButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_RadioButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_RadioButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_RichTooltipTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_RichTooltipTokens$stableprop|#static{}androidx_compose_material3_tokens_RichTooltipTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ScrimTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ScrimTokens$stableprop|#static{}androidx_compose_material3_tokens_ScrimTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchBarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchBarTokens$stableprop|#static{}androidx_compose_material3_tokens_SearchBarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchViewTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchViewTokens$stableprop|#static{}androidx_compose_material3_tokens_SearchViewTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SecondaryNavigationTabTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SecondaryNavigationTabTokens$stableprop|#static{}androidx_compose_material3_tokens_SecondaryNavigationTabTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_ShapeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ShapeTokens$stableprop|#static{}androidx_compose_material3_tokens_ShapeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SheetBottomTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SheetBottomTokens$stableprop|#static{}androidx_compose_material3_tokens_SheetBottomTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SliderTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SliderTokens$stableprop|#static{}androidx_compose_material3_tokens_SliderTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SmallIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SmallIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_SmallIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SnackbarTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SnackbarTokens$stableprop|#static{}androidx_compose_material3_tokens_SnackbarTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_SplitButtonLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonMediumTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonMediumTokens$stableprop|#static{}androidx_compose_material3_tokens_SplitButtonMediumTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_SplitButtonSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXLargeTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXLargeTokens$stableprop|#static{}androidx_compose_material3_tokens_SplitButtonXLargeTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXSmallTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXSmallTokens$stableprop|#static{}androidx_compose_material3_tokens_SplitButtonXSmallTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_StandardIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardMotionTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardMotionTokens$stableprop|#static{}androidx_compose_material3_tokens_StandardMotionTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_StateTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_StateTokens$stableprop|#static{}androidx_compose_material3_tokens_StateTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SuggestionChipTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SuggestionChipTokens$stableprop|#static{}androidx_compose_material3_tokens_SuggestionChipTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_SwitchTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SwitchTokens$stableprop|#static{}androidx_compose_material3_tokens_SwitchTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TextButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TextButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_TextButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimeInputTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimeInputTokens$stableprop|#static{}androidx_compose_material3_tokens_TimeInputTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimePickerTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimePickerTokens$stableprop|#static{}androidx_compose_material3_tokens_TimePickerTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TonalButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TonalButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_TonalButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypeScaleTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypeScaleTokens$stableprop|#static{}androidx_compose_material3_tokens_TypeScaleTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypefaceTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypefaceTokens$stableprop|#static{}androidx_compose_material3_tokens_TypefaceTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypographyTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypographyTokens$stableprop|#static{}androidx_compose_material3_tokens_TypographyTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_XLargeIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_XLargeIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_XLargeIconButtonTokens$stableprop[0] -final val androidx.compose.material3.tokens/androidx_compose_material3_tokens_XSmallIconButtonTokens$stableprop // androidx.compose.material3.tokens/androidx_compose_material3_tokens_XSmallIconButtonTokens$stableprop|#static{}androidx_compose_material3_tokens_XSmallIconButtonTokens$stableprop[0] final val androidx.compose.material3/LocalAbsoluteTonalElevation // androidx.compose.material3/LocalAbsoluteTonalElevation|{}LocalAbsoluteTonalElevation[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material3/LocalAbsoluteTonalElevation.|(){}[0] final val androidx.compose.material3/LocalBasicAlertDialogOverride // androidx.compose.material3/LocalBasicAlertDialogOverride|{}LocalBasicAlertDialogOverride[0] @@ -3909,12 +3754,9 @@ final val androidx.compose.material3/LocalVerticalToolbarWithFabOverride // andr final val androidx.compose.material3/LocalWideNavigationRailOverride // androidx.compose.material3/LocalWideNavigationRailOverride|{}LocalWideNavigationRailOverride[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.material3/LocalWideNavigationRailOverride.|(){}[0] final val androidx.compose.material3/androidx_compose_material3_AlertDialogDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_AlertDialogDefaults$stableprop|#static{}androidx_compose_material3_AlertDialogDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_AnalogTimePickerState$stableprop // androidx.compose.material3/androidx_compose_material3_AnalogTimePickerState$stableprop|#static{}androidx_compose_material3_AnalogTimePickerState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_AppBarMenuState$stableprop // androidx.compose.material3/androidx_compose_material3_AppBarMenuState$stableprop|#static{}androidx_compose_material3_AppBarMenuState$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_AppBarScopeImpl$stableprop // androidx.compose.material3/androidx_compose_material3_AppBarScopeImpl$stableprop|#static{}androidx_compose_material3_AppBarScopeImpl$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_AssistChipDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_AssistChipDefaults$stableprop|#static{}androidx_compose_material3_AssistChipDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_BadgeDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_BadgeDefaults$stableprop|#static{}androidx_compose_material3_BadgeDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_BaseDatePickerStateImpl$stableprop // androidx.compose.material3/androidx_compose_material3_BaseDatePickerStateImpl$stableprop|#static{}androidx_compose_material3_BaseDatePickerStateImpl$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_BasicAlertDialogOverrideScope$stableprop // androidx.compose.material3/androidx_compose_material3_BasicAlertDialogOverrideScope$stableprop|#static{}androidx_compose_material3_BasicAlertDialogOverrideScope$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_BottomAppBarDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_BottomAppBarDefaults$stableprop|#static{}androidx_compose_material3_BottomAppBarDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_BottomSheetDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_BottomSheetDefaults$stableprop|#static{}androidx_compose_material3_BottomSheetDefaults$stableprop[0] @@ -3923,10 +3765,7 @@ final val androidx.compose.material3/androidx_compose_material3_ButtonColors$sta final val androidx.compose.material3/androidx_compose_material3_ButtonDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonDefaults$stableprop|#static{}androidx_compose_material3_ButtonDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ButtonElevation$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonElevation$stableprop|#static{}androidx_compose_material3_ButtonElevation$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ButtonGroupDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonGroupDefaults$stableprop|#static{}androidx_compose_material3_ButtonGroupDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ButtonGroupElement$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonGroupElement$stableprop|#static{}androidx_compose_material3_ButtonGroupElement$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ButtonGroupMenuState$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonGroupMenuState$stableprop|#static{}androidx_compose_material3_ButtonGroupMenuState$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ButtonGroupNode$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonGroupNode$stableprop|#static{}androidx_compose_material3_ButtonGroupNode$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ButtonGroupParentData$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonGroupParentData$stableprop|#static{}androidx_compose_material3_ButtonGroupParentData$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ButtonShapes$stableprop // androidx.compose.material3/androidx_compose_material3_ButtonShapes$stableprop|#static{}androidx_compose_material3_ButtonShapes$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_CardColors$stableprop // androidx.compose.material3/androidx_compose_material3_CardColors$stableprop|#static{}androidx_compose_material3_CardColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_CardDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_CardDefaults$stableprop|#static{}androidx_compose_material3_CardDefaults$stableprop[0] @@ -3936,15 +3775,7 @@ final val androidx.compose.material3/androidx_compose_material3_CheckboxDefaults final val androidx.compose.material3/androidx_compose_material3_ChipBorder$stableprop // androidx.compose.material3/androidx_compose_material3_ChipBorder$stableprop|#static{}androidx_compose_material3_ChipBorder$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ChipColors$stableprop // androidx.compose.material3/androidx_compose_material3_ChipColors$stableprop|#static{}androidx_compose_material3_ChipColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ChipElevation$stableprop // androidx.compose.material3/androidx_compose_material3_ChipElevation$stableprop|#static{}androidx_compose_material3_ChipElevation$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ClickableAppBarItem$stableprop // androidx.compose.material3/androidx_compose_material3_ClickableAppBarItem$stableprop|#static{}androidx_compose_material3_ClickableAppBarItem$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ClickableButtonGroupItem$stableprop // androidx.compose.material3/androidx_compose_material3_ClickableButtonGroupItem$stableprop|#static{}androidx_compose_material3_ClickableButtonGroupItem$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ClockDialModifier$stableprop // androidx.compose.material3/androidx_compose_material3_ClockDialModifier$stableprop|#static{}androidx_compose_material3_ClockDialModifier$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ClockDialNode$stableprop // androidx.compose.material3/androidx_compose_material3_ClockDialNode$stableprop|#static{}androidx_compose_material3_ClockDialNode$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ClockFaceSizeModifier$stableprop // androidx.compose.material3/androidx_compose_material3_ClockFaceSizeModifier$stableprop|#static{}androidx_compose_material3_ClockFaceSizeModifier$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ColorScheme$stableprop // androidx.compose.material3/androidx_compose_material3_ColorScheme$stableprop|#static{}androidx_compose_material3_ColorScheme$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_CustomAppBarItem$stableprop // androidx.compose.material3/androidx_compose_material3_CustomAppBarItem$stableprop|#static{}androidx_compose_material3_CustomAppBarItem$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_CustomButtonGroupItem$stableprop // androidx.compose.material3/androidx_compose_material3_CustomButtonGroupItem$stableprop|#static{}androidx_compose_material3_CustomButtonGroupItem$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_DateInputValidator$stableprop // androidx.compose.material3/androidx_compose_material3_DateInputValidator$stableprop|#static{}androidx_compose_material3_DateInputValidator$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_DatePickerColors$stableprop // androidx.compose.material3/androidx_compose_material3_DatePickerColors$stableprop|#static{}androidx_compose_material3_DatePickerColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_DatePickerDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_DatePickerDefaults$stableprop|#static{}androidx_compose_material3_DatePickerDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_DateRangePickerDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_DateRangePickerDefaults$stableprop|#static{}androidx_compose_material3_DateRangePickerDefaults$stableprop[0] @@ -3965,24 +3796,15 @@ final val androidx.compose.material3/androidx_compose_material3_DragHandleColors final val androidx.compose.material3/androidx_compose_material3_DragHandleShapes$stableprop // androidx.compose.material3/androidx_compose_material3_DragHandleShapes$stableprop|#static{}androidx_compose_material3_DragHandleShapes$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_DragHandleSizes$stableprop // androidx.compose.material3/androidx_compose_material3_DragHandleSizes$stableprop|#static{}androidx_compose_material3_DragHandleSizes$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_DrawerDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_DrawerDefaults$stableprop|#static{}androidx_compose_material3_DrawerDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_DrawerPredictiveBackState$stableprop // androidx.compose.material3/androidx_compose_material3_DrawerPredictiveBackState$stableprop|#static{}androidx_compose_material3_DrawerPredictiveBackState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_DrawerState$stableprop // androidx.compose.material3/androidx_compose_material3_DrawerState$stableprop|#static{}androidx_compose_material3_DrawerState$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_EnlargeOnPressElement$stableprop // androidx.compose.material3/androidx_compose_material3_EnlargeOnPressElement$stableprop|#static{}androidx_compose_material3_EnlargeOnPressElement$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_EnlargeOnPressNode$stableprop // androidx.compose.material3/androidx_compose_material3_EnlargeOnPressNode$stableprop|#static{}androidx_compose_material3_EnlargeOnPressNode$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ExitAlwaysFloatingToolbarScrollBehavior$stableprop // androidx.compose.material3/androidx_compose_material3_ExitAlwaysFloatingToolbarScrollBehavior$stableprop|#static{}androidx_compose_material3_ExitAlwaysFloatingToolbarScrollBehavior$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuBoxScope$stableprop // androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuBoxScope$stableprop|#static{}androidx_compose_material3_ExposedDropdownMenuBoxScope$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuDefaults$stableprop|#static{}androidx_compose_material3_ExposedDropdownMenuDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuPositionProvider$stableprop // androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuPositionProvider$stableprop|#static{}androidx_compose_material3_ExposedDropdownMenuPositionProvider$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_FabPlacement$stableprop // androidx.compose.material3/androidx_compose_material3_FabPlacement$stableprop|#static{}androidx_compose_material3_FabPlacement$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_FabVisibleModifier$stableprop // androidx.compose.material3/androidx_compose_material3_FabVisibleModifier$stableprop|#static{}androidx_compose_material3_FabVisibleModifier$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_FabVisibleNode$stableprop // androidx.compose.material3/androidx_compose_material3_FabVisibleNode$stableprop|#static{}androidx_compose_material3_FabVisibleNode$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_FilterChipDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_FilterChipDefaults$stableprop|#static{}androidx_compose_material3_FilterChipDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_FloatingActionButtonDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_FloatingActionButtonDefaults$stableprop|#static{}androidx_compose_material3_FloatingActionButtonDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_FloatingActionButtonElevation$stableprop // androidx.compose.material3/androidx_compose_material3_FloatingActionButtonElevation$stableprop|#static{}androidx_compose_material3_FloatingActionButtonElevation$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_FloatingToolbarColors$stableprop // androidx.compose.material3/androidx_compose_material3_FloatingToolbarColors$stableprop|#static{}androidx_compose_material3_FloatingToolbarColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults$stableprop|#static{}androidx_compose_material3_FloatingToolbarDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionElement$stableprop // androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionElement$stableprop|#static{}androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionElement$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionNode$stableprop // androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionNode$stableprop|#static{}androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionNode$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarOverrideScope$stableprop // androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarOverrideScope$stableprop|#static{}androidx_compose_material3_HorizontalFloatingToolbarOverrideScope$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarWithFabOverrideScope$stableprop // androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarWithFabOverrideScope$stableprop|#static{}androidx_compose_material3_HorizontalFloatingToolbarWithFabOverrideScope$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_IconButtonColors$stableprop // androidx.compose.material3/androidx_compose_material3_IconButtonColors$stableprop|#static{}androidx_compose_material3_IconButtonColors$stableprop[0] @@ -3990,8 +3812,6 @@ final val androidx.compose.material3/androidx_compose_material3_IconButtonDefaul final val androidx.compose.material3/androidx_compose_material3_IconButtonShapes$stableprop // androidx.compose.material3/androidx_compose_material3_IconButtonShapes$stableprop|#static{}androidx_compose_material3_IconButtonShapes$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_IconToggleButtonColors$stableprop // androidx.compose.material3/androidx_compose_material3_IconToggleButtonColors$stableprop|#static{}androidx_compose_material3_IconToggleButtonColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_IconToggleButtonShapes$stableprop // androidx.compose.material3/androidx_compose_material3_IconToggleButtonShapes$stableprop|#static{}androidx_compose_material3_IconToggleButtonShapes$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_IndicatorLineElement$stableprop // androidx.compose.material3/androidx_compose_material3_IndicatorLineElement$stableprop|#static{}androidx_compose_material3_IndicatorLineElement$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_IndicatorLineNode$stableprop // androidx.compose.material3/androidx_compose_material3_IndicatorLineNode$stableprop|#static{}androidx_compose_material3_IndicatorLineNode$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_InputChipDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_InputChipDefaults$stableprop|#static{}androidx_compose_material3_InputChipDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ListItemColors$stableprop // androidx.compose.material3/androidx_compose_material3_ListItemColors$stableprop|#static{}androidx_compose_material3_ListItemColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ListItemDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ListItemDefaults$stableprop|#static{}androidx_compose_material3_ListItemDefaults$stableprop[0] @@ -4000,14 +3820,11 @@ final val androidx.compose.material3/androidx_compose_material3_MaterialShapes$s final val androidx.compose.material3/androidx_compose_material3_MaterialTheme$stableprop // androidx.compose.material3/androidx_compose_material3_MaterialTheme$stableprop|#static{}androidx_compose_material3_MaterialTheme$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_MenuDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_MenuDefaults$stableprop|#static{}androidx_compose_material3_MenuDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_MenuItemColors$stableprop // androidx.compose.material3/androidx_compose_material3_MenuItemColors$stableprop|#static{}androidx_compose_material3_MenuItemColors$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifier$stableprop // androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifier$stableprop|#static{}androidx_compose_material3_MinimumInteractiveModifier$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifierNode$stableprop // androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifierNode$stableprop|#static{}androidx_compose_material3_MinimumInteractiveModifierNode$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ModalBottomSheetDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ModalBottomSheetDefaults$stableprop|#static{}androidx_compose_material3_ModalBottomSheetDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ModalBottomSheetProperties$stableprop // androidx.compose.material3/androidx_compose_material3_ModalBottomSheetProperties$stableprop|#static{}androidx_compose_material3_ModalBottomSheetProperties$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailDefaults$stableprop|#static{}androidx_compose_material3_ModalWideNavigationRailDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailOverrideScope$stableprop // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailOverrideScope$stableprop|#static{}androidx_compose_material3_ModalWideNavigationRailOverrideScope$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailProperties$stableprop // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailProperties$stableprop|#static{}androidx_compose_material3_ModalWideNavigationRailProperties$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailState$stableprop // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailState$stableprop|#static{}androidx_compose_material3_ModalWideNavigationRailState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_NavigationBarDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_NavigationBarDefaults$stableprop|#static{}androidx_compose_material3_NavigationBarDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_NavigationBarItemColors$stableprop // androidx.compose.material3/androidx_compose_material3_NavigationBarItemColors$stableprop|#static{}androidx_compose_material3_NavigationBarItemColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_NavigationBarItemDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_NavigationBarItemDefaults$stableprop|#static{}androidx_compose_material3_NavigationBarItemDefaults$stableprop[0] @@ -4019,11 +3836,9 @@ final val androidx.compose.material3/androidx_compose_material3_NavigationRailIt final val androidx.compose.material3/androidx_compose_material3_NavigationRailItemDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_NavigationRailItemDefaults$stableprop|#static{}androidx_compose_material3_NavigationRailItemDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_NavigationRailOverrideScope$stableprop // androidx.compose.material3/androidx_compose_material3_NavigationRailOverrideScope$stableprop|#static{}androidx_compose_material3_NavigationRailOverrideScope$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_OutlinedTextFieldDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_OutlinedTextFieldDefaults$stableprop|#static{}androidx_compose_material3_OutlinedTextFieldDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_OverflowMeasurePolicy$stableprop // androidx.compose.material3/androidx_compose_material3_OverflowMeasurePolicy$stableprop|#static{}androidx_compose_material3_OverflowMeasurePolicy$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ProgressIndicatorDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ProgressIndicatorDefaults$stableprop|#static{}androidx_compose_material3_ProgressIndicatorDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_RadioButtonColors$stableprop // androidx.compose.material3/androidx_compose_material3_RadioButtonColors$stableprop|#static{}androidx_compose_material3_RadioButtonColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_RadioButtonDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_RadioButtonDefaults$stableprop|#static{}androidx_compose_material3_RadioButtonDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_RailPredictiveBackState$stableprop // androidx.compose.material3/androidx_compose_material3_RailPredictiveBackState$stableprop|#static{}androidx_compose_material3_RailPredictiveBackState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_RangeSliderState$stableprop // androidx.compose.material3/androidx_compose_material3_RangeSliderState$stableprop|#static{}androidx_compose_material3_RangeSliderState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_RichTooltipColors$stableprop // androidx.compose.material3/androidx_compose_material3_RichTooltipColors$stableprop|#static{}androidx_compose_material3_RichTooltipColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_RippleConfiguration$stableprop // androidx.compose.material3/androidx_compose_material3_RippleConfiguration$stableprop|#static{}androidx_compose_material3_RippleConfiguration$stableprop[0] @@ -4033,11 +3848,9 @@ final val androidx.compose.material3/androidx_compose_material3_SearchBarColors$ final val androidx.compose.material3/androidx_compose_material3_SearchBarDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_SearchBarDefaults$stableprop|#static{}androidx_compose_material3_SearchBarDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SearchBarState$stableprop // androidx.compose.material3/androidx_compose_material3_SearchBarState$stableprop|#static{}androidx_compose_material3_SearchBarState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SegmentedButtonColors$stableprop // androidx.compose.material3/androidx_compose_material3_SegmentedButtonColors$stableprop|#static{}androidx_compose_material3_SegmentedButtonColors$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_SegmentedButtonContentMeasurePolicy$stableprop // androidx.compose.material3/androidx_compose_material3_SegmentedButtonContentMeasurePolicy$stableprop|#static{}androidx_compose_material3_SegmentedButtonContentMeasurePolicy$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SegmentedButtonDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_SegmentedButtonDefaults$stableprop|#static{}androidx_compose_material3_SegmentedButtonDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SelectableChipColors$stableprop // androidx.compose.material3/androidx_compose_material3_SelectableChipColors$stableprop|#static{}androidx_compose_material3_SelectableChipColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SelectableChipElevation$stableprop // androidx.compose.material3/androidx_compose_material3_SelectableChipElevation$stableprop|#static{}androidx_compose_material3_SelectableChipElevation$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_SelectedRangeInfo$stableprop // androidx.compose.material3/androidx_compose_material3_SelectedRangeInfo$stableprop|#static{}androidx_compose_material3_SelectedRangeInfo$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ShapeDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ShapeDefaults$stableprop|#static{}androidx_compose_material3_ShapeDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_Shapes$stableprop // androidx.compose.material3/androidx_compose_material3_Shapes$stableprop|#static{}androidx_compose_material3_Shapes$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SheetState$stableprop // androidx.compose.material3/androidx_compose_material3_SheetState$stableprop|#static{}androidx_compose_material3_SheetState$stableprop[0] @@ -4058,8 +3871,6 @@ final val androidx.compose.material3/androidx_compose_material3_SwipeToDismissBo final val androidx.compose.material3/androidx_compose_material3_SwipeToDismissBoxState$stableprop // androidx.compose.material3/androidx_compose_material3_SwipeToDismissBoxState$stableprop|#static{}androidx_compose_material3_SwipeToDismissBoxState$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SwitchColors$stableprop // androidx.compose.material3/androidx_compose_material3_SwitchColors$stableprop|#static{}androidx_compose_material3_SwitchColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_SwitchDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_SwitchDefaults$stableprop|#static{}androidx_compose_material3_SwitchDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_TabIndicatorModifier$stableprop // androidx.compose.material3/androidx_compose_material3_TabIndicatorModifier$stableprop|#static{}androidx_compose_material3_TabIndicatorModifier$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_TabIndicatorOffsetNode$stableprop // androidx.compose.material3/androidx_compose_material3_TabIndicatorOffsetNode$stableprop|#static{}androidx_compose_material3_TabIndicatorOffsetNode$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TabPosition$stableprop // androidx.compose.material3/androidx_compose_material3_TabPosition$stableprop|#static{}androidx_compose_material3_TabPosition$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TabRowDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_TabRowDefaults$stableprop|#static{}androidx_compose_material3_TabRowDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TextFieldColors$stableprop // androidx.compose.material3/androidx_compose_material3_TextFieldColors$stableprop|#static{}androidx_compose_material3_TextFieldColors$stableprop[0] @@ -4074,11 +3885,7 @@ final val androidx.compose.material3/androidx_compose_material3_ToggleButtonColo final val androidx.compose.material3/androidx_compose_material3_ToggleButtonDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ToggleButtonDefaults$stableprop|#static{}androidx_compose_material3_ToggleButtonDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ToggleButtonShapes$stableprop // androidx.compose.material3/androidx_compose_material3_ToggleButtonShapes$stableprop|#static{}androidx_compose_material3_ToggleButtonShapes$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_ToggleFloatingActionButtonDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_ToggleFloatingActionButtonDefaults$stableprop|#static{}androidx_compose_material3_ToggleFloatingActionButtonDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ToggleableAppBarItem$stableprop // androidx.compose.material3/androidx_compose_material3_ToggleableAppBarItem$stableprop|#static{}androidx_compose_material3_ToggleableAppBarItem$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_ToggleableButtonGroupItem$stableprop // androidx.compose.material3/androidx_compose_material3_ToggleableButtonGroupItem$stableprop|#static{}androidx_compose_material3_ToggleableButtonGroupItem$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_TonalPalette$stableprop // androidx.compose.material3/androidx_compose_material3_TonalPalette$stableprop|#static{}androidx_compose_material3_TonalPalette$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TooltipDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_TooltipDefaults$stableprop|#static{}androidx_compose_material3_TooltipDefaults$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_TooltipScopeImpl$stableprop // androidx.compose.material3/androidx_compose_material3_TooltipScopeImpl$stableprop|#static{}androidx_compose_material3_TooltipScopeImpl$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TopAppBarColors$stableprop // androidx.compose.material3/androidx_compose_material3_TopAppBarColors$stableprop|#static{}androidx_compose_material3_TopAppBarColors$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TopAppBarDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_TopAppBarDefaults$stableprop|#static{}androidx_compose_material3_TopAppBarDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_TopAppBarState$stableprop // androidx.compose.material3/androidx_compose_material3_TopAppBarState$stableprop|#static{}androidx_compose_material3_TopAppBarState$stableprop[0] @@ -4092,8 +3899,6 @@ final val androidx.compose.material3/androidx_compose_material3_WideNavigationRa final val androidx.compose.material3/androidx_compose_material3_WideNavigationRailDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_WideNavigationRailDefaults$stableprop|#static{}androidx_compose_material3_WideNavigationRailDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_WideNavigationRailItemDefaults$stableprop // androidx.compose.material3/androidx_compose_material3_WideNavigationRailItemDefaults$stableprop|#static{}androidx_compose_material3_WideNavigationRailItemDefaults$stableprop[0] final val androidx.compose.material3/androidx_compose_material3_WideNavigationRailOverrideScope$stableprop // androidx.compose.material3/androidx_compose_material3_WideNavigationRailOverrideScope$stableprop|#static{}androidx_compose_material3_WideNavigationRailOverrideScope$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_WideNavigationRailStateImpl$stableprop // androidx.compose.material3/androidx_compose_material3_WideNavigationRailStateImpl$stableprop|#static{}androidx_compose_material3_WideNavigationRailStateImpl$stableprop[0] -final val androidx.compose.material3/androidx_compose_material3_WindowBoundsCalculator$stableprop // androidx.compose.material3/androidx_compose_material3_WindowBoundsCalculator$stableprop|#static{}androidx_compose_material3_WindowBoundsCalculator$stableprop[0] final val androidx.compose.material3/isPm // androidx.compose.material3/isPm|@androidx.compose.material3.TimePickerState{}isPm[0] final fun (androidx.compose.material3/TimePickerState).(): kotlin/Boolean // androidx.compose.material3/isPm.|@androidx.compose.material3.TimePickerState(){}[0] @@ -4118,175 +3923,20 @@ final fun androidx.compose.material3.carousel/HorizontalMultiBrowseCarousel(andr final fun androidx.compose.material3.carousel/HorizontalMultiBrowseCarousel(androidx.compose.material3.carousel/CarouselState, androidx.compose.ui.unit/Dp, androidx.compose.ui/Modifier?, androidx.compose.ui.unit/Dp, androidx.compose.foundation.gestures/TargetedFlingBehavior?, kotlin/Boolean, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.foundation.layout/PaddingValues?, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.carousel/HorizontalMultiBrowseCarousel|HorizontalMultiBrowseCarousel(androidx.compose.material3.carousel.CarouselState;androidx.compose.ui.unit.Dp;androidx.compose.ui.Modifier?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.gestures.TargetedFlingBehavior?;kotlin.Boolean;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.foundation.layout.PaddingValues?;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.carousel/HorizontalUncontainedCarousel(androidx.compose.material3.carousel/CarouselState, androidx.compose.ui.unit/Dp, androidx.compose.ui/Modifier?, androidx.compose.ui.unit/Dp, androidx.compose.foundation.gestures/TargetedFlingBehavior?, androidx.compose.foundation.layout/PaddingValues?, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.carousel/HorizontalUncontainedCarousel|HorizontalUncontainedCarousel(androidx.compose.material3.carousel.CarouselState;androidx.compose.ui.unit.Dp;androidx.compose.ui.Modifier?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.gestures.TargetedFlingBehavior?;androidx.compose.foundation.layout.PaddingValues?;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.carousel/HorizontalUncontainedCarousel(androidx.compose.material3.carousel/CarouselState, androidx.compose.ui.unit/Dp, androidx.compose.ui/Modifier?, androidx.compose.ui.unit/Dp, androidx.compose.foundation.gestures/TargetedFlingBehavior?, kotlin/Boolean, androidx.compose.foundation.layout/PaddingValues?, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.carousel/HorizontalUncontainedCarousel|HorizontalUncontainedCarousel(androidx.compose.material3.carousel.CarouselState;androidx.compose.ui.unit.Dp;androidx.compose.ui.Modifier?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.gestures.TargetedFlingBehavior?;kotlin.Boolean;androidx.compose.foundation.layout.PaddingValues?;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_Arrangement$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_Arrangement$stableprop_getter|androidx_compose_material3_carousel_Arrangement$stableprop_getter(){}[0] final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselDefaults$stableprop_getter|androidx_compose_material3_carousel_CarouselDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemDrawInfoImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemDrawInfoImpl$stableprop_getter|androidx_compose_material3_carousel_CarouselItemDrawInfoImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselItemScopeImpl$stableprop_getter|androidx_compose_material3_carousel_CarouselItemScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPageSize$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPageSize$stableprop_getter|androidx_compose_material3_carousel_CarouselPageSize$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPagerState$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselPagerState$stableprop_getter|androidx_compose_material3_carousel_CarouselPagerState$stableprop_getter(){}[0] final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselState$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselState$stableprop_getter|androidx_compose_material3_carousel_CarouselState$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_Keyline$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_Keyline$stableprop_getter|androidx_compose_material3_carousel_Keyline$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_KeylineList$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_KeylineList$stableprop_getter|androidx_compose_material3_carousel_KeylineList$stableprop_getter(){}[0] -final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_Strategy$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_Strategy$stableprop_getter|androidx_compose_material3_carousel_Strategy$stableprop_getter(){}[0] final fun androidx.compose.material3.carousel/rememberCarouselState(kotlin/Int, kotlin/Function0, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.material3.carousel/CarouselState // androidx.compose.material3.carousel/rememberCarouselState|rememberCarouselState(kotlin.Int;kotlin.Function0;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition$stableprop_getter|androidx_compose_material3_internal_AnchorAlignmentOffsetPosition$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop_getter|androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Vertical$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Vertical$stableprop_getter|androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Vertical$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDragFinishedSignal$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDragFinishedSignal$stableprop_getter|androidx_compose_material3_internal_AnchoredDragFinishedSignal$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableDefaults$stableprop_getter|androidx_compose_material3_internal_AnchoredDraggableDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableState$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchoredDraggableState$stableprop_getter|androidx_compose_material3_internal_AnchoredDraggableState$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnimatedShapeState$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnimatedShapeState$stableprop_getter|androidx_compose_material3_internal_AnimatedShapeState$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventCompat$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventCompat$stableprop_getter|androidx_compose_material3_internal_BackEventCompat$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_Completed$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_Completed$stableprop_getter|androidx_compose_material3_internal_BackEventProgress_Completed$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_InProgress$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_InProgress$stableprop_getter|androidx_compose_material3_internal_BackEventProgress_InProgress$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_NotRunning$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_BackEventProgress_NotRunning$stableprop_getter|androidx_compose_material3_internal_BackEventProgress_NotRunning$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipDefaults$stableprop_getter|androidx_compose_material3_internal_BasicTooltipDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipStrings$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_BasicTooltipStrings$stableprop_getter|androidx_compose_material3_internal_BasicTooltipStrings$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarDate$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarDate$stableprop_getter|androidx_compose_material3_internal_CalendarDate$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarModel$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarModel$stableprop_getter|androidx_compose_material3_internal_CalendarModel$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarMonth$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_CalendarMonth$stableprop_getter|androidx_compose_material3_internal_CalendarMonth$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNode$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNode$stableprop_getter|androidx_compose_material3_internal_ChildSemanticsNode$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNodeElement$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_ChildSemanticsNodeElement$stableprop_getter|androidx_compose_material3_internal_ChildSemanticsNodeElement$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_DateInputFormat$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_DateInputFormat$stableprop_getter|androidx_compose_material3_internal_DateInputFormat$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_DraggableAnchorsConfig$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_DraggableAnchorsConfig$stableprop_getter|androidx_compose_material3_internal_DraggableAnchorsConfig$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_DropdownMenuPositionProvider$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_DropdownMenuPositionProvider$stableprop_getter|androidx_compose_material3_internal_DropdownMenuPositionProvider$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_Icons$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons$stableprop_getter|androidx_compose_material3_internal_Icons$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored$stableprop_getter|androidx_compose_material3_internal_Icons_AutoMirrored$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored_Filled$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_AutoMirrored_Filled$stableprop_getter|androidx_compose_material3_internal_Icons_AutoMirrored_Filled$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Filled$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Filled$stableprop_getter|androidx_compose_material3_internal_Icons_Filled$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Outlined$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_Icons_Outlined$stableprop_getter|androidx_compose_material3_internal_Icons_Outlined$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_InternalAtomicReference$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_InternalAtomicReference$stableprop_getter|androidx_compose_material3_internal_InternalAtomicReference$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_InternalMutatorMutex$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_InternalMutatorMutex$stableprop_getter|androidx_compose_material3_internal_InternalMutatorMutex$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_KotlinxDatetimeCalendarModel$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_KotlinxDatetimeCalendarModel$stableprop_getter|androidx_compose_material3_internal_KotlinxDatetimeCalendarModel$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_MappedInteractionSource$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_MappedInteractionSource$stableprop_getter|androidx_compose_material3_internal_MappedInteractionSource$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_MenuPosition$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_MenuPosition$stableprop_getter|androidx_compose_material3_internal_MenuPosition$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_MutableWindowInsets$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_MutableWindowInsets$stableprop_getter|androidx_compose_material3_internal_MutableWindowInsets$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNode$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNode$stableprop_getter|androidx_compose_material3_internal_ParentSemanticsNode$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeElement$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeElement$stableprop_getter|androidx_compose_material3_internal_ParentSemanticsNodeElement$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeKey$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_ParentSemanticsNodeKey$stableprop_getter|androidx_compose_material3_internal_ParentSemanticsNodeKey$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformDateFormat$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformDateFormat$stableprop_getter|androidx_compose_material3_internal_PlatformDateFormat$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformOptimizedCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_PlatformOptimizedCancellationException$stableprop_getter|androidx_compose_material3_internal_PlatformOptimizedCancellationException$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_PredictiveBack$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_PredictiveBack$stableprop_getter|androidx_compose_material3_internal_PredictiveBack$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_Translations$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_Translations$stableprop_getter|androidx_compose_material3_internal_Translations$stableprop_getter(){}[0] -final fun androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition$stableprop_getter|androidx_compose_material3_internal_WindowAlignmentMarginPosition$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Horizontal$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Horizontal$stableprop_getter|androidx_compose_material3_internal_WindowAlignmentMarginPosition_Horizontal$stableprop_getter(){}[0] final fun androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Vertical$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_WindowAlignmentMarginPosition_Vertical$stableprop_getter|androidx_compose_material3_internal_WindowAlignmentMarginPosition_Vertical$stableprop_getter(){}[0] final fun androidx.compose.material3.pulltorefresh/PullToRefreshBox(kotlin/Boolean, kotlin/Function0, androidx.compose.ui/Modifier?, androidx.compose.material3.pulltorefresh/PullToRefreshState?, androidx.compose.ui/Alignment?, kotlin/Function3?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3.pulltorefresh/PullToRefreshBox|PullToRefreshBox(kotlin.Boolean;kotlin.Function0;androidx.compose.ui.Modifier?;androidx.compose.material3.pulltorefresh.PullToRefreshState?;androidx.compose.ui.Alignment?;kotlin.Function3?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3.pulltorefresh/PullToRefreshState(): androidx.compose.material3.pulltorefresh/PullToRefreshState // androidx.compose.material3.pulltorefresh/PullToRefreshState|PullToRefreshState(){}[0] final fun androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshDefaults$stableprop_getter|androidx_compose_material3_pulltorefresh_PullToRefreshDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshElement$stableprop_getter(): kotlin/Int // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshElement$stableprop_getter|androidx_compose_material3_pulltorefresh_PullToRefreshElement$stableprop_getter(){}[0] -final fun androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshModifierNode$stableprop_getter|androidx_compose_material3_pulltorefresh_PullToRefreshModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshStateImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3.pulltorefresh/androidx_compose_material3_pulltorefresh_PullToRefreshStateImpl$stableprop_getter|androidx_compose_material3_pulltorefresh_PullToRefreshStateImpl$stableprop_getter(){}[0] final fun androidx.compose.material3.pulltorefresh/rememberPullToRefreshState(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.material3.pulltorefresh/PullToRefreshState // androidx.compose.material3.pulltorefresh/rememberPullToRefreshState|rememberPullToRefreshState(androidx.compose.runtime.Composer?;kotlin.Int){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeFlexibleTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeFlexibleTokens$stableprop_getter|androidx_compose_material3_tokens_AppBarLargeFlexibleTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarLargeTokens$stableprop_getter|androidx_compose_material3_tokens_AppBarLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumFlexibleTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumFlexibleTokens$stableprop_getter|androidx_compose_material3_tokens_AppBarMediumFlexibleTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarMediumTokens$stableprop_getter|androidx_compose_material3_tokens_AppBarMediumTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarSmallTokens$stableprop_getter|androidx_compose_material3_tokens_AppBarSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AppBarTokens$stableprop_getter|androidx_compose_material3_tokens_AppBarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_AssistChipTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_AssistChipTokens$stableprop_getter|androidx_compose_material3_tokens_AssistChipTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_BadgeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_BadgeTokens$stableprop_getter|androidx_compose_material3_tokens_BadgeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_BaselineButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_BaselineButtonTokens$stableprop_getter|androidx_compose_material3_tokens_BaselineButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_BottomAppBarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_BottomAppBarTokens$stableprop_getter|androidx_compose_material3_tokens_BottomAppBarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonGroupSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonGroupSmallTokens$stableprop_getter|androidx_compose_material3_tokens_ButtonGroupSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonLargeTokens$stableprop_getter|androidx_compose_material3_tokens_ButtonLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonMediumTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonMediumTokens$stableprop_getter|androidx_compose_material3_tokens_ButtonMediumTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonSmallTokens$stableprop_getter|androidx_compose_material3_tokens_ButtonSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXLargeTokens$stableprop_getter|androidx_compose_material3_tokens_ButtonXLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ButtonXSmallTokens$stableprop_getter|androidx_compose_material3_tokens_ButtonXSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_CheckboxTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_CheckboxTokens$stableprop_getter|androidx_compose_material3_tokens_CheckboxTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_CircularProgressIndicatorTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_CircularProgressIndicatorTokens$stableprop_getter|androidx_compose_material3_tokens_CircularProgressIndicatorTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorDarkTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorDarkTokens$stableprop_getter|androidx_compose_material3_tokens_ColorDarkTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorLightTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ColorLightTokens$stableprop_getter|androidx_compose_material3_tokens_ColorLightTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ConnectedButtonGroupSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ConnectedButtonGroupSmallTokens$stableprop_getter|androidx_compose_material3_tokens_ConnectedButtonGroupSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_DateInputModalTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DateInputModalTokens$stableprop_getter|androidx_compose_material3_tokens_DateInputModalTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_DatePickerModalTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DatePickerModalTokens$stableprop_getter|androidx_compose_material3_tokens_DatePickerModalTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_DialogTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DialogTokens$stableprop_getter|androidx_compose_material3_tokens_DialogTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_DividerTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DividerTokens$stableprop_getter|androidx_compose_material3_tokens_DividerTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_DockedToolbarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DockedToolbarTokens$stableprop_getter|androidx_compose_material3_tokens_DockedToolbarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_DragHandleTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_DragHandleTokens$stableprop_getter|androidx_compose_material3_tokens_DragHandleTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedButtonTokens$stableprop_getter|androidx_compose_material3_tokens_ElevatedButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedCardTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevatedCardTokens$stableprop_getter|androidx_compose_material3_tokens_ElevatedCardTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevationTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ElevationTokens$stableprop_getter|androidx_compose_material3_tokens_ElevationTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExpressiveMotionTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExpressiveMotionTokens$stableprop_getter|androidx_compose_material3_tokens_ExpressiveMotionTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabLargeTokens$stableprop_getter|androidx_compose_material3_tokens_ExtendedFabLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabMediumTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabMediumTokens$stableprop_getter|androidx_compose_material3_tokens_ExtendedFabMediumTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabPrimaryTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabPrimaryTokens$stableprop_getter|androidx_compose_material3_tokens_ExtendedFabPrimaryTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ExtendedFabSmallTokens$stableprop_getter|androidx_compose_material3_tokens_ExtendedFabSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabBaselineTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabBaselineTokens$stableprop_getter|androidx_compose_material3_tokens_FabBaselineTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabLargeTokens$stableprop_getter|androidx_compose_material3_tokens_FabLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMediumTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMediumTokens$stableprop_getter|androidx_compose_material3_tokens_FabMediumTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMenuBaselineTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabMenuBaselineTokens$stableprop_getter|androidx_compose_material3_tokens_FabMenuBaselineTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabPrimaryContainerTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabPrimaryContainerTokens$stableprop_getter|androidx_compose_material3_tokens_FabPrimaryContainerTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSecondaryContainerTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSecondaryContainerTokens$stableprop_getter|androidx_compose_material3_tokens_FabSecondaryContainerTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FabSmallTokens$stableprop_getter|androidx_compose_material3_tokens_FabSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledAutocompleteTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledAutocompleteTokens$stableprop_getter|androidx_compose_material3_tokens_FilledAutocompleteTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledButtonTokens$stableprop_getter|androidx_compose_material3_tokens_FilledButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledCardTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledCardTokens$stableprop_getter|androidx_compose_material3_tokens_FilledCardTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_FilledIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTextFieldTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTextFieldTokens$stableprop_getter|androidx_compose_material3_tokens_FilledTextFieldTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalButtonTokens$stableprop_getter|androidx_compose_material3_tokens_FilledTonalButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilledTonalIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_FilledTonalIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilterChipTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FilterChipTokens$stableprop_getter|androidx_compose_material3_tokens_FilterChipTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_FloatingToolbarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_FloatingToolbarTokens$stableprop_getter|androidx_compose_material3_tokens_FloatingToolbarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_InputChipTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_InputChipTokens$stableprop_getter|androidx_compose_material3_tokens_InputChipTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_LargeIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_LargeIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_LargeIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_LinearProgressIndicatorTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_LinearProgressIndicatorTokens$stableprop_getter|androidx_compose_material3_tokens_LinearProgressIndicatorTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ListTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ListTokens$stableprop_getter|androidx_compose_material3_tokens_ListTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_LoadingIndicatorTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_LoadingIndicatorTokens$stableprop_getter|androidx_compose_material3_tokens_LoadingIndicatorTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_MediumIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_MediumIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_MediumIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_MenuTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_MenuTokens$stableprop_getter|androidx_compose_material3_tokens_MenuTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_MotionTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_MotionTokens$stableprop_getter|androidx_compose_material3_tokens_MotionTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarHorizontalItemTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarHorizontalItemTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationBarHorizontalItemTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationBarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarVerticalItemTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationBarVerticalItemTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationBarVerticalItemTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationDrawerTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationDrawerTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationDrawerTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailBaselineItemTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailBaselineItemTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationRailBaselineItemTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailCollapsedTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailCollapsedTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationRailCollapsedTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailColorTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailColorTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationRailColorTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailExpandedTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailExpandedTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationRailExpandedTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailHorizontalItemTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailHorizontalItemTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationRailHorizontalItemTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailVerticalItemTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_NavigationRailVerticalItemTokens$stableprop_getter|androidx_compose_material3_tokens_NavigationRailVerticalItemTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedAutocompleteTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedAutocompleteTokens$stableprop_getter|androidx_compose_material3_tokens_OutlinedAutocompleteTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedButtonTokens$stableprop_getter|androidx_compose_material3_tokens_OutlinedButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedCardTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedCardTokens$stableprop_getter|androidx_compose_material3_tokens_OutlinedCardTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_OutlinedIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedSegmentedButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedSegmentedButtonTokens$stableprop_getter|androidx_compose_material3_tokens_OutlinedSegmentedButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedTextFieldTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_OutlinedTextFieldTokens$stableprop_getter|androidx_compose_material3_tokens_OutlinedTextFieldTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_PaletteTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_PaletteTokens$stableprop_getter|androidx_compose_material3_tokens_PaletteTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_PlainTooltipTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_PlainTooltipTokens$stableprop_getter|androidx_compose_material3_tokens_PlainTooltipTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_PrimaryNavigationTabTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_PrimaryNavigationTabTokens$stableprop_getter|androidx_compose_material3_tokens_PrimaryNavigationTabTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ProgressIndicatorTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ProgressIndicatorTokens$stableprop_getter|androidx_compose_material3_tokens_ProgressIndicatorTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_RadioButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_RadioButtonTokens$stableprop_getter|androidx_compose_material3_tokens_RadioButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_RichTooltipTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_RichTooltipTokens$stableprop_getter|androidx_compose_material3_tokens_RichTooltipTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ScrimTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ScrimTokens$stableprop_getter|androidx_compose_material3_tokens_ScrimTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchBarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchBarTokens$stableprop_getter|androidx_compose_material3_tokens_SearchBarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchViewTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SearchViewTokens$stableprop_getter|androidx_compose_material3_tokens_SearchViewTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SecondaryNavigationTabTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SecondaryNavigationTabTokens$stableprop_getter|androidx_compose_material3_tokens_SecondaryNavigationTabTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_ShapeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_ShapeTokens$stableprop_getter|androidx_compose_material3_tokens_ShapeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SheetBottomTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SheetBottomTokens$stableprop_getter|androidx_compose_material3_tokens_SheetBottomTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SliderTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SliderTokens$stableprop_getter|androidx_compose_material3_tokens_SliderTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SmallIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SmallIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_SmallIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SnackbarTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SnackbarTokens$stableprop_getter|androidx_compose_material3_tokens_SnackbarTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonLargeTokens$stableprop_getter|androidx_compose_material3_tokens_SplitButtonLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonMediumTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonMediumTokens$stableprop_getter|androidx_compose_material3_tokens_SplitButtonMediumTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonSmallTokens$stableprop_getter|androidx_compose_material3_tokens_SplitButtonSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXLargeTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXLargeTokens$stableprop_getter|androidx_compose_material3_tokens_SplitButtonXLargeTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXSmallTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SplitButtonXSmallTokens$stableprop_getter|androidx_compose_material3_tokens_SplitButtonXSmallTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_StandardIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardMotionTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_StandardMotionTokens$stableprop_getter|androidx_compose_material3_tokens_StandardMotionTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_StateTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_StateTokens$stableprop_getter|androidx_compose_material3_tokens_StateTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SuggestionChipTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SuggestionChipTokens$stableprop_getter|androidx_compose_material3_tokens_SuggestionChipTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_SwitchTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_SwitchTokens$stableprop_getter|androidx_compose_material3_tokens_SwitchTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TextButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TextButtonTokens$stableprop_getter|androidx_compose_material3_tokens_TextButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimeInputTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimeInputTokens$stableprop_getter|androidx_compose_material3_tokens_TimeInputTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimePickerTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TimePickerTokens$stableprop_getter|androidx_compose_material3_tokens_TimePickerTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TonalButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TonalButtonTokens$stableprop_getter|androidx_compose_material3_tokens_TonalButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypeScaleTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypeScaleTokens$stableprop_getter|androidx_compose_material3_tokens_TypeScaleTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypefaceTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypefaceTokens$stableprop_getter|androidx_compose_material3_tokens_TypefaceTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypographyTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_TypographyTokens$stableprop_getter|androidx_compose_material3_tokens_TypographyTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_XLargeIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_XLargeIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_XLargeIconButtonTokens$stableprop_getter(){}[0] -final fun androidx.compose.material3.tokens/androidx_compose_material3_tokens_XSmallIconButtonTokens$stableprop_getter(): kotlin/Int // androidx.compose.material3.tokens/androidx_compose_material3_tokens_XSmallIconButtonTokens$stableprop_getter|androidx_compose_material3_tokens_XSmallIconButtonTokens$stableprop_getter(){}[0] final fun androidx.compose.material3/AlertDialog(kotlin/Function0, androidx.compose.ui/Modifier?, androidx.compose.ui.window/DialogProperties?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3/AlertDialog|AlertDialog(kotlin.Function0;androidx.compose.ui.Modifier?;androidx.compose.ui.window.DialogProperties?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3/AlertDialog(kotlin/Function0, kotlin/Function2, androidx.compose.ui/Modifier?, kotlin/Function2?, kotlin/Function2?, kotlin/Function2?, kotlin/Function2?, androidx.compose.ui.graphics/Shape?, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.unit/Dp, androidx.compose.ui.window/DialogProperties?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.material3/AlertDialog|AlertDialog(kotlin.Function0;kotlin.Function2;androidx.compose.ui.Modifier?;kotlin.Function2?;kotlin.Function2?;kotlin.Function2?;kotlin.Function2?;androidx.compose.ui.graphics.Shape?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.unit.Dp;androidx.compose.ui.window.DialogProperties?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3/AlertDialogDeprecated(kotlin/Function0, androidx.compose.ui/Modifier?, androidx.compose.ui.window/DialogProperties?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3/AlertDialogDeprecated|AlertDialogDeprecated(kotlin.Function0;androidx.compose.ui.Modifier?;androidx.compose.ui.window.DialogProperties?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -4518,12 +4168,9 @@ final fun androidx.compose.material3/WideNavigationRail(androidx.compose.ui/Modi final fun androidx.compose.material3/WideNavigationRailItem(kotlin/Boolean, kotlin/Function0, kotlin/Function2, kotlin/Function2?, androidx.compose.ui/Modifier?, kotlin/Boolean, kotlin/Boolean, androidx.compose.material3/NavigationItemIconPosition, androidx.compose.material3/NavigationItemColors?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3/WideNavigationRailItem|WideNavigationRailItem(kotlin.Boolean;kotlin.Function0;kotlin.Function2;kotlin.Function2?;androidx.compose.ui.Modifier?;kotlin.Boolean;kotlin.Boolean;androidx.compose.material3.NavigationItemIconPosition;androidx.compose.material3.NavigationItemColors?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3/WideNavigationRailItem(kotlin/Boolean, kotlin/Function0, kotlin/Function2, kotlin/Function2?, kotlin/Boolean, androidx.compose.ui/Modifier?, kotlin/Boolean, androidx.compose.material3/NavigationItemIconPosition, androidx.compose.material3/NavigationItemColors?, androidx.compose.foundation.interaction/MutableInteractionSource?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.material3/WideNavigationRailItem|WideNavigationRailItem(kotlin.Boolean;kotlin.Function0;kotlin.Function2;kotlin.Function2?;kotlin.Boolean;androidx.compose.ui.Modifier?;kotlin.Boolean;androidx.compose.material3.NavigationItemIconPosition;androidx.compose.material3.NavigationItemColors?;androidx.compose.foundation.interaction.MutableInteractionSource?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.material3/androidx_compose_material3_AlertDialogDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_AlertDialogDefaults$stableprop_getter|androidx_compose_material3_AlertDialogDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_AnalogTimePickerState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_AnalogTimePickerState$stableprop_getter|androidx_compose_material3_AnalogTimePickerState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_AppBarMenuState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_AppBarMenuState$stableprop_getter|androidx_compose_material3_AppBarMenuState$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_AppBarScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_AppBarScopeImpl$stableprop_getter|androidx_compose_material3_AppBarScopeImpl$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_AssistChipDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_AssistChipDefaults$stableprop_getter|androidx_compose_material3_AssistChipDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_BadgeDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_BadgeDefaults$stableprop_getter|androidx_compose_material3_BadgeDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_BaseDatePickerStateImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_BaseDatePickerStateImpl$stableprop_getter|androidx_compose_material3_BaseDatePickerStateImpl$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_BasicAlertDialogOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_BasicAlertDialogOverrideScope$stableprop_getter|androidx_compose_material3_BasicAlertDialogOverrideScope$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_BottomAppBarDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_BottomAppBarDefaults$stableprop_getter|androidx_compose_material3_BottomAppBarDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_BottomSheetDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_BottomSheetDefaults$stableprop_getter|androidx_compose_material3_BottomSheetDefaults$stableprop_getter(){}[0] @@ -4532,10 +4179,7 @@ final fun androidx.compose.material3/androidx_compose_material3_ButtonColors$sta final fun androidx.compose.material3/androidx_compose_material3_ButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonDefaults$stableprop_getter|androidx_compose_material3_ButtonDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ButtonElevation$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonElevation$stableprop_getter|androidx_compose_material3_ButtonElevation$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ButtonGroupDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonGroupDefaults$stableprop_getter|androidx_compose_material3_ButtonGroupDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ButtonGroupElement$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonGroupElement$stableprop_getter|androidx_compose_material3_ButtonGroupElement$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ButtonGroupMenuState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonGroupMenuState$stableprop_getter|androidx_compose_material3_ButtonGroupMenuState$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ButtonGroupNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonGroupNode$stableprop_getter|androidx_compose_material3_ButtonGroupNode$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ButtonGroupParentData$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonGroupParentData$stableprop_getter|androidx_compose_material3_ButtonGroupParentData$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ButtonShapes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ButtonShapes$stableprop_getter|androidx_compose_material3_ButtonShapes$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_CardColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_CardColors$stableprop_getter|androidx_compose_material3_CardColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_CardDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_CardDefaults$stableprop_getter|androidx_compose_material3_CardDefaults$stableprop_getter(){}[0] @@ -4545,15 +4189,7 @@ final fun androidx.compose.material3/androidx_compose_material3_CheckboxDefaults final fun androidx.compose.material3/androidx_compose_material3_ChipBorder$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ChipBorder$stableprop_getter|androidx_compose_material3_ChipBorder$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ChipColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ChipColors$stableprop_getter|androidx_compose_material3_ChipColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ChipElevation$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ChipElevation$stableprop_getter|androidx_compose_material3_ChipElevation$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ClickableAppBarItem$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ClickableAppBarItem$stableprop_getter|androidx_compose_material3_ClickableAppBarItem$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ClickableButtonGroupItem$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ClickableButtonGroupItem$stableprop_getter|androidx_compose_material3_ClickableButtonGroupItem$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ClockDialModifier$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ClockDialModifier$stableprop_getter|androidx_compose_material3_ClockDialModifier$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ClockDialNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ClockDialNode$stableprop_getter|androidx_compose_material3_ClockDialNode$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ClockFaceSizeModifier$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ClockFaceSizeModifier$stableprop_getter|androidx_compose_material3_ClockFaceSizeModifier$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ColorScheme$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ColorScheme$stableprop_getter|androidx_compose_material3_ColorScheme$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_CustomAppBarItem$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_CustomAppBarItem$stableprop_getter|androidx_compose_material3_CustomAppBarItem$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_CustomButtonGroupItem$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_CustomButtonGroupItem$stableprop_getter|androidx_compose_material3_CustomButtonGroupItem$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_DateInputValidator$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DateInputValidator$stableprop_getter|androidx_compose_material3_DateInputValidator$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_DatePickerColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DatePickerColors$stableprop_getter|androidx_compose_material3_DatePickerColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_DatePickerDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DatePickerDefaults$stableprop_getter|androidx_compose_material3_DatePickerDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_DateRangePickerDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DateRangePickerDefaults$stableprop_getter|androidx_compose_material3_DateRangePickerDefaults$stableprop_getter(){}[0] @@ -4574,24 +4210,15 @@ final fun androidx.compose.material3/androidx_compose_material3_DragHandleColors final fun androidx.compose.material3/androidx_compose_material3_DragHandleShapes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DragHandleShapes$stableprop_getter|androidx_compose_material3_DragHandleShapes$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_DragHandleSizes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DragHandleSizes$stableprop_getter|androidx_compose_material3_DragHandleSizes$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_DrawerDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DrawerDefaults$stableprop_getter|androidx_compose_material3_DrawerDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_DrawerPredictiveBackState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DrawerPredictiveBackState$stableprop_getter|androidx_compose_material3_DrawerPredictiveBackState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_DrawerState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_DrawerState$stableprop_getter|androidx_compose_material3_DrawerState$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_EnlargeOnPressElement$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_EnlargeOnPressElement$stableprop_getter|androidx_compose_material3_EnlargeOnPressElement$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_EnlargeOnPressNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_EnlargeOnPressNode$stableprop_getter|androidx_compose_material3_EnlargeOnPressNode$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ExitAlwaysFloatingToolbarScrollBehavior$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ExitAlwaysFloatingToolbarScrollBehavior$stableprop_getter|androidx_compose_material3_ExitAlwaysFloatingToolbarScrollBehavior$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuBoxScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuBoxScope$stableprop_getter|androidx_compose_material3_ExposedDropdownMenuBoxScope$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuDefaults$stableprop_getter|androidx_compose_material3_ExposedDropdownMenuDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuPositionProvider$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ExposedDropdownMenuPositionProvider$stableprop_getter|androidx_compose_material3_ExposedDropdownMenuPositionProvider$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_FabPlacement$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FabPlacement$stableprop_getter|androidx_compose_material3_FabPlacement$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_FabVisibleModifier$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FabVisibleModifier$stableprop_getter|androidx_compose_material3_FabVisibleModifier$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_FabVisibleNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FabVisibleNode$stableprop_getter|androidx_compose_material3_FabVisibleNode$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_FilterChipDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FilterChipDefaults$stableprop_getter|androidx_compose_material3_FilterChipDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_FloatingActionButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FloatingActionButtonDefaults$stableprop_getter|androidx_compose_material3_FloatingActionButtonDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_FloatingActionButtonElevation$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FloatingActionButtonElevation$stableprop_getter|androidx_compose_material3_FloatingActionButtonElevation$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_FloatingToolbarColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FloatingToolbarColors$stableprop_getter|androidx_compose_material3_FloatingToolbarColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults$stableprop_getter|androidx_compose_material3_FloatingToolbarDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionElement$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionElement$stableprop_getter|androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionElement$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionNode$stableprop_getter|androidx_compose_material3_FloatingToolbarDefaults_VerticalNestedScrollExpansionNode$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarOverrideScope$stableprop_getter|androidx_compose_material3_HorizontalFloatingToolbarOverrideScope$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarWithFabOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_HorizontalFloatingToolbarWithFabOverrideScope$stableprop_getter|androidx_compose_material3_HorizontalFloatingToolbarWithFabOverrideScope$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_IconButtonColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_IconButtonColors$stableprop_getter|androidx_compose_material3_IconButtonColors$stableprop_getter(){}[0] @@ -4599,8 +4226,6 @@ final fun androidx.compose.material3/androidx_compose_material3_IconButtonDefaul final fun androidx.compose.material3/androidx_compose_material3_IconButtonShapes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_IconButtonShapes$stableprop_getter|androidx_compose_material3_IconButtonShapes$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_IconToggleButtonColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_IconToggleButtonColors$stableprop_getter|androidx_compose_material3_IconToggleButtonColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_IconToggleButtonShapes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_IconToggleButtonShapes$stableprop_getter|androidx_compose_material3_IconToggleButtonShapes$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_IndicatorLineElement$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_IndicatorLineElement$stableprop_getter|androidx_compose_material3_IndicatorLineElement$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_IndicatorLineNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_IndicatorLineNode$stableprop_getter|androidx_compose_material3_IndicatorLineNode$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_InputChipDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_InputChipDefaults$stableprop_getter|androidx_compose_material3_InputChipDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ListItemColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ListItemColors$stableprop_getter|androidx_compose_material3_ListItemColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ListItemDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ListItemDefaults$stableprop_getter|androidx_compose_material3_ListItemDefaults$stableprop_getter(){}[0] @@ -4609,14 +4234,11 @@ final fun androidx.compose.material3/androidx_compose_material3_MaterialShapes$s final fun androidx.compose.material3/androidx_compose_material3_MaterialTheme$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_MaterialTheme$stableprop_getter|androidx_compose_material3_MaterialTheme$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_MenuDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_MenuDefaults$stableprop_getter|androidx_compose_material3_MenuDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_MenuItemColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_MenuItemColors$stableprop_getter|androidx_compose_material3_MenuItemColors$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifier$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifier$stableprop_getter|androidx_compose_material3_MinimumInteractiveModifier$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_MinimumInteractiveModifierNode$stableprop_getter|androidx_compose_material3_MinimumInteractiveModifierNode$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ModalBottomSheetDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ModalBottomSheetDefaults$stableprop_getter|androidx_compose_material3_ModalBottomSheetDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ModalBottomSheetProperties$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ModalBottomSheetProperties$stableprop_getter|androidx_compose_material3_ModalBottomSheetProperties$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailDefaults$stableprop_getter|androidx_compose_material3_ModalWideNavigationRailDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailOverrideScope$stableprop_getter|androidx_compose_material3_ModalWideNavigationRailOverrideScope$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailProperties$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailProperties$stableprop_getter|androidx_compose_material3_ModalWideNavigationRailProperties$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ModalWideNavigationRailState$stableprop_getter|androidx_compose_material3_ModalWideNavigationRailState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_NavigationBarDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_NavigationBarDefaults$stableprop_getter|androidx_compose_material3_NavigationBarDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_NavigationBarItemColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_NavigationBarItemColors$stableprop_getter|androidx_compose_material3_NavigationBarItemColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_NavigationBarItemDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_NavigationBarItemDefaults$stableprop_getter|androidx_compose_material3_NavigationBarItemDefaults$stableprop_getter(){}[0] @@ -4628,11 +4250,9 @@ final fun androidx.compose.material3/androidx_compose_material3_NavigationRailIt final fun androidx.compose.material3/androidx_compose_material3_NavigationRailItemDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_NavigationRailItemDefaults$stableprop_getter|androidx_compose_material3_NavigationRailItemDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_NavigationRailOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_NavigationRailOverrideScope$stableprop_getter|androidx_compose_material3_NavigationRailOverrideScope$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_OutlinedTextFieldDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_OutlinedTextFieldDefaults$stableprop_getter|androidx_compose_material3_OutlinedTextFieldDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_OverflowMeasurePolicy$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_OverflowMeasurePolicy$stableprop_getter|androidx_compose_material3_OverflowMeasurePolicy$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ProgressIndicatorDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ProgressIndicatorDefaults$stableprop_getter|androidx_compose_material3_ProgressIndicatorDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_RadioButtonColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_RadioButtonColors$stableprop_getter|androidx_compose_material3_RadioButtonColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_RadioButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_RadioButtonDefaults$stableprop_getter|androidx_compose_material3_RadioButtonDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_RailPredictiveBackState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_RailPredictiveBackState$stableprop_getter|androidx_compose_material3_RailPredictiveBackState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_RangeSliderState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_RangeSliderState$stableprop_getter|androidx_compose_material3_RangeSliderState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_RichTooltipColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_RichTooltipColors$stableprop_getter|androidx_compose_material3_RichTooltipColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_RippleConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_RippleConfiguration$stableprop_getter|androidx_compose_material3_RippleConfiguration$stableprop_getter(){}[0] @@ -4642,11 +4262,9 @@ final fun androidx.compose.material3/androidx_compose_material3_SearchBarColors$ final fun androidx.compose.material3/androidx_compose_material3_SearchBarDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SearchBarDefaults$stableprop_getter|androidx_compose_material3_SearchBarDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SearchBarState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SearchBarState$stableprop_getter|androidx_compose_material3_SearchBarState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SegmentedButtonColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SegmentedButtonColors$stableprop_getter|androidx_compose_material3_SegmentedButtonColors$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_SegmentedButtonContentMeasurePolicy$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SegmentedButtonContentMeasurePolicy$stableprop_getter|androidx_compose_material3_SegmentedButtonContentMeasurePolicy$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SegmentedButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SegmentedButtonDefaults$stableprop_getter|androidx_compose_material3_SegmentedButtonDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SelectableChipColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SelectableChipColors$stableprop_getter|androidx_compose_material3_SelectableChipColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SelectableChipElevation$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SelectableChipElevation$stableprop_getter|androidx_compose_material3_SelectableChipElevation$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_SelectedRangeInfo$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SelectedRangeInfo$stableprop_getter|androidx_compose_material3_SelectedRangeInfo$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ShapeDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ShapeDefaults$stableprop_getter|androidx_compose_material3_ShapeDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_Shapes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_Shapes$stableprop_getter|androidx_compose_material3_Shapes$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SheetState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SheetState$stableprop_getter|androidx_compose_material3_SheetState$stableprop_getter(){}[0] @@ -4667,8 +4285,6 @@ final fun androidx.compose.material3/androidx_compose_material3_SwipeToDismissBo final fun androidx.compose.material3/androidx_compose_material3_SwipeToDismissBoxState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SwipeToDismissBoxState$stableprop_getter|androidx_compose_material3_SwipeToDismissBoxState$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SwitchColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SwitchColors$stableprop_getter|androidx_compose_material3_SwitchColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_SwitchDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_SwitchDefaults$stableprop_getter|androidx_compose_material3_SwitchDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_TabIndicatorModifier$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TabIndicatorModifier$stableprop_getter|androidx_compose_material3_TabIndicatorModifier$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_TabIndicatorOffsetNode$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TabIndicatorOffsetNode$stableprop_getter|androidx_compose_material3_TabIndicatorOffsetNode$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TabPosition$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TabPosition$stableprop_getter|androidx_compose_material3_TabPosition$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TabRowDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TabRowDefaults$stableprop_getter|androidx_compose_material3_TabRowDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TextFieldColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TextFieldColors$stableprop_getter|androidx_compose_material3_TextFieldColors$stableprop_getter(){}[0] @@ -4683,11 +4299,7 @@ final fun androidx.compose.material3/androidx_compose_material3_ToggleButtonColo final fun androidx.compose.material3/androidx_compose_material3_ToggleButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ToggleButtonDefaults$stableprop_getter|androidx_compose_material3_ToggleButtonDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ToggleButtonShapes$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ToggleButtonShapes$stableprop_getter|androidx_compose_material3_ToggleButtonShapes$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_ToggleFloatingActionButtonDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ToggleFloatingActionButtonDefaults$stableprop_getter|androidx_compose_material3_ToggleFloatingActionButtonDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ToggleableAppBarItem$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ToggleableAppBarItem$stableprop_getter|androidx_compose_material3_ToggleableAppBarItem$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_ToggleableButtonGroupItem$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_ToggleableButtonGroupItem$stableprop_getter|androidx_compose_material3_ToggleableButtonGroupItem$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_TonalPalette$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TonalPalette$stableprop_getter|androidx_compose_material3_TonalPalette$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TooltipDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TooltipDefaults$stableprop_getter|androidx_compose_material3_TooltipDefaults$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_TooltipScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TooltipScopeImpl$stableprop_getter|androidx_compose_material3_TooltipScopeImpl$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TopAppBarColors$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TopAppBarColors$stableprop_getter|androidx_compose_material3_TopAppBarColors$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TopAppBarDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TopAppBarDefaults$stableprop_getter|androidx_compose_material3_TopAppBarDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_TopAppBarState$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_TopAppBarState$stableprop_getter|androidx_compose_material3_TopAppBarState$stableprop_getter(){}[0] @@ -4701,8 +4313,6 @@ final fun androidx.compose.material3/androidx_compose_material3_WideNavigationRa final fun androidx.compose.material3/androidx_compose_material3_WideNavigationRailDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_WideNavigationRailDefaults$stableprop_getter|androidx_compose_material3_WideNavigationRailDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_WideNavigationRailItemDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_WideNavigationRailItemDefaults$stableprop_getter|androidx_compose_material3_WideNavigationRailItemDefaults$stableprop_getter(){}[0] final fun androidx.compose.material3/androidx_compose_material3_WideNavigationRailOverrideScope$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_WideNavigationRailOverrideScope$stableprop_getter|androidx_compose_material3_WideNavigationRailOverrideScope$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_WideNavigationRailStateImpl$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_WideNavigationRailStateImpl$stableprop_getter|androidx_compose_material3_WideNavigationRailStateImpl$stableprop_getter(){}[0] -final fun androidx.compose.material3/androidx_compose_material3_WindowBoundsCalculator$stableprop_getter(): kotlin/Int // androidx.compose.material3/androidx_compose_material3_WindowBoundsCalculator$stableprop_getter|androidx_compose_material3_WindowBoundsCalculator$stableprop_getter(){}[0] final fun androidx.compose.material3/contentColorFor(androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.ui.graphics/Color // androidx.compose.material3/contentColorFor|contentColorFor(androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.material3/darkColorScheme(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.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.material3/ColorScheme // androidx.compose.material3/darkColorScheme|darkColorScheme(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.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 androidx.compose.material3/darkColorScheme(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.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.material3/ColorScheme // androidx.compose.material3/darkColorScheme|darkColorScheme(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.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] diff --git a/compose/mpp/demo/build.gradle.kts b/compose/mpp/demo/build.gradle.kts index 61ec8bcabea50..9fb08a6c1f171 100644 --- a/compose/mpp/demo/build.gradle.kts +++ b/compose/mpp/demo/build.gradle.kts @@ -56,7 +56,7 @@ repositories { kotlin { jvm("desktop") js(IR) { - moduleName = "mpp-demo" + outputModuleName = "mpp-demo" browser { commonWebpackConfig { outputFileName = "demo.js" @@ -65,7 +65,7 @@ kotlin { binaries.executable() } wasmJs() { - moduleName = "mpp-demo" + outputModuleName = "mpp-demo" browser { commonWebpackConfig { outputFileName = "demo.js" @@ -277,7 +277,7 @@ if (System.getProperty("os.name") == "Mac OS X") { } else { // Otherwise copy the executable into the Xcode output directory. tasks.create("packForXCode", Copy::class.java) { - dependsOn(kotlinBinary.linkTask) + dependsOn(kotlinBinary.linkTaskProvider) group = xcodeIntegrationGroup destinationDir = file(targetBuildDir) diff --git a/compose/runtime/runtime-compatibility-stub/build.gradle b/compose/runtime/runtime-compatibility-stub/build.gradle index c981a01257342..2fc323dfedc4e 100644 --- a/compose/runtime/runtime-compatibility-stub/build.gradle +++ b/compose/runtime/runtime-compatibility-stub/build.gradle @@ -59,6 +59,12 @@ kotlin { api("androidx.compose.runtime:runtime:$version") } } + + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } } } diff --git a/compose/runtime/runtime-saveable/api/runtime-saveable.klib.api b/compose/runtime/runtime-saveable/api/runtime-saveable.klib.api index e2ca43e8640a2..ea029a6357443 100644 --- a/compose/runtime/runtime-saveable/api/runtime-saveable.klib.api +++ b/compose/runtime/runtime-saveable/api/runtime-saveable.klib.api @@ -33,7 +33,6 @@ abstract interface androidx.compose.runtime.saveable/SaveableStateRegistry { // final val androidx.compose.runtime.saveable/LocalSaveableStateRegistry // androidx.compose.runtime.saveable/LocalSaveableStateRegistry|{}LocalSaveableStateRegistry[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.runtime.saveable/LocalSaveableStateRegistry.|(){}[0] -final val androidx.compose.runtime.saveable/androidx_compose_runtime_saveable_SaveableStateRegistryWrapper$stableprop // androidx.compose.runtime.saveable/androidx_compose_runtime_saveable_SaveableStateRegistryWrapper$stableprop|#static{}androidx_compose_runtime_saveable_SaveableStateRegistryWrapper$stableprop[0] final fun <#A: kotlin/Any> androidx.compose.runtime.saveable/rememberSaveable(kotlin/Array..., androidx.compose.runtime.saveable/Saver<#A, out kotlin/Any>, kotlin/Function0<#A>, androidx.compose.runtime/Composer?, kotlin/Int): #A // androidx.compose.runtime.saveable/rememberSaveable|rememberSaveable(kotlin.Array...;androidx.compose.runtime.saveable.Saver<0:0,out|kotlin.Any>;kotlin.Function0<0:0>;androidx.compose.runtime.Composer?;kotlin.Int){0§}[0] final fun <#A: kotlin/Any> androidx.compose.runtime.saveable/rememberSaveable(kotlin/Array..., androidx.compose.runtime.saveable/Saver<#A, out kotlin/Any>?, kotlin/String?, kotlin/Function0<#A>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): #A // androidx.compose.runtime.saveable/rememberSaveable|rememberSaveable(kotlin.Array...;androidx.compose.runtime.saveable.Saver<0:0,out|kotlin.Any>?;kotlin.String?;kotlin.Function0<0:0>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] @@ -47,7 +46,6 @@ final fun <#A: kotlin/Any?> androidx.compose.runtime.saveable/mapSaver(kotlin/Fu final fun <#A: kotlin/Any?> androidx.compose.runtime.saveable/rememberSaveable(kotlin/Array..., androidx.compose.runtime.saveable/Saver<#A, out kotlin/Any>, kotlin/Function0>, androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.runtime/MutableState<#A> // androidx.compose.runtime.saveable/rememberSaveable|rememberSaveable(kotlin.Array...;androidx.compose.runtime.saveable.Saver<0:0,out|kotlin.Any>;kotlin.Function0>;androidx.compose.runtime.Composer?;kotlin.Int){0§}[0] final fun <#A: kotlin/Any?> androidx.compose.runtime.saveable/rememberSaveable(kotlin/Array..., androidx.compose.runtime.saveable/Saver<#A, out kotlin/Any>, kotlin/String?, kotlin/Function0>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.runtime/MutableState<#A> // androidx.compose.runtime.saveable/rememberSaveable|rememberSaveable(kotlin.Array...;androidx.compose.runtime.saveable.Saver<0:0,out|kotlin.Any>;kotlin.String?;kotlin.Function0>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] final fun androidx.compose.runtime.saveable/SaveableStateRegistry(kotlin.collections/Map>?, kotlin/Function1): androidx.compose.runtime.saveable/SaveableStateRegistry // androidx.compose.runtime.saveable/SaveableStateRegistry|SaveableStateRegistry(kotlin.collections.Map>?;kotlin.Function1){}[0] -final fun androidx.compose.runtime.saveable/androidx_compose_runtime_saveable_SaveableStateRegistryWrapper$stableprop_getter(): kotlin/Int // androidx.compose.runtime.saveable/androidx_compose_runtime_saveable_SaveableStateRegistryWrapper$stableprop_getter|androidx_compose_runtime_saveable_SaveableStateRegistryWrapper$stableprop_getter(){}[0] final fun androidx.compose.runtime.saveable/rememberSaveableStateHolder(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.runtime.saveable/SaveableStateHolder // androidx.compose.runtime.saveable/rememberSaveableStateHolder|rememberSaveableStateHolder(androidx.compose.runtime.Composer?;kotlin.Int){}[0] final inline fun <#A: reified kotlin/Any> androidx.compose.runtime.saveable/rememberSerializable(kotlin/Array..., androidx.savedstate.serialization/SavedStateConfiguration?, noinline kotlin/Function0<#A>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): #A // androidx.compose.runtime.saveable/rememberSerializable|rememberSerializable(kotlin.Array...;androidx.savedstate.serialization.SavedStateConfiguration?;kotlin.Function0<0:0>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] final inline fun <#A: reified kotlin/Any> androidx.compose.runtime.saveable/rememberSerializable(kotlin/Array..., androidx.savedstate.serialization/SavedStateConfiguration?, noinline kotlin/Function0>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.runtime/MutableState<#A> // androidx.compose.runtime.saveable/rememberSerializable|rememberSerializable(kotlin.Array...;androidx.savedstate.serialization.SavedStateConfiguration?;kotlin.Function0>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] diff --git a/compose/ui/ui-backhandler/api/ui-backhandler.klib.api b/compose/ui/ui-backhandler/api/ui-backhandler.klib.api index e507ca86407aa..28ba41bad6e14 100644 --- a/compose/ui/ui-backhandler/api/ui-backhandler.klib.api +++ b/compose/ui/ui-backhandler/api/ui-backhandler.klib.api @@ -8,8 +8,6 @@ // Library unique name: final val androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackEventCompat$stableprop // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackEventCompat$stableprop|#static{}androidx_compose_ui_backhandler_BackEventCompat$stableprop[0] final val androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureDispatcher$stableprop // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureDispatcher$stableprop|#static{}androidx_compose_ui_backhandler_BackGestureDispatcher$stableprop[0] -final val androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureListenerImpl$stableprop // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureListenerImpl$stableprop|#static{}androidx_compose_ui_backhandler_BackGestureListenerImpl$stableprop[0] final fun androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackEventCompat$stableprop_getter(): kotlin/Int // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackEventCompat$stableprop_getter|androidx_compose_ui_backhandler_BackEventCompat$stableprop_getter(){}[0] final fun androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureDispatcher$stableprop_getter|androidx_compose_ui_backhandler_BackGestureDispatcher$stableprop_getter(){}[0] -final fun androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureListenerImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_BackGestureListenerImpl$stableprop_getter|androidx_compose_ui_backhandler_BackGestureListenerImpl$stableprop_getter(){}[0] diff --git a/compose/ui/ui-test/api/ui-test.klib.api b/compose/ui/ui-test/api/ui-test.klib.api index 5bf4eeebb9d28..dd38cb8ed655e 100644 --- a/compose/ui/ui-test/api/ui-test.klib.api +++ b/compose/ui/ui-test/api/ui-test.klib.api @@ -240,38 +240,16 @@ final value class androidx.compose.ui.test/ScrollWheel { // androidx.compose.ui. } final val androidx.compose.ui.test.internal/androidx_compose_ui_test_internal_DelayPropagatingContinuationInterceptorWrapper$stableprop // androidx.compose.ui.test.internal/androidx_compose_ui_test_internal_DelayPropagatingContinuationInterceptorWrapper$stableprop|#static{}androidx_compose_ui_test_internal_DelayPropagatingContinuationInterceptorWrapper$stableprop[0] -final val androidx.compose.ui.test.platform/androidx_compose_ui_test_platform_SynchronizedObject$stableprop // androidx.compose.ui.test.platform/androidx_compose_ui_test_platform_SynchronizedObject$stableprop|#static{}androidx_compose_ui_test_platform_SynchronizedObject$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_AbstractMainTestClock$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_AbstractMainTestClock$stableprop|#static{}androidx_compose_ui_test_AbstractMainTestClock$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_ApplyingContinuationInterceptor$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_ApplyingContinuationInterceptor$stableprop|#static{}androidx_compose_ui_test_ApplyingContinuationInterceptor$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_ComposeRootRegistry$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_ComposeRootRegistry$stableprop|#static{}androidx_compose_ui_test_ComposeRootRegistry$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_ComposeTimeoutException$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_ComposeTimeoutException$stableprop|#static{}androidx_compose_ui_test_ComposeTimeoutException$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_GestureScope$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_GestureScope$stableprop|#static{}androidx_compose_ui_test_GestureScope$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_ImpulseVelocityPathFinder$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_ImpulseVelocityPathFinder$stableprop|#static{}androidx_compose_ui_test_ImpulseVelocityPathFinder$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcher$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcher$stableprop|#static{}androidx_compose_ui_test_InputDispatcher$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcherState$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcherState$stableprop|#static{}androidx_compose_ui_test_InputDispatcherState$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_KeyInjectionScopeImpl$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_KeyInjectionScopeImpl$stableprop|#static{}androidx_compose_ui_test_KeyInjectionScopeImpl$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_KeyInputState$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_KeyInputState$stableprop|#static{}androidx_compose_ui_test_KeyInputState$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_LsqVelocityPathFinder$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_LsqVelocityPathFinder$stableprop|#static{}androidx_compose_ui_test_LsqVelocityPathFinder$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_MainTestClockImpl$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_MainTestClockImpl$stableprop|#static{}androidx_compose_ui_test_MainTestClockImpl$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_MouseInjectionScopeImpl$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_MouseInjectionScopeImpl$stableprop|#static{}androidx_compose_ui_test_MouseInjectionScopeImpl$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_MouseInputState$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_MouseInputState$stableprop|#static{}androidx_compose_ui_test_MouseInputState$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_MultiModalInjectionScopeImpl$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_MultiModalInjectionScopeImpl$stableprop|#static{}androidx_compose_ui_test_MultiModalInjectionScopeImpl$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_PartialGesture$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_PartialGesture$stableprop|#static{}androidx_compose_ui_test_PartialGesture$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_PlatformTestContext$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_PlatformTestContext$stableprop|#static{}androidx_compose_ui_test_PlatformTestContext$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_RotaryInjectionScopeImpl$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_RotaryInjectionScopeImpl$stableprop|#static{}androidx_compose_ui_test_RotaryInjectionScopeImpl$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_RotaryInputState$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_RotaryInputState$stableprop|#static{}androidx_compose_ui_test_RotaryInputState$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_SelectionResult$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SelectionResult$stableprop|#static{}androidx_compose_ui_test_SelectionResult$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_SemanticsMatcher$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsMatcher$stableprop|#static{}androidx_compose_ui_test_SemanticsMatcher$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteraction$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteraction$stableprop|#static{}androidx_compose_ui_test_SemanticsNodeInteraction$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteractionCollection$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteractionCollection$stableprop|#static{}androidx_compose_ui_test_SemanticsNodeInteractionCollection$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_SemanticsSelector$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsSelector$stableprop|#static{}androidx_compose_ui_test_SemanticsSelector$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_SkikoComposeUiTest$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SkikoComposeUiTest$stableprop|#static{}androidx_compose_ui_test_SkikoComposeUiTest$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_SkikoInputDispatcher$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_SkikoInputDispatcher$stableprop|#static{}androidx_compose_ui_test_SkikoInputDispatcher$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_StateRestorationTester$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_StateRestorationTester$stableprop|#static{}androidx_compose_ui_test_StateRestorationTester$stableprop[0] final val androidx.compose.ui.test/androidx_compose_ui_test_TestContext$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_TestContext$stableprop|#static{}androidx_compose_ui_test_TestContext$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_TouchInjectionScopeImpl$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_TouchInjectionScopeImpl$stableprop|#static{}androidx_compose_ui_test_TouchInjectionScopeImpl$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_UncaughtExceptionHandler$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_UncaughtExceptionHandler$stableprop|#static{}androidx_compose_ui_test_UncaughtExceptionHandler$stableprop[0] -final val androidx.compose.ui.test/androidx_compose_ui_test_VelocityPathFinder$stableprop // androidx.compose.ui.test/androidx_compose_ui_test_VelocityPathFinder$stableprop|#static{}androidx_compose_ui_test_VelocityPathFinder$stableprop[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).(): kotlin/Float // androidx.compose.ui.test/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] @@ -459,39 +437,17 @@ final fun (androidx.compose.ui.unit/Dp).androidx.compose.ui.test/assertIsEqualTo final fun <#A: kotlin/Function> (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performSemanticsAction(androidx.compose.ui.semantics/SemanticsPropertyKey>, 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>;kotlin.Function1<0:0,kotlin.Unit>){0§>}[0] final fun <#A: kotlin/Function> (androidx.compose.ui.test/SemanticsNodeInteraction).androidx.compose.ui.test/performSemanticsActionUnit(androidx.compose.ui.semantics/SemanticsPropertyKey>, kotlin/Function1<#A, kotlin/Unit>) // androidx.compose.ui.test/performSemanticsActionUnit|performSemanticsActionUnit@androidx.compose.ui.test.SemanticsNodeInteraction(androidx.compose.ui.semantics.SemanticsPropertyKey>;kotlin.Function1<0:0,kotlin.Unit>){0§>}[0] final fun androidx.compose.ui.test.internal/androidx_compose_ui_test_internal_DelayPropagatingContinuationInterceptorWrapper$stableprop_getter(): kotlin/Int // androidx.compose.ui.test.internal/androidx_compose_ui_test_internal_DelayPropagatingContinuationInterceptorWrapper$stableprop_getter|androidx_compose_ui_test_internal_DelayPropagatingContinuationInterceptorWrapper$stableprop_getter(){}[0] -final fun androidx.compose.ui.test.platform/androidx_compose_ui_test_platform_SynchronizedObject$stableprop_getter(): kotlin/Int // androidx.compose.ui.test.platform/androidx_compose_ui_test_platform_SynchronizedObject$stableprop_getter|androidx_compose_ui_test_platform_SynchronizedObject$stableprop_getter(){}[0] final fun androidx.compose.ui.test/DeviceConfigurationOverride(androidx.compose.ui.test/DeviceConfigurationOverride, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.ui.test/DeviceConfigurationOverride|DeviceConfigurationOverride(androidx.compose.ui.test.DeviceConfigurationOverride;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_AbstractMainTestClock$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_AbstractMainTestClock$stableprop_getter|androidx_compose_ui_test_AbstractMainTestClock$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_ApplyingContinuationInterceptor$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_ApplyingContinuationInterceptor$stableprop_getter|androidx_compose_ui_test_ApplyingContinuationInterceptor$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_ComposeRootRegistry$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_ComposeRootRegistry$stableprop_getter|androidx_compose_ui_test_ComposeRootRegistry$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_ComposeTimeoutException$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_ComposeTimeoutException$stableprop_getter|androidx_compose_ui_test_ComposeTimeoutException$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_GestureScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_GestureScope$stableprop_getter|androidx_compose_ui_test_GestureScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_ImpulseVelocityPathFinder$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_ImpulseVelocityPathFinder$stableprop_getter|androidx_compose_ui_test_ImpulseVelocityPathFinder$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcher$stableprop_getter|androidx_compose_ui_test_InputDispatcher$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcherState$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_InputDispatcherState$stableprop_getter|androidx_compose_ui_test_InputDispatcherState$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_KeyInjectionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_KeyInjectionScopeImpl$stableprop_getter|androidx_compose_ui_test_KeyInjectionScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_KeyInputState$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_KeyInputState$stableprop_getter|androidx_compose_ui_test_KeyInputState$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_LsqVelocityPathFinder$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_LsqVelocityPathFinder$stableprop_getter|androidx_compose_ui_test_LsqVelocityPathFinder$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_MainTestClockImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_MainTestClockImpl$stableprop_getter|androidx_compose_ui_test_MainTestClockImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_MouseInjectionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_MouseInjectionScopeImpl$stableprop_getter|androidx_compose_ui_test_MouseInjectionScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_MouseInputState$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_MouseInputState$stableprop_getter|androidx_compose_ui_test_MouseInputState$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_MultiModalInjectionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_MultiModalInjectionScopeImpl$stableprop_getter|androidx_compose_ui_test_MultiModalInjectionScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_PartialGesture$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_PartialGesture$stableprop_getter|androidx_compose_ui_test_PartialGesture$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_PlatformTestContext$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_PlatformTestContext$stableprop_getter|androidx_compose_ui_test_PlatformTestContext$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_RotaryInjectionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_RotaryInjectionScopeImpl$stableprop_getter|androidx_compose_ui_test_RotaryInjectionScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_RotaryInputState$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_RotaryInputState$stableprop_getter|androidx_compose_ui_test_RotaryInputState$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_SelectionResult$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SelectionResult$stableprop_getter|androidx_compose_ui_test_SelectionResult$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_SemanticsMatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsMatcher$stableprop_getter|androidx_compose_ui_test_SemanticsMatcher$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteraction$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteraction$stableprop_getter|androidx_compose_ui_test_SemanticsNodeInteraction$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteractionCollection$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsNodeInteractionCollection$stableprop_getter|androidx_compose_ui_test_SemanticsNodeInteractionCollection$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_SemanticsSelector$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SemanticsSelector$stableprop_getter|androidx_compose_ui_test_SemanticsSelector$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_SkikoComposeUiTest$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SkikoComposeUiTest$stableprop_getter|androidx_compose_ui_test_SkikoComposeUiTest$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_SkikoInputDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_SkikoInputDispatcher$stableprop_getter|androidx_compose_ui_test_SkikoInputDispatcher$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_StateRestorationTester$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_StateRestorationTester$stableprop_getter|androidx_compose_ui_test_StateRestorationTester$stableprop_getter(){}[0] final fun androidx.compose.ui.test/androidx_compose_ui_test_TestContext$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_TestContext$stableprop_getter|androidx_compose_ui_test_TestContext$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_TouchInjectionScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_TouchInjectionScopeImpl$stableprop_getter|androidx_compose_ui_test_TouchInjectionScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_UncaughtExceptionHandler$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_UncaughtExceptionHandler$stableprop_getter|androidx_compose_ui_test_UncaughtExceptionHandler$stableprop_getter(){}[0] -final fun androidx.compose.ui.test/androidx_compose_ui_test_VelocityPathFinder$stableprop_getter(): kotlin/Int // androidx.compose.ui.test/androidx_compose_ui_test_VelocityPathFinder$stableprop_getter|androidx_compose_ui_test_VelocityPathFinder$stableprop_getter(){}[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] diff --git a/compose/ui/ui-text/api/ui-text.klib.api b/compose/ui/ui-text/api/ui-text.klib.api index d045beb79432b..dc2be85f37e8c 100644 --- a/compose/ui/ui-text/api/ui-text.klib.api +++ b/compose/ui/ui-text/api/ui-text.klib.api @@ -1758,27 +1758,16 @@ final object androidx.compose.ui.text/TextPainter { // androidx.compose.ui.text/ final fun paint(androidx.compose.ui.graphics/Canvas, androidx.compose.ui.text/TextLayoutResult) // androidx.compose.ui.text/TextPainter.paint|paint(androidx.compose.ui.graphics.Canvas;androidx.compose.ui.text.TextLayoutResult){}[0] } -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncFontListLoader$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncFontListLoader$stableprop|#static{}androidx_compose_ui_text_font_AsyncFontListLoader$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache$stableprop|#static{}androidx_compose_ui_text_font_AsyncTypefaceCache$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache_Key$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache_Key$stableprop|#static{}androidx_compose_ui_text_font_AsyncTypefaceCache_Key$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_DefaultFontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_DefaultFontFamily$stableprop|#static{}androidx_compose_ui_text_font_DefaultFontFamily$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FileBasedFontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FileBasedFontFamily$stableprop|#static{}androidx_compose_ui_text_font_FileBasedFontFamily$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamily$stableprop|#static{}androidx_compose_ui_text_font_FontFamily$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamilyResolverImpl$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamilyResolverImpl$stableprop|#static{}androidx_compose_ui_text_font_FontFamilyResolverImpl$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamily$stableprop|#static{}androidx_compose_ui_text_font_FontListFontFamily$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamilyTypefaceAdapter$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamilyTypefaceAdapter$stableprop|#static{}androidx_compose_ui_text_font_FontListFontFamilyTypefaceAdapter$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontMatcher$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontMatcher$stableprop|#static{}androidx_compose_ui_text_font_FontMatcher$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation$stableprop|#static{}androidx_compose_ui_text_font_FontVariation$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation_Settings$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation_Settings$stableprop|#static{}androidx_compose_ui_text_font_FontVariation_Settings$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontWeight$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontWeight$stableprop|#static{}androidx_compose_ui_text_font_FontWeight$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_GenericFontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_GenericFontFamily$stableprop|#static{}androidx_compose_ui_text_font_GenericFontFamily$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_LoadedFontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_LoadedFontFamily$stableprop|#static{}androidx_compose_ui_text_font_LoadedFontFamily$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_PlatformFontFamilyTypefaceAdapter$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_PlatformFontFamilyTypefaceAdapter$stableprop|#static{}androidx_compose_ui_text_font_PlatformFontFamilyTypefaceAdapter$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_ResourceFont$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_ResourceFont$stableprop|#static{}androidx_compose_ui_text_font_ResourceFont$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_SkiaFontLoader$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_SkiaFontLoader$stableprop|#static{}androidx_compose_ui_text_font_SkiaFontLoader$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_SystemFontFamily$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_SystemFontFamily$stableprop|#static{}androidx_compose_ui_text_font_SystemFontFamily$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequest$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequest$stableprop|#static{}androidx_compose_ui_text_font_TypefaceRequest$stableprop[0] -final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequestCache$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequestCache$stableprop|#static{}androidx_compose_ui_text_font_TypefaceRequestCache$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Async$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Async$stableprop|#static{}androidx_compose_ui_text_font_TypefaceResult_Async$stableprop[0] final val androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Immutable$stableprop // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Immutable$stableprop|#static{}androidx_compose_ui_text_font_TypefaceResult_Immutable$stableprop[0] final val androidx.compose.ui.text.input/androidx_compose_ui_text_input_BackspaceCommand$stableprop // androidx.compose.ui.text.input/androidx_compose_ui_text_input_BackspaceCommand$stableprop|#static{}androidx_compose_ui_text_input_BackspaceCommand$stableprop[0] @@ -1803,11 +1792,9 @@ final val androidx.compose.ui.text.input/androidx_compose_ui_text_input_TextInpu final val androidx.compose.ui.text.input/androidx_compose_ui_text_input_TransformedText$stableprop // androidx.compose.ui.text.input/androidx_compose_ui_text_input_TransformedText$stableprop|#static{}androidx_compose_ui_text_input_TransformedText$stableprop[0] final val androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_Locale$stableprop // androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_Locale$stableprop|#static{}androidx_compose_ui_text_intl_Locale$stableprop[0] final val androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_LocaleList$stableprop // androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_LocaleList$stableprop|#static{}androidx_compose_ui_text_intl_LocaleList$stableprop[0] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontCache$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontCache$stableprop|#static{}androidx_compose_ui_text_platform_FontCache$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoadResult$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoadResult$stableprop|#static{}androidx_compose_ui_text_platform_FontLoadResult$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoader$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoader$stableprop|#static{}androidx_compose_ui_text_platform_FontLoader$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_LoadedFont$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_LoadedFont$stableprop|#static{}androidx_compose_ui_text_platform_LoadedFont$stableprop[0] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_EndPlaceholder$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_EndPlaceholder$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder_Cut_EndPlaceholder$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_PutPlaceholder$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_PutPlaceholder$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder_Cut_PutPlaceholder$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_StyleAdd$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_StyleAdd$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder_Cut_StyleAdd$stableprop[0] @@ -1815,11 +1802,7 @@ final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_Pa final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_EndPlaceholder$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_EndPlaceholder$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder_Op_EndPlaceholder$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_PutPlaceholder$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_PutPlaceholder$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder_Op_PutPlaceholder$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_StyleAdd$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_StyleAdd$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphBuilder_Op_StyleAdd$stableprop[0] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphLayouter$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphLayouter$stableprop|#static{}androidx_compose_ui_text_platform_ParagraphLayouter$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_PlatformFont$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_PlatformFont$stableprop|#static{}androidx_compose_ui_text_platform_PlatformFont$stableprop[0] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaParagraphIntrinsics$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaParagraphIntrinsics$stableprop|#static{}androidx_compose_ui_text_platform_SkiaParagraphIntrinsics$stableprop[0] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaTextPaint$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaTextPaint$stableprop|#static{}androidx_compose_ui_text_platform_SkiaTextPaint$stableprop[0] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SynchronizedObject$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SynchronizedObject$stableprop|#static{}androidx_compose_ui_text_platform_SynchronizedObject$stableprop[0] final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SystemFont$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SystemFont$stableprop|#static{}androidx_compose_ui_text_platform_SystemFont$stableprop[0] final val androidx.compose.ui.text.style/androidx_compose_ui_text_style_LineHeightStyle$stableprop // androidx.compose.ui.text.style/androidx_compose_ui_text_style_LineHeightStyle$stableprop|#static{}androidx_compose_ui_text_style_LineHeightStyle$stableprop[0] final val androidx.compose.ui.text.style/androidx_compose_ui_text_style_TextDecoration$stableprop // androidx.compose.ui.text.style/androidx_compose_ui_text_style_TextDecoration$stableprop|#static{}androidx_compose_ui_text_style_TextDecoration$stableprop[0] @@ -1831,26 +1814,19 @@ final val androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString$stab final val androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder$stableprop|#static{}androidx_compose_ui_text_AnnotatedString_Builder$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder_BulletScope$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder_BulletScope$stableprop|#static{}androidx_compose_ui_text_AnnotatedString_Builder_BulletScope$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Range$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Range$stableprop|#static{}androidx_compose_ui_text_AnnotatedString_Range$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_AtomicReference$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_AtomicReference$stableprop|#static{}androidx_compose_ui_text_AtomicReference$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_Bullet$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_Bullet$stableprop|#static{}androidx_compose_ui_text_Bullet$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_CacheTextLayoutInput$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_CacheTextLayoutInput$stableprop|#static{}androidx_compose_ui_text_CacheTextLayoutInput$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_ExpireAfterAccessCache$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_ExpireAfterAccessCache$stableprop|#static{}androidx_compose_ui_text_ExpireAfterAccessCache$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_FontRasterizationSettings$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_FontRasterizationSettings$stableprop|#static{}androidx_compose_ui_text_FontRasterizationSettings$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation$stableprop|#static{}androidx_compose_ui_text_LinkAnnotation$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Clickable$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Clickable$stableprop|#static{}androidx_compose_ui_text_LinkAnnotation_Clickable$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Url$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Url$stableprop|#static{}androidx_compose_ui_text_LinkAnnotation_Url$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraph$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraph$stableprop|#static{}androidx_compose_ui_text_MultiParagraph$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraphIntrinsics$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraphIntrinsics$stableprop|#static{}androidx_compose_ui_text_MultiParagraphIntrinsics$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_ParagraphInfo$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_ParagraphInfo$stableprop|#static{}androidx_compose_ui_text_ParagraphInfo$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_ParagraphIntrinsicInfo$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_ParagraphIntrinsicInfo$stableprop|#static{}androidx_compose_ui_text_ParagraphIntrinsicInfo$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_ParagraphStyle$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_ParagraphStyle$stableprop|#static{}androidx_compose_ui_text_ParagraphStyle$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_Placeholder$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_Placeholder$stableprop|#static{}androidx_compose_ui_text_Placeholder$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_PlatformParagraphStyle$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_PlatformParagraphStyle$stableprop|#static{}androidx_compose_ui_text_PlatformParagraphStyle$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_PlatformSpanStyle$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_PlatformSpanStyle$stableprop|#static{}androidx_compose_ui_text_PlatformSpanStyle$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_PlatformTextStyle$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_PlatformTextStyle$stableprop|#static{}androidx_compose_ui_text_PlatformTextStyle$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_SkiaParagraph$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_SkiaParagraph$stableprop|#static{}androidx_compose_ui_text_SkiaParagraph$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_SpanStyle$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_SpanStyle$stableprop|#static{}androidx_compose_ui_text_SpanStyle$stableprop[0] -final val androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutCache$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutCache$stableprop|#static{}androidx_compose_ui_text_TextLayoutCache$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutInput$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutInput$stableprop|#static{}androidx_compose_ui_text_TextLayoutInput$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutResult$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutResult$stableprop|#static{}androidx_compose_ui_text_TextLayoutResult$stableprop[0] final val androidx.compose.ui.text/androidx_compose_ui_text_TextLinkStyles$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_TextLinkStyles$stableprop|#static{}androidx_compose_ui_text_TextLinkStyles$stableprop[0] @@ -1891,27 +1867,16 @@ final fun androidx.compose.ui.text.font/Font(kotlin/Int, androidx.compose.ui.tex 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/FontFamily // androidx.compose.ui.text.font/FontFamily|FontFamily(kotlin.collections.List){}[0] final fun androidx.compose.ui.text.font/FontFamily(kotlin/Array...): androidx.compose.ui.text.font/FontFamily // androidx.compose.ui.text.font/FontFamily|FontFamily(kotlin.Array...){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncFontListLoader$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncFontListLoader$stableprop_getter|androidx_compose_ui_text_font_AsyncFontListLoader$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache$stableprop_getter|androidx_compose_ui_text_font_AsyncTypefaceCache$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache_Key$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_AsyncTypefaceCache_Key$stableprop_getter|androidx_compose_ui_text_font_AsyncTypefaceCache_Key$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_DefaultFontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_DefaultFontFamily$stableprop_getter|androidx_compose_ui_text_font_DefaultFontFamily$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FileBasedFontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FileBasedFontFamily$stableprop_getter|androidx_compose_ui_text_font_FileBasedFontFamily$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamily$stableprop_getter|androidx_compose_ui_text_font_FontFamily$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamilyResolverImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontFamilyResolverImpl$stableprop_getter|androidx_compose_ui_text_font_FontFamilyResolverImpl$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamily$stableprop_getter|androidx_compose_ui_text_font_FontListFontFamily$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamilyTypefaceAdapter$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontListFontFamilyTypefaceAdapter$stableprop_getter|androidx_compose_ui_text_font_FontListFontFamilyTypefaceAdapter$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontMatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontMatcher$stableprop_getter|androidx_compose_ui_text_font_FontMatcher$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation$stableprop_getter|androidx_compose_ui_text_font_FontVariation$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation_Settings$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontVariation_Settings$stableprop_getter|androidx_compose_ui_text_font_FontVariation_Settings$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontWeight$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_FontWeight$stableprop_getter|androidx_compose_ui_text_font_FontWeight$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_GenericFontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_GenericFontFamily$stableprop_getter|androidx_compose_ui_text_font_GenericFontFamily$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_LoadedFontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_LoadedFontFamily$stableprop_getter|androidx_compose_ui_text_font_LoadedFontFamily$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_PlatformFontFamilyTypefaceAdapter$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_PlatformFontFamilyTypefaceAdapter$stableprop_getter|androidx_compose_ui_text_font_PlatformFontFamilyTypefaceAdapter$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_ResourceFont$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_ResourceFont$stableprop_getter|androidx_compose_ui_text_font_ResourceFont$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_SkiaFontLoader$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_SkiaFontLoader$stableprop_getter|androidx_compose_ui_text_font_SkiaFontLoader$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_SystemFontFamily$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_SystemFontFamily$stableprop_getter|androidx_compose_ui_text_font_SystemFontFamily$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequest$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequest$stableprop_getter|androidx_compose_ui_text_font_TypefaceRequest$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequestCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceRequestCache$stableprop_getter|androidx_compose_ui_text_font_TypefaceRequestCache$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Async$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Async$stableprop_getter|androidx_compose_ui_text_font_TypefaceResult_Async$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Immutable$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.font/androidx_compose_ui_text_font_TypefaceResult_Immutable$stableprop_getter|androidx_compose_ui_text_font_TypefaceResult_Immutable$stableprop_getter(){}[0] final fun androidx.compose.ui.text.font/createFontFamilyResolver(): androidx.compose.ui.text.font/FontFamily.Resolver // androidx.compose.ui.text.font/createFontFamilyResolver|createFontFamilyResolver(){}[0] @@ -1943,11 +1908,9 @@ final fun androidx.compose.ui.text.platform/Font(kotlin/String, kotlin/ByteArray final fun androidx.compose.ui.text.platform/Font(kotlin/String, kotlin/Function0, androidx.compose.ui.text.font/FontWeight = ..., androidx.compose.ui.text.font/FontStyle = ...): androidx.compose.ui.text.font/Font // androidx.compose.ui.text.platform/Font|Font(kotlin.String;kotlin.Function0;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle){}[0] final fun androidx.compose.ui.text.platform/Font(kotlin/String, kotlin/Function0, androidx.compose.ui.text.font/FontWeight = ..., androidx.compose.ui.text.font/FontStyle = ..., androidx.compose.ui.text.font/FontVariation.Settings = ...): androidx.compose.ui.text.font/Font // androidx.compose.ui.text.platform/Font|Font(kotlin.String;kotlin.Function0;androidx.compose.ui.text.font.FontWeight;androidx.compose.ui.text.font.FontStyle;androidx.compose.ui.text.font.FontVariation.Settings){}[0] final fun androidx.compose.ui.text.platform/Typeface(org.jetbrains.skia/Typeface, kotlin/String? = ...): androidx.compose.ui.text.font/Typeface // androidx.compose.ui.text.platform/Typeface|Typeface(org.jetbrains.skia.Typeface;kotlin.String?){}[0] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontCache$stableprop_getter|androidx_compose_ui_text_platform_FontCache$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoadResult$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoadResult$stableprop_getter|androidx_compose_ui_text_platform_FontLoadResult$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoader$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_FontLoader$stableprop_getter|androidx_compose_ui_text_platform_FontLoader$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_LoadedFont$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_LoadedFont$stableprop_getter|androidx_compose_ui_text_platform_LoadedFont$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_EndPlaceholder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_EndPlaceholder$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder_Cut_EndPlaceholder$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_PutPlaceholder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_PutPlaceholder$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder_Cut_PutPlaceholder$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_StyleAdd$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Cut_StyleAdd$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder_Cut_StyleAdd$stableprop_getter(){}[0] @@ -1955,11 +1918,7 @@ final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_Pa final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_EndPlaceholder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_EndPlaceholder$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder_Op_EndPlaceholder$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_PutPlaceholder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_PutPlaceholder$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder_Op_PutPlaceholder$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_StyleAdd$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphBuilder_Op_StyleAdd$stableprop_getter|androidx_compose_ui_text_platform_ParagraphBuilder_Op_StyleAdd$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphLayouter$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_ParagraphLayouter$stableprop_getter|androidx_compose_ui_text_platform_ParagraphLayouter$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_PlatformFont$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_PlatformFont$stableprop_getter|androidx_compose_ui_text_platform_PlatformFont$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaParagraphIntrinsics$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaParagraphIntrinsics$stableprop_getter|androidx_compose_ui_text_platform_SkiaParagraphIntrinsics$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaTextPaint$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SkiaTextPaint$stableprop_getter|androidx_compose_ui_text_platform_SkiaTextPaint$stableprop_getter(){}[0] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SynchronizedObject$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SynchronizedObject$stableprop_getter|androidx_compose_ui_text_platform_SynchronizedObject$stableprop_getter(){}[0] final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SystemFont$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_SystemFont$stableprop_getter|androidx_compose_ui_text_platform_SystemFont$stableprop_getter(){}[0] final fun androidx.compose.ui.text.style/androidx_compose_ui_text_style_LineHeightStyle$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.style/androidx_compose_ui_text_style_LineHeightStyle$stableprop_getter|androidx_compose_ui_text_style_LineHeightStyle$stableprop_getter(){}[0] final fun androidx.compose.ui.text.style/androidx_compose_ui_text_style_TextDecoration$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.style/androidx_compose_ui_text_style_TextDecoration$stableprop_getter|androidx_compose_ui_text_style_TextDecoration$stableprop_getter(){}[0] @@ -1988,26 +1947,19 @@ final fun androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString$stab final fun androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder$stableprop_getter|androidx_compose_ui_text_AnnotatedString_Builder$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder_BulletScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Builder_BulletScope$stableprop_getter|androidx_compose_ui_text_AnnotatedString_Builder_BulletScope$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Range$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_AnnotatedString_Range$stableprop_getter|androidx_compose_ui_text_AnnotatedString_Range$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_AtomicReference$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_AtomicReference$stableprop_getter|androidx_compose_ui_text_AtomicReference$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_Bullet$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_Bullet$stableprop_getter|androidx_compose_ui_text_Bullet$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_CacheTextLayoutInput$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_CacheTextLayoutInput$stableprop_getter|androidx_compose_ui_text_CacheTextLayoutInput$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_ExpireAfterAccessCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_ExpireAfterAccessCache$stableprop_getter|androidx_compose_ui_text_ExpireAfterAccessCache$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_FontRasterizationSettings$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_FontRasterizationSettings$stableprop_getter|androidx_compose_ui_text_FontRasterizationSettings$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation$stableprop_getter|androidx_compose_ui_text_LinkAnnotation$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Clickable$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Clickable$stableprop_getter|androidx_compose_ui_text_LinkAnnotation_Clickable$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Url$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_LinkAnnotation_Url$stableprop_getter|androidx_compose_ui_text_LinkAnnotation_Url$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraph$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraph$stableprop_getter|androidx_compose_ui_text_MultiParagraph$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraphIntrinsics$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_MultiParagraphIntrinsics$stableprop_getter|androidx_compose_ui_text_MultiParagraphIntrinsics$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_ParagraphInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_ParagraphInfo$stableprop_getter|androidx_compose_ui_text_ParagraphInfo$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_ParagraphIntrinsicInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_ParagraphIntrinsicInfo$stableprop_getter|androidx_compose_ui_text_ParagraphIntrinsicInfo$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_ParagraphStyle$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_ParagraphStyle$stableprop_getter|androidx_compose_ui_text_ParagraphStyle$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_Placeholder$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_Placeholder$stableprop_getter|androidx_compose_ui_text_Placeholder$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_PlatformParagraphStyle$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_PlatformParagraphStyle$stableprop_getter|androidx_compose_ui_text_PlatformParagraphStyle$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_PlatformSpanStyle$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_PlatformSpanStyle$stableprop_getter|androidx_compose_ui_text_PlatformSpanStyle$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_PlatformTextStyle$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_PlatformTextStyle$stableprop_getter|androidx_compose_ui_text_PlatformTextStyle$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_SkiaParagraph$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_SkiaParagraph$stableprop_getter|androidx_compose_ui_text_SkiaParagraph$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_SpanStyle$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_SpanStyle$stableprop_getter|androidx_compose_ui_text_SpanStyle$stableprop_getter(){}[0] -final fun androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutCache$stableprop_getter|androidx_compose_ui_text_TextLayoutCache$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutInput$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutInput$stableprop_getter|androidx_compose_ui_text_TextLayoutInput$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutResult$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_TextLayoutResult$stableprop_getter|androidx_compose_ui_text_TextLayoutResult$stableprop_getter(){}[0] final fun androidx.compose.ui.text/androidx_compose_ui_text_TextLinkStyles$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_TextLinkStyles$stableprop_getter|androidx_compose_ui_text_TextLinkStyles$stableprop_getter(){}[0] @@ -2031,18 +1983,6 @@ final inline fun <#A: kotlin/Any> (androidx.compose.ui.text/AnnotatedString.Buil final inline fun <#A: kotlin/Any?> androidx.compose.ui.text.platform/synchronized(androidx.compose.ui.text.platform/SynchronizedObject, kotlin/Function0<#A>): #A // androidx.compose.ui.text.platform/synchronized|synchronized(androidx.compose.ui.text.platform.SynchronizedObject;kotlin.Function0<0:0>){0§}[0] final inline fun androidx.compose.ui.text/buildAnnotatedString(kotlin/Function1): androidx.compose.ui.text/AnnotatedString // androidx.compose.ui.text/buildAnnotatedString|buildAnnotatedString(kotlin.Function1){}[0] -// Targets: [apple] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_NativeStringDelegate$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_NativeStringDelegate$stableprop|#static{}androidx_compose_ui_text_platform_NativeStringDelegate$stableprop[0] - -// Targets: [apple] -final val androidx.compose.ui.text/androidx_compose_ui_text_WeakKeysCache$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_WeakKeysCache$stableprop|#static{}androidx_compose_ui_text_WeakKeysCache$stableprop[0] - -// Targets: [apple] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_NativeStringDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_NativeStringDelegate$stableprop_getter|androidx_compose_ui_text_platform_NativeStringDelegate$stableprop_getter(){}[0] - -// Targets: [apple] -final fun androidx.compose.ui.text/androidx_compose_ui_text_WeakKeysCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_WeakKeysCache$stableprop_getter|androidx_compose_ui_text_WeakKeysCache$stableprop_getter(){}[0] - // Targets: [ios] final val androidx.compose.ui.text.input/androidx_compose_ui_text_input_PlatformImeOptionsConfiguration$stableprop // androidx.compose.ui.text.input/androidx_compose_ui_text_input_PlatformImeOptionsConfiguration$stableprop|#static{}androidx_compose_ui_text_input_PlatformImeOptionsConfiguration$stableprop[0] @@ -2057,17 +1997,5 @@ final class androidx.compose.ui.text.intl/PlatformLocale { // androidx.compose.u // Targets: [js, wasmJs] final val androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_PlatformLocale$stableprop // androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_PlatformLocale$stableprop|#static{}androidx_compose_ui_text_intl_PlatformLocale$stableprop[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_JsStringDelegate$stableprop // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_JsStringDelegate$stableprop|#static{}androidx_compose_ui_text_platform_JsStringDelegate$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.text/androidx_compose_ui_text_NoCache$stableprop // androidx.compose.ui.text/androidx_compose_ui_text_NoCache$stableprop|#static{}androidx_compose_ui_text_NoCache$stableprop[0] - // Targets: [js, wasmJs] final fun androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_PlatformLocale$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.intl/androidx_compose_ui_text_intl_PlatformLocale$stableprop_getter|androidx_compose_ui_text_intl_PlatformLocale$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_JsStringDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.text.platform/androidx_compose_ui_text_platform_JsStringDelegate$stableprop_getter|androidx_compose_ui_text_platform_JsStringDelegate$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.text/androidx_compose_ui_text_NoCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.text/androidx_compose_ui_text_NoCache$stableprop_getter|androidx_compose_ui_text_NoCache$stableprop_getter(){}[0] diff --git a/compose/ui/ui/api/ui.klib.api b/compose/ui/ui/api/ui.klib.api index e0b1bb7c48fc1..f09a63f30ee7a 100644 --- a/compose/ui/ui/api/ui.klib.api +++ b/compose/ui/ui/api/ui.klib.api @@ -3614,31 +3614,12 @@ final val androidx.compose.ui.autofill/androidx_compose_ui_autofill_AutofillMana final val androidx.compose.ui.autofill/androidx_compose_ui_autofill_AutofillNode$stableprop // androidx.compose.ui.autofill/androidx_compose_ui_autofill_AutofillNode$stableprop|#static{}androidx_compose_ui_autofill_AutofillNode$stableprop[0] final val androidx.compose.ui.autofill/androidx_compose_ui_autofill_AutofillTree$stableprop // androidx.compose.ui.autofill/androidx_compose_ui_autofill_AutofillTree$stableprop|#static{}androidx_compose_ui_autofill_AutofillTree$stableprop[0] final val androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropEvent$stableprop // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropEvent$stableprop|#static{}androidx_compose_ui_draganddrop_DragAndDropEvent$stableprop[0] -final val androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropNode$stableprop // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropNode$stableprop|#static{}androidx_compose_ui_draganddrop_DragAndDropNode$stableprop[0] final val androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropTransferData$stableprop // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropTransferData$stableprop|#static{}androidx_compose_ui_draganddrop_DragAndDropTransferData$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowElement$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowElement$stableprop|#static{}androidx_compose_ui_draw_BlockDropShadowElement$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowNode$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowNode$stableprop|#static{}androidx_compose_ui_draw_BlockDropShadowNode$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowElement$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowElement$stableprop|#static{}androidx_compose_ui_draw_BlockInnerShadowElement$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowNode$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowNode$stableprop|#static{}androidx_compose_ui_draw_BlockInnerShadowNode$stableprop[0] final val androidx.compose.ui.draw/androidx_compose_ui_draw_CacheDrawScope$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_CacheDrawScope$stableprop|#static{}androidx_compose_ui_draw_CacheDrawScope$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_DrawBackgroundModifier$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_DrawBackgroundModifier$stableprop|#static{}androidx_compose_ui_draw_DrawBackgroundModifier$stableprop[0] final val androidx.compose.ui.draw/androidx_compose_ui_draw_DrawResult$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_DrawResult$stableprop|#static{}androidx_compose_ui_draw_DrawResult$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_ShadowGraphicsLayerElement$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_ShadowGraphicsLayerElement$stableprop|#static{}androidx_compose_ui_draw_ShadowGraphicsLayerElement$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowElement$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowElement$stableprop|#static{}androidx_compose_ui_draw_SimpleDropShadowElement$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowNode$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowNode$stableprop|#static{}androidx_compose_ui_draw_SimpleDropShadowNode$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowElement$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowElement$stableprop|#static{}androidx_compose_ui_draw_SimpleInnerShadowElement$stableprop[0] -final val androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowNode$stableprop // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowNode$stableprop|#static{}androidx_compose_ui_draw_SimpleInnerShadowNode$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_CancelIndicatingFocusBoundaryScope$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_CancelIndicatingFocusBoundaryScope$stableprop|#static{}androidx_compose_ui_focus_CancelIndicatingFocusBoundaryScope$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusInvalidationManager$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusInvalidationManager$stableprop|#static{}androidx_compose_ui_focus_FocusInvalidationManager$stableprop[0] final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrder$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrder$stableprop|#static{}androidx_compose_ui_focus_FocusOrder$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrderToProperties$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrderToProperties$stableprop|#static{}androidx_compose_ui_focus_FocusOrderToProperties$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOwnerImpl$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOwnerImpl$stableprop|#static{}androidx_compose_ui_focus_FocusOwnerImpl$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusPropertiesImpl$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusPropertiesImpl$stableprop|#static{}androidx_compose_ui_focus_FocusPropertiesImpl$stableprop[0] final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester$stableprop|#static{}androidx_compose_ui_focus_FocusRequester$stableprop[0] final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester_Companion_FocusRequesterFactory$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester_Companion_FocusRequesterFactory$stableprop|#static{}androidx_compose_ui_focus_FocusRequester_Companion_FocusRequesterFactory$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRestorerNode$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRestorerNode$stableprop|#static{}androidx_compose_ui_focus_FocusRestorerNode$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode$stableprop|#static{}androidx_compose_ui_focus_FocusTargetNode$stableprop[0] -final val androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode_FocusTargetElement$stableprop // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode_FocusTargetElement$stableprop|#static{}androidx_compose_ui_focus_FocusTargetNode_FocusTargetElement$stableprop[0] final val androidx.compose.ui.graphics.vector/DefaultFillType // androidx.compose.ui.graphics.vector/DefaultFillType|{}DefaultFillType[0] final fun (): androidx.compose.ui.graphics/PathFillType // androidx.compose.ui.graphics.vector/DefaultFillType.|(){}[0] final val androidx.compose.ui.graphics.vector/DefaultStrokeLineCap // androidx.compose.ui.graphics.vector/DefaultStrokeLineCap|{}DefaultStrokeLineCap[0] @@ -3651,14 +3632,10 @@ final val androidx.compose.ui.graphics.vector/DefaultTintColor // androidx.compo final fun (): androidx.compose.ui.graphics/Color // androidx.compose.ui.graphics.vector/DefaultTintColor.|(){}[0] final val androidx.compose.ui.graphics.vector/EmptyPath // androidx.compose.ui.graphics.vector/EmptyPath|{}EmptyPath[0] final fun (): kotlin.collections/List // androidx.compose.ui.graphics.vector/EmptyPath.|(){}[0] -final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_DrawCache$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_DrawCache$stableprop|#static{}androidx_compose_ui_graphics_vector_DrawCache$stableprop[0] -final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_GroupComponent$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_GroupComponent$stableprop|#static{}androidx_compose_ui_graphics_vector_GroupComponent$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector$stableprop|#static{}androidx_compose_ui_graphics_vector_ImageVector$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector_Builder$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector_Builder$stableprop|#static{}androidx_compose_ui_graphics_vector_ImageVector_Builder$stableprop[0] -final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_PathComponent$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_PathComponent$stableprop|#static{}androidx_compose_ui_graphics_vector_PathComponent$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VNode$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VNode$stableprop|#static{}androidx_compose_ui_graphics_vector_VNode$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorApplier$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorApplier$stableprop|#static{}androidx_compose_ui_graphics_vector_VectorApplier$stableprop[0] -final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorComponent$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorComponent$stableprop|#static{}androidx_compose_ui_graphics_vector_VectorComponent$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorGroup$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorGroup$stableprop|#static{}androidx_compose_ui_graphics_vector_VectorGroup$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorNode$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorNode$stableprop|#static{}androidx_compose_ui_graphics_vector_VectorNode$stableprop[0] final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorPainter$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorPainter$stableprop|#static{}androidx_compose_ui_graphics_vector_VectorPainter$stableprop[0] @@ -3682,11 +3659,6 @@ final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vecto final val androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorProperty_TrimPathStart$stableprop // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorProperty_TrimPathStart$stableprop|#static{}androidx_compose_ui_graphics_vector_VectorProperty_TrimPathStart$stableprop[0] final val androidx.compose.ui.graphics/DefaultShadowColor // androidx.compose.ui.graphics/DefaultShadowColor|{}DefaultShadowColor[0] final fun (): androidx.compose.ui.graphics/Color // androidx.compose.ui.graphics/DefaultShadowColor.|(){}[0] -final val androidx.compose.ui.graphics/androidx_compose_ui_graphics_BlockGraphicsLayerModifier$stableprop // androidx.compose.ui.graphics/androidx_compose_ui_graphics_BlockGraphicsLayerModifier$stableprop|#static{}androidx_compose_ui_graphics_BlockGraphicsLayerModifier$stableprop[0] -final val androidx.compose.ui.graphics/androidx_compose_ui_graphics_Fields$stableprop // androidx.compose.ui.graphics/androidx_compose_ui_graphics_Fields$stableprop|#static{}androidx_compose_ui_graphics_Fields$stableprop[0] -final val androidx.compose.ui.graphics/androidx_compose_ui_graphics_ReusableGraphicsLayerScope$stableprop // androidx.compose.ui.graphics/androidx_compose_ui_graphics_ReusableGraphicsLayerScope$stableprop|#static{}androidx_compose_ui_graphics_ReusableGraphicsLayerScope$stableprop[0] -final val androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_PlatformHapticFeedbackType$stableprop // androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_PlatformHapticFeedbackType$stableprop|#static{}androidx_compose_ui_hapticfeedback_PlatformHapticFeedbackType$stableprop[0] -final val androidx.compose.ui.input.key/androidx_compose_ui_input_key_InternalKeyEvent$stableprop // androidx.compose.ui.input.key/androidx_compose_ui_input_key_InternalKeyEvent$stableprop|#static{}androidx_compose_ui_input_key_InternalKeyEvent$stableprop[0] final val androidx.compose.ui.input.key/isAltPressed // androidx.compose.ui.input.key/isAltPressed|@androidx.compose.ui.input.key.KeyEvent{}isAltPressed[0] final fun (androidx.compose.ui.input.key/KeyEvent).(): kotlin/Boolean // androidx.compose.ui.input.key/isAltPressed.|@androidx.compose.ui.input.key.KeyEvent(){}[0] final val androidx.compose.ui.input.key/isCtrlPressed // androidx.compose.ui.input.key/isCtrlPressed|@androidx.compose.ui.input.key.KeyEvent{}isCtrlPressed[0] @@ -3702,34 +3674,14 @@ final val androidx.compose.ui.input.key/type // androidx.compose.ui.input.key/ty final val androidx.compose.ui.input.key/utf16CodePoint // androidx.compose.ui.input.key/utf16CodePoint|@androidx.compose.ui.input.key.KeyEvent{}utf16CodePoint[0] final fun (androidx.compose.ui.input.key/KeyEvent).(): kotlin/Int // androidx.compose.ui.input.key/utf16CodePoint.|@androidx.compose.ui.input.key.KeyEvent(){}[0] final val androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollDispatcher$stableprop // androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollDispatcher$stableprop|#static{}androidx_compose_ui_input_nestedscroll_NestedScrollDispatcher$stableprop[0] -final val androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollNode$stableprop // androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollNode$stableprop|#static{}androidx_compose_ui_input_nestedscroll_NestedScrollNode$stableprop[0] -final val androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_DataPointAtTime$stableprop // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_DataPointAtTime$stableprop|#static{}androidx_compose_ui_input_pointer_util_DataPointAtTime$stableprop[0] -final val androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_PointerIdArray$stableprop // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_PointerIdArray$stableprop|#static{}androidx_compose_ui_input_pointer_util_PointerIdArray$stableprop[0] final val androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker$stableprop // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker$stableprop|#static{}androidx_compose_ui_input_pointer_util_VelocityTracker$stableprop[0] final val androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker1D$stableprop // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker1D$stableprop|#static{}androidx_compose_ui_input_pointer_util_VelocityTracker1D$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_CancelTimeoutCancellationException$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_CancelTimeoutCancellationException$stableprop|#static{}androidx_compose_ui_input_pointer_CancelTimeoutCancellationException$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_ConsumedData$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_ConsumedData$stableprop|#static{}androidx_compose_ui_input_pointer_ConsumedData$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HistoricalChange$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HistoricalChange$stableprop|#static{}androidx_compose_ui_input_pointer_HistoricalChange$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HitPathTracker$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HitPathTracker$stableprop|#static{}androidx_compose_ui_input_pointer_HitPathTracker$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HoverIconModifierNode$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HoverIconModifierNode$stableprop|#static{}androidx_compose_ui_input_pointer_HoverIconModifierNode$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_InternalPointerEvent$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_InternalPointerEvent$stableprop|#static{}androidx_compose_ui_input_pointer_InternalPointerEvent$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_Node$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_Node$stableprop|#static{}androidx_compose_ui_input_pointer_Node$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_NodeParent$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_NodeParent$stableprop|#static{}androidx_compose_ui_input_pointer_NodeParent$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEvent$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEvent$stableprop|#static{}androidx_compose_ui_input_pointer_PointerEvent$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEventTimeoutCancellationException$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEventTimeoutCancellationException$stableprop|#static{}androidx_compose_ui_input_pointer_PointerEventTimeoutCancellationException$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierElement$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierElement$stableprop|#static{}androidx_compose_ui_input_pointer_PointerHoverIconModifierElement$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierNode$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierNode$stableprop|#static{}androidx_compose_ui_input_pointer_PointerHoverIconModifierNode$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputChange$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputChange$stableprop|#static{}androidx_compose_ui_input_pointer_PointerInputChange$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEvent$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEvent$stableprop|#static{}androidx_compose_ui_input_pointer_PointerInputEvent$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventData$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventData$stableprop|#static{}androidx_compose_ui_input_pointer_PointerInputEventData$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventProcessor$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventProcessor$stableprop|#static{}androidx_compose_ui_input_pointer_PointerInputEventProcessor$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputFilter$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputFilter$stableprop|#static{}androidx_compose_ui_input_pointer_PointerInputFilter$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputResetException$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputResetException$stableprop|#static{}androidx_compose_ui_input_pointer_PointerInputResetException$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierElement$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierElement$stableprop|#static{}androidx_compose_ui_input_pointer_StylusHoverIconModifierElement$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierNode$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierNode$stableprop|#static{}androidx_compose_ui_input_pointer_StylusHoverIconModifierNode$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendPointerInputElement$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendPointerInputElement$stableprop|#static{}androidx_compose_ui_input_pointer_SuspendPointerInputElement$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendingPointerInputModifierNodeImpl$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendingPointerInputModifierNodeImpl$stableprop|#static{}androidx_compose_ui_input_pointer_SuspendingPointerInputModifierNodeImpl$stableprop[0] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SyntheticEventSender$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SyntheticEventSender$stableprop|#static{}androidx_compose_ui_input_pointer_SyntheticEventSender$stableprop[0] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_TestPointerInputEventData$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_TestPointerInputEventData$stableprop|#static{}androidx_compose_ui_input_pointer_TestPointerInputEventData$stableprop[0] final val androidx.compose.ui.input.pointer/areAnyPressed // androidx.compose.ui.input.pointer/areAnyPressed|@androidx.compose.ui.input.pointer.PointerButtons{}areAnyPressed[0] final fun (androidx.compose.ui.input.pointer/PointerButtons).(): kotlin/Boolean // androidx.compose.ui.input.pointer/areAnyPressed.|@androidx.compose.ui.input.pointer.PointerButtons(){}[0] @@ -3774,8 +3726,6 @@ final val androidx.compose.ui.input.pointer/isTertiary // androidx.compose.ui.in final val androidx.compose.ui.input.pointer/isTertiaryPressed // androidx.compose.ui.input.pointer/isTertiaryPressed|@androidx.compose.ui.input.pointer.PointerButtons{}isTertiaryPressed[0] final fun (androidx.compose.ui.input.pointer/PointerButtons).(): kotlin/Boolean // androidx.compose.ui.input.pointer/isTertiaryPressed.|@androidx.compose.ui.input.pointer.PointerButtons(){}[0] final val androidx.compose.ui.input.rotary/androidx_compose_ui_input_rotary_RotaryScrollEvent$stableprop // androidx.compose.ui.input.rotary/androidx_compose_ui_input_rotary_RotaryScrollEvent$stableprop|#static{}androidx_compose_ui_input_rotary_RotaryScrollEvent$stableprop[0] -final val androidx.compose.ui.input/androidx_compose_ui_input_InputModeManagerImpl$stableprop // androidx.compose.ui.input/androidx_compose_ui_input_InputModeManagerImpl$stableprop|#static{}androidx_compose_ui_input_InputModeManagerImpl$stableprop[0] -final val androidx.compose.ui.internal/androidx_compose_ui_internal_PlatformOptimizedCancellationException$stableprop // androidx.compose.ui.internal/androidx_compose_ui_internal_PlatformOptimizedCancellationException$stableprop|#static{}androidx_compose_ui_internal_PlatformOptimizedCancellationException$stableprop[0] final val androidx.compose.ui.layout/FirstBaseline // androidx.compose.ui.layout/FirstBaseline|{}FirstBaseline[0] final fun (): androidx.compose.ui.layout/HorizontalAlignmentLine // androidx.compose.ui.layout/FirstBaseline.|(){}[0] final val androidx.compose.ui.layout/LastBaseline // androidx.compose.ui.layout/LastBaseline|{}LastBaseline[0] @@ -3785,28 +3735,13 @@ final val androidx.compose.ui.layout/LocalPinnableContainer // androidx.compose. final val androidx.compose.ui.layout/ModifierLocalBeyondBoundsLayout // androidx.compose.ui.layout/ModifierLocalBeyondBoundsLayout|{}ModifierLocalBeyondBoundsLayout[0] final fun (): androidx.compose.ui.modifier/ProvidableModifierLocal // androidx.compose.ui.layout/ModifierLocalBeyondBoundsLayout.|(){}[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_AlignmentLine$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_AlignmentLine$stableprop|#static{}androidx_compose_ui_layout_AlignmentLine$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachIntrinsicsMeasureScope$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachIntrinsicsMeasureScope$stableprop|#static{}androidx_compose_ui_layout_ApproachIntrinsicsMeasureScope$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachMeasureScopeImpl$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachMeasureScopeImpl$stableprop|#static{}androidx_compose_ui_layout_ApproachMeasureScopeImpl$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_DefaultIntrinsicMeasurable$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_DefaultIntrinsicMeasurable$stableprop|#static{}androidx_compose_ui_layout_DefaultIntrinsicMeasurable$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_FixedScale$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_FixedScale$stableprop|#static{}androidx_compose_ui_layout_FixedScale$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalAlignmentLine$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalAlignmentLine$stableprop|#static{}androidx_compose_ui_layout_HorizontalAlignmentLine$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalRuler$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalRuler$stableprop|#static{}androidx_compose_ui_layout_HorizontalRuler$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_IntrinsicsMeasureScope$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_IntrinsicsMeasureScope$stableprop|#static{}androidx_compose_ui_layout_IntrinsicsMeasureScope$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsElement$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsElement$stableprop|#static{}androidx_compose_ui_layout_LayoutBoundsElement$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsHolder$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsHolder$stableprop|#static{}androidx_compose_ui_layout_LayoutBoundsHolder$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsNode$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsNode$stableprop|#static{}androidx_compose_ui_layout_LayoutBoundsNode$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutIdModifier$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutIdModifier$stableprop|#static{}androidx_compose_ui_layout_LayoutIdModifier$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutModifierImpl$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutModifierImpl$stableprop|#static{}androidx_compose_ui_layout_LayoutModifierImpl$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutNodeSubcompositionsState$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutNodeSubcompositionsState$stableprop|#static{}androidx_compose_ui_layout_LayoutNodeSubcompositionsState$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadLayoutCoordinates$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadLayoutCoordinates$stableprop|#static{}androidx_compose_ui_layout_LookaheadLayoutCoordinates$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadScopeImpl$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadScopeImpl$stableprop|#static{}androidx_compose_ui_layout_LookaheadScopeImpl$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_ModifierInfo$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_ModifierInfo$stableprop|#static{}androidx_compose_ui_layout_ModifierInfo$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_MultiContentMeasurePolicyImpl$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_MultiContentMeasurePolicyImpl$stableprop|#static{}androidx_compose_ui_layout_MultiContentMeasurePolicyImpl$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_NoWindowInsetsAnimation$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_NoWindowInsetsAnimation$stableprop|#static{}androidx_compose_ui_layout_NoWindowInsetsAnimation$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_OnVisibilityChangedNode$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_OnVisibilityChangedNode$stableprop|#static{}androidx_compose_ui_layout_OnVisibilityChangedNode$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable$stableprop|#static{}androidx_compose_ui_layout_Placeable$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable_PlacementScope$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable_PlacementScope$stableprop|#static{}androidx_compose_ui_layout_Placeable_PlacementScope$stableprop[0] -final val androidx.compose.ui.layout/androidx_compose_ui_layout_RootMeasurePolicy$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_RootMeasurePolicy$stableprop|#static{}androidx_compose_ui_layout_RootMeasurePolicy$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_Ruler$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_Ruler$stableprop|#static{}androidx_compose_ui_layout_Ruler$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeLayoutState$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeLayoutState$stableprop|#static{}androidx_compose_ui_layout_SubcomposeLayoutState$stableprop[0] final val androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeSlotReusePolicy_SlotIdsSet$stableprop // androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeSlotReusePolicy_SlotIdsSet$stableprop|#static{}androidx_compose_ui_layout_SubcomposeSlotReusePolicy_SlotIdsSet$stableprop[0] @@ -3819,54 +3754,14 @@ final val androidx.compose.ui.layout/isUnspecified // androidx.compose.ui.layout final inline fun (androidx.compose.ui.layout/ScaleFactor).(): kotlin/Boolean // androidx.compose.ui.layout/isUnspecified.|@androidx.compose.ui.layout.ScaleFactor(){}[0] final val androidx.compose.ui.layout/layoutId // androidx.compose.ui.layout/layoutId|@androidx.compose.ui.layout.Measurable{}layoutId[0] final fun (androidx.compose.ui.layout/Measurable).(): kotlin/Any? // androidx.compose.ui.layout/layoutId.|@androidx.compose.ui.layout.Measurable(){}[0] -final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_BackwardsCompatLocalMap$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_BackwardsCompatLocalMap$stableprop|#static{}androidx_compose_ui_modifier_BackwardsCompatLocalMap$stableprop[0] -final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_EmptyMap$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_EmptyMap$stableprop|#static{}androidx_compose_ui_modifier_EmptyMap$stableprop[0] final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocal$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocal$stableprop|#static{}androidx_compose_ui_modifier_ModifierLocal$stableprop[0] -final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalManager$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalManager$stableprop|#static{}androidx_compose_ui_modifier_ModifierLocalManager$stableprop[0] final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalMap$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalMap$stableprop|#static{}androidx_compose_ui_modifier_ModifierLocalMap$stableprop[0] -final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_MultiLocalMap$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_MultiLocalMap$stableprop|#static{}androidx_compose_ui_modifier_MultiLocalMap$stableprop[0] final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_ProvidableModifierLocal$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ProvidableModifierLocal$stableprop|#static{}androidx_compose_ui_modifier_ProvidableModifierLocal$stableprop[0] -final val androidx.compose.ui.modifier/androidx_compose_ui_modifier_SingleLocalMap$stableprop // androidx.compose.ui.modifier/androidx_compose_ui_modifier_SingleLocalMap$stableprop|#static{}androidx_compose_ui_modifier_SingleLocalMap$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_AlignmentLines$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_AlignmentLines$stableprop|#static{}androidx_compose_ui_node_AlignmentLines$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_BackwardsCompatNode$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_BackwardsCompatNode$stableprop|#static{}androidx_compose_ui_node_BackwardsCompatNode$stableprop[0] final val androidx.compose.ui.node/androidx_compose_ui_node_DelegatingNode$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_DelegatingNode$stableprop|#static{}androidx_compose_ui_node_DelegatingNode$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSet$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSet$stableprop|#static{}androidx_compose_ui_node_DepthSortedSet$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSetsForDifferentPasses$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSetsForDifferentPasses$stableprop|#static{}androidx_compose_ui_node_DepthSortedSetsForDifferentPasses$stableprop[0] final val androidx.compose.ui.node/androidx_compose_ui_node_DpTouchBoundsExpansion$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_DpTouchBoundsExpansion$stableprop|#static{}androidx_compose_ui_node_DpTouchBoundsExpansion$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_DragAndDropOwner$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_DragAndDropOwner$stableprop|#static{}androidx_compose_ui_node_DragAndDropOwner$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_EmptySemanticsElement$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_EmptySemanticsElement$stableprop|#static{}androidx_compose_ui_node_EmptySemanticsElement$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_HitTestResult$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_HitTestResult$stableprop|#static{}androidx_compose_ui_node_HitTestResult$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_InnerNodeCoordinator$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_InnerNodeCoordinator$stableprop|#static{}androidx_compose_ui_node_InnerNodeCoordinator$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_IntrinsicsPolicy$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_IntrinsicsPolicy$stableprop|#static{}androidx_compose_ui_node_IntrinsicsPolicy$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutModifierNodeCoordinator$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutModifierNodeCoordinator$stableprop|#static{}androidx_compose_ui_node_LayoutModifierNodeCoordinator$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode$stableprop|#static{}androidx_compose_ui_node_LayoutNode$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeAlignmentLines$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeAlignmentLines$stableprop|#static{}androidx_compose_ui_node_LayoutNodeAlignmentLines$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeDrawScope$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeDrawScope$stableprop|#static{}androidx_compose_ui_node_LayoutNodeDrawScope$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeLayoutDelegate$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeLayoutDelegate$stableprop|#static{}androidx_compose_ui_node_LayoutNodeLayoutDelegate$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode_NoIntrinsicsMeasurePolicy$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode_NoIntrinsicsMeasurePolicy$stableprop|#static{}androidx_compose_ui_node_LayoutNode_NoIntrinsicsMeasurePolicy$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LayoutTreeConsistencyChecker$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LayoutTreeConsistencyChecker$stableprop|#static{}androidx_compose_ui_node_LayoutTreeConsistencyChecker$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LookaheadAlignmentLines$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadAlignmentLines$stableprop|#static{}androidx_compose_ui_node_LookaheadAlignmentLines$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LookaheadCapablePlaceable$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadCapablePlaceable$stableprop|#static{}androidx_compose_ui_node_LookaheadCapablePlaceable$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LookaheadDelegate$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadDelegate$stableprop|#static{}androidx_compose_ui_node_LookaheadDelegate$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_LookaheadPassDelegate$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadPassDelegate$stableprop|#static{}androidx_compose_ui_node_LookaheadPassDelegate$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate$stableprop|#static{}androidx_compose_ui_node_MeasureAndLayoutDelegate$stableprop[0] final val androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate_PostponedRequest$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate_PostponedRequest$stableprop|#static{}androidx_compose_ui_node_MeasureAndLayoutDelegate_PostponedRequest$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_MeasurePassDelegate$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_MeasurePassDelegate$stableprop|#static{}androidx_compose_ui_node_MeasurePassDelegate$stableprop[0] final val androidx.compose.ui.node/androidx_compose_ui_node_ModifierNodeElement$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_ModifierNodeElement$stableprop|#static{}androidx_compose_ui_node_ModifierNodeElement$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_MutableVectorWithMutationTracking$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_MutableVectorWithMutationTracking$stableprop|#static{}androidx_compose_ui_node_MutableVectorWithMutationTracking$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_NodeChain$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_NodeChain$stableprop|#static{}androidx_compose_ui_node_NodeChain$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_NodeCoordinator$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_NodeCoordinator$stableprop|#static{}androidx_compose_ui_node_NodeCoordinator$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_NodeMeasuringIntrinsics$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_NodeMeasuringIntrinsics$stableprop|#static{}androidx_compose_ui_node_NodeMeasuringIntrinsics$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_Nodes$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_Nodes$stableprop|#static{}androidx_compose_ui_node_Nodes$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_ObserverNodeOwnerScope$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_ObserverNodeOwnerScope$stableprop|#static{}androidx_compose_ui_node_ObserverNodeOwnerScope$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_OnPositionedDispatcher$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_OnPositionedDispatcher$stableprop|#static{}androidx_compose_ui_node_OnPositionedDispatcher$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_OwnerSnapshotObserver$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_OwnerSnapshotObserver$stableprop|#static{}androidx_compose_ui_node_OwnerSnapshotObserver$stableprop[0] final val androidx.compose.ui.node/androidx_compose_ui_node_Ref$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_Ref$stableprop|#static{}androidx_compose_ui_node_Ref$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_RootNodeOwner$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_RootNodeOwner$stableprop|#static{}androidx_compose_ui_node_RootNodeOwner$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_SnapshotInvalidationTracker$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_SnapshotInvalidationTracker$stableprop|#static{}androidx_compose_ui_node_SnapshotInvalidationTracker$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_SortedSet$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_SortedSet$stableprop|#static{}androidx_compose_ui_node_SortedSet$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_TailModifierNode$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_TailModifierNode$stableprop|#static{}androidx_compose_ui_node_TailModifierNode$stableprop[0] -final val androidx.compose.ui.node/androidx_compose_ui_node_WeakReference$stableprop // androidx.compose.ui.node/androidx_compose_ui_node_WeakReference$stableprop|#static{}androidx_compose_ui_node_WeakReference$stableprop[0] final val androidx.compose.ui.platform/LocalAccessibilityManager // androidx.compose.ui.platform/LocalAccessibilityManager|{}LocalAccessibilityManager[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.ui.platform/LocalAccessibilityManager.|(){}[0] final val androidx.compose.ui.platform/LocalAutofill // androidx.compose.ui.platform/LocalAutofill|{}LocalAutofill[0] @@ -3917,73 +3812,34 @@ final val androidx.compose.ui.platform/LocalWindowInfo // androidx.compose.ui.pl final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.ui.platform/LocalWindowInfo.|(){}[0] final val androidx.compose.ui.platform/NoInspectorInfo // androidx.compose.ui.platform/NoInspectorInfo|{}NoInspectorInfo[0] final fun (): kotlin/Function1 // androidx.compose.ui.platform/NoInspectorInfo.|(){}[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_AtomicInt$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_AtomicInt$stableprop|#static{}androidx_compose_ui_platform_AtomicInt$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_ClipEntry$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_ClipEntry$stableprop|#static{}androidx_compose_ui_platform_ClipEntry$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_ClipMetadata$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_ClipMetadata$stableprop|#static{}androidx_compose_ui_platform_ClipMetadata$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultAccessibilityManager$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultAccessibilityManager$stableprop|#static{}androidx_compose_ui_platform_DefaultAccessibilityManager$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultHapticFeedback$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultHapticFeedback$stableprop|#static{}androidx_compose_ui_platform_DefaultHapticFeedback$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultInputModeManager$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultInputModeManager$stableprop|#static{}androidx_compose_ui_platform_DefaultInputModeManager$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultTextToolbar$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultTextToolbar$stableprop|#static{}androidx_compose_ui_platform_DefaultTextToolbar$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultUiApplier$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultUiApplier$stableprop|#static{}androidx_compose_ui_platform_DefaultUiApplier$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultViewConfiguration$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultViewConfiguration$stableprop|#static{}androidx_compose_ui_platform_DefaultViewConfiguration$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DelegateRootForTestListener$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DelegateRootForTestListener$stableprop|#static{}androidx_compose_ui_platform_DelegateRootForTestListener$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DelegatingSoftwareKeyboardController$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DelegatingSoftwareKeyboardController$stableprop|#static{}androidx_compose_ui_platform_DelegatingSoftwareKeyboardController$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DisposableSaveableStateRegistry$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DisposableSaveableStateRegistry$stableprop|#static{}androidx_compose_ui_platform_DisposableSaveableStateRegistry$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyViewConfiguration$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyViewConfiguration$stableprop|#static{}androidx_compose_ui_platform_EmptyViewConfiguration$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_FlushCoroutineDispatcher$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_FlushCoroutineDispatcher$stableprop|#static{}androidx_compose_ui_platform_FlushCoroutineDispatcher$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_GlobalSnapshotManager$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_GlobalSnapshotManager$stableprop|#static{}androidx_compose_ui_platform_GlobalSnapshotManager$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_GraphicsLayerOwnerLayer$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_GraphicsLayerOwnerLayer$stableprop|#static{}androidx_compose_ui_platform_GraphicsLayerOwnerLayer$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_InspectableModifier$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_InspectableModifier$stableprop|#static{}androidx_compose_ui_platform_InspectableModifier$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorInfo$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorInfo$stableprop|#static{}androidx_compose_ui_platform_InspectorInfo$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorValueInfo$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorValueInfo$stableprop|#static{}androidx_compose_ui_platform_InspectorValueInfo$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformClipboardManager$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformClipboardManager$stableprop|#static{}androidx_compose_ui_platform_PlatformClipboardManager$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformInsets$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformInsets$stableprop|#static{}androidx_compose_ui_platform_PlatformInsets$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformUriHandler$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformUriHandler$stableprop|#static{}androidx_compose_ui_platform_PlatformUriHandler$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_SynchronizedObject$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_SynchronizedObject$stableprop|#static{}androidx_compose_ui_platform_SynchronizedObject$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_TranslationsCache$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_TranslationsCache$stableprop|#static{}androidx_compose_ui_platform_TranslationsCache$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElement$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElement$stableprop|#static{}androidx_compose_ui_platform_ValueElement$stableprop[0] final val androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElementSequence$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElementSequence$stableprop|#static{}androidx_compose_ui_platform_ValueElementSequence$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_WindowInfoImpl$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_WindowInfoImpl$stableprop|#static{}androidx_compose_ui_platform_WindowInfoImpl$stableprop[0] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_ZeroInsetsConfig$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_ZeroInsetsConfig$stableprop|#static{}androidx_compose_ui_platform_ZeroInsetsConfig$stableprop[0] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_BaseComposeScene$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_BaseComposeScene$stableprop|#static{}androidx_compose_ui_scene_BaseComposeScene$stableprop[0] final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneDragAndDropNode$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneDragAndDropNode$stableprop|#static{}androidx_compose_ui_scene_ComposeSceneDragAndDropNode$stableprop[0] final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneFocusManager$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneFocusManager$stableprop|#static{}androidx_compose_ui_scene_ComposeSceneFocusManager$stableprop[0] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneInputHandler$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneInputHandler$stableprop|#static{}androidx_compose_ui_scene_ComposeSceneInputHandler$stableprop[0] final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeScenePointer$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeScenePointer$stableprop|#static{}androidx_compose_ui_scene_ComposeScenePointer$stableprop[0] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneRecomposer$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneRecomposer$stableprop|#static{}androidx_compose_ui_scene_ComposeSceneRecomposer$stableprop[0] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_CopiedList$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_CopiedList$stableprop|#static{}androidx_compose_ui_scene_CopiedList$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_AccessibilityAction$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_AccessibilityAction$stableprop|#static{}androidx_compose_ui_semantics_AccessibilityAction$stableprop[0] -final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_AppendedSemanticsElement$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_AppendedSemanticsElement$stableprop|#static{}androidx_compose_ui_semantics_AppendedSemanticsElement$stableprop[0] -final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_ClearAndSetSemanticsElement$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_ClearAndSetSemanticsElement$stableprop|#static{}androidx_compose_ui_semantics_ClearAndSetSemanticsElement$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionInfo$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionInfo$stableprop|#static{}androidx_compose_ui_semantics_CollectionInfo$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionItemInfo$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionItemInfo$stableprop|#static{}androidx_compose_ui_semantics_CollectionItemInfo$stableprop[0] -final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_CoreSemanticsModifierNode$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CoreSemanticsModifierNode$stableprop|#static{}androidx_compose_ui_semantics_CoreSemanticsModifierNode$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_CustomAccessibilityAction$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CustomAccessibilityAction$stableprop|#static{}androidx_compose_ui_semantics_CustomAccessibilityAction$stableprop[0] -final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_EmptySemanticsModifier$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_EmptySemanticsModifier$stableprop|#static{}androidx_compose_ui_semantics_EmptySemanticsModifier$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_ProgressBarRangeInfo$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_ProgressBarRangeInfo$stableprop|#static{}androidx_compose_ui_semantics_ProgressBarRangeInfo$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_ScrollAxisRange$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_ScrollAxisRange$stableprop|#static{}androidx_compose_ui_semantics_ScrollAxisRange$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsActions$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsActions$stableprop|#static{}androidx_compose_ui_semantics_SemanticsActions$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsConfiguration$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsConfiguration$stableprop|#static{}androidx_compose_ui_semantics_SemanticsConfiguration$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNode$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNode$stableprop|#static{}androidx_compose_ui_semantics_SemanticsNode$stableprop[0] -final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNodeWithAdjustedBounds$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNodeWithAdjustedBounds$stableprop|#static{}androidx_compose_ui_semantics_SemanticsNodeWithAdjustedBounds$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsOwner$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsOwner$stableprop|#static{}androidx_compose_ui_semantics_SemanticsOwner$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsProperties$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsProperties$stableprop|#static{}androidx_compose_ui_semantics_SemanticsProperties$stableprop[0] final val androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsPropertyKey$stableprop // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsPropertyKey$stableprop|#static{}androidx_compose_ui_semantics_SemanticsPropertyKey$stableprop[0] -final val androidx.compose.ui.skiko/androidx_compose_ui_skiko_OverlayRenderDecorator$stableprop // androidx.compose.ui.skiko/androidx_compose_ui_skiko_OverlayRenderDecorator$stableprop|#static{}androidx_compose_ui_skiko_OverlayRenderDecorator$stableprop[0] -final val androidx.compose.ui.skiko/androidx_compose_ui_skiko_RecordDrawRectRenderDecorator$stableprop // androidx.compose.ui.skiko/androidx_compose_ui_skiko_RecordDrawRectRenderDecorator$stableprop|#static{}androidx_compose_ui_skiko_RecordDrawRectRenderDecorator$stableprop[0] -final val androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectList$stableprop // androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectList$stableprop|#static{}androidx_compose_ui_spatial_RectList$stableprop[0] -final val androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectManager$stableprop // androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectManager$stableprop|#static{}androidx_compose_ui_spatial_RectManager$stableprop[0] final val androidx.compose.ui.spatial/androidx_compose_ui_spatial_RelativeLayoutBounds$stableprop // androidx.compose.ui.spatial/androidx_compose_ui_spatial_RelativeLayoutBounds$stableprop|#static{}androidx_compose_ui_spatial_RelativeLayoutBounds$stableprop[0] -final val androidx.compose.ui.spatial/androidx_compose_ui_spatial_ThrottledCallbacks$stableprop // androidx.compose.ui.spatial/androidx_compose_ui_spatial_ThrottledCallbacks$stableprop|#static{}androidx_compose_ui_spatial_ThrottledCallbacks$stableprop[0] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropPointerInputModifier$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropPointerInputModifier$stableprop|#static{}androidx_compose_ui_viewinterop_InteropPointerInputModifier$stableprop[0] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewHolder$stableprop|#static{}androidx_compose_ui_viewinterop_InteropViewHolder$stableprop[0] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TrackInteropPlacementModifierNode$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TrackInteropPlacementModifierNode$stableprop|#static{}androidx_compose_ui_viewinterop_TrackInteropPlacementModifierNode$stableprop[0] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TypedInteropViewHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TypedInteropViewHolder$stableprop|#static{}androidx_compose_ui_viewinterop_TypedInteropViewHolder$stableprop[0] -final val androidx.compose.ui.window/androidx_compose_ui_window_AlignmentOffsetPositionProvider$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_AlignmentOffsetPositionProvider$stableprop|#static{}androidx_compose_ui_window_AlignmentOffsetPositionProvider$stableprop[0] final val androidx.compose.ui.window/androidx_compose_ui_window_DialogProperties$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_DialogProperties$stableprop|#static{}androidx_compose_ui_window_DialogProperties$stableprop[0] final val androidx.compose.ui.window/androidx_compose_ui_window_PopupProperties$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_PopupProperties$stableprop|#static{}androidx_compose_ui_window_PopupProperties$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_AbsoluteAlignment$stableprop // androidx.compose.ui/androidx_compose_ui_AbsoluteAlignment$stableprop|#static{}androidx_compose_ui_AbsoluteAlignment$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_AtomicReference$stableprop // androidx.compose.ui/androidx_compose_ui_AtomicReference$stableprop|#static{}androidx_compose_ui_AtomicReference$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment$stableprop // androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment$stableprop|#static{}androidx_compose_ui_BiasAbsoluteAlignment$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment_Horizontal$stableprop // androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment_Horizontal$stableprop|#static{}androidx_compose_ui_BiasAbsoluteAlignment_Horizontal$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_BiasAlignment$stableprop // androidx.compose.ui/androidx_compose_ui_BiasAlignment$stableprop|#static{}androidx_compose_ui_BiasAlignment$stableprop[0] @@ -3991,14 +3847,8 @@ final val androidx.compose.ui/androidx_compose_ui_BiasAlignment_Horizontal$stabl final val androidx.compose.ui/androidx_compose_ui_BiasAlignment_Vertical$stableprop // androidx.compose.ui/androidx_compose_ui_BiasAlignment_Vertical$stableprop|#static{}androidx_compose_ui_BiasAlignment_Vertical$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_CombinedModifier$stableprop // androidx.compose.ui/androidx_compose_ui_CombinedModifier$stableprop|#static{}androidx_compose_ui_CombinedModifier$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_ComposeUiFlags$stableprop // androidx.compose.ui/androidx_compose_ui_ComposeUiFlags$stableprop|#static{}androidx_compose_ui_ComposeUiFlags$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionElement$stableprop // androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionElement$stableprop|#static{}androidx_compose_ui_CompositionLocalMapInjectionElement$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionNode$stableprop // androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionNode$stableprop|#static{}androidx_compose_ui_CompositionLocalMapInjectionNode$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_FrameRateModifierNode$stableprop // androidx.compose.ui/androidx_compose_ui_FrameRateModifierNode$stableprop|#static{}androidx_compose_ui_FrameRateModifierNode$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_ImageComposeScene$stableprop // androidx.compose.ui/androidx_compose_ui_ImageComposeScene$stableprop|#static{}androidx_compose_ui_ImageComposeScene$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_ModifierNodeDetachedCancellationException$stableprop // androidx.compose.ui/androidx_compose_ui_ModifierNodeDetachedCancellationException$stableprop|#static{}androidx_compose_ui_ModifierNodeDetachedCancellationException$stableprop[0] final val androidx.compose.ui/androidx_compose_ui_Modifier_Node$stableprop // androidx.compose.ui/androidx_compose_ui_Modifier_Node$stableprop|#static{}androidx_compose_ui_Modifier_Node$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_ZIndexElement$stableprop // androidx.compose.ui/androidx_compose_ui_ZIndexElement$stableprop|#static{}androidx_compose_ui_ZIndexElement$stableprop[0] -final val androidx.compose.ui/androidx_compose_ui_ZIndexNode$stableprop // androidx.compose.ui/androidx_compose_ui_ZIndexNode$stableprop|#static{}androidx_compose_ui_ZIndexNode$stableprop[0] final var androidx.compose.ui.platform/isDebugInspectorInfoEnabled // androidx.compose.ui.platform/isDebugInspectorInfoEnabled|{}isDebugInspectorInfoEnabled[0] final fun (): kotlin/Boolean // androidx.compose.ui.platform/isDebugInspectorInfoEnabled.|(){}[0] @@ -4297,46 +4147,23 @@ final fun androidx.compose.ui.draganddrop/DragAndDropModifierNode(kotlin/Functio final fun androidx.compose.ui.draganddrop/DragAndDropSourceModifierNode(kotlin/Function2): androidx.compose.ui.draganddrop/DragAndDropSourceModifierNode // androidx.compose.ui.draganddrop/DragAndDropSourceModifierNode|DragAndDropSourceModifierNode(kotlin.Function2){}[0] final fun androidx.compose.ui.draganddrop/DragAndDropTargetModifierNode(kotlin/Function1, androidx.compose.ui.draganddrop/DragAndDropTarget): androidx.compose.ui.draganddrop/DragAndDropTargetModifierNode // androidx.compose.ui.draganddrop/DragAndDropTargetModifierNode|DragAndDropTargetModifierNode(kotlin.Function1;androidx.compose.ui.draganddrop.DragAndDropTarget){}[0] final fun androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropEvent$stableprop_getter|androidx_compose_ui_draganddrop_DragAndDropEvent$stableprop_getter(){}[0] -final fun androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropNode$stableprop_getter|androidx_compose_ui_draganddrop_DragAndDropNode$stableprop_getter(){}[0] final fun androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropTransferData$stableprop_getter(): kotlin/Int // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DragAndDropTransferData$stableprop_getter|androidx_compose_ui_draganddrop_DragAndDropTransferData$stableprop_getter(){}[0] final fun androidx.compose.ui.draw/CacheDrawModifierNode(kotlin/Function1): androidx.compose.ui.draw/CacheDrawModifierNode // androidx.compose.ui.draw/CacheDrawModifierNode|CacheDrawModifierNode(kotlin.Function1){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowElement$stableprop_getter|androidx_compose_ui_draw_BlockDropShadowElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockDropShadowNode$stableprop_getter|androidx_compose_ui_draw_BlockDropShadowNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowElement$stableprop_getter|androidx_compose_ui_draw_BlockInnerShadowElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_BlockInnerShadowNode$stableprop_getter|androidx_compose_ui_draw_BlockInnerShadowNode$stableprop_getter(){}[0] final fun androidx.compose.ui.draw/androidx_compose_ui_draw_CacheDrawScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_CacheDrawScope$stableprop_getter|androidx_compose_ui_draw_CacheDrawScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_DrawBackgroundModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_DrawBackgroundModifier$stableprop_getter|androidx_compose_ui_draw_DrawBackgroundModifier$stableprop_getter(){}[0] final fun androidx.compose.ui.draw/androidx_compose_ui_draw_DrawResult$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_DrawResult$stableprop_getter|androidx_compose_ui_draw_DrawResult$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_ShadowGraphicsLayerElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_ShadowGraphicsLayerElement$stableprop_getter|androidx_compose_ui_draw_ShadowGraphicsLayerElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowElement$stableprop_getter|androidx_compose_ui_draw_SimpleDropShadowElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleDropShadowNode$stableprop_getter|androidx_compose_ui_draw_SimpleDropShadowNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowElement$stableprop_getter|androidx_compose_ui_draw_SimpleInnerShadowElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.draw/androidx_compose_ui_draw_SimpleInnerShadowNode$stableprop_getter|androidx_compose_ui_draw_SimpleInnerShadowNode$stableprop_getter(){}[0] final fun androidx.compose.ui.focus/FocusTargetModifierNode(): androidx.compose.ui.focus/FocusTargetModifierNode // androidx.compose.ui.focus/FocusTargetModifierNode|FocusTargetModifierNode(){}[0] final fun androidx.compose.ui.focus/FocusTargetModifierNode(androidx.compose.ui.focus/Focusability = ..., kotlin/Function2? = ...): androidx.compose.ui.focus/FocusTargetModifierNode // androidx.compose.ui.focus/FocusTargetModifierNode|FocusTargetModifierNode(androidx.compose.ui.focus.Focusability;kotlin.Function2?){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_CancelIndicatingFocusBoundaryScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_CancelIndicatingFocusBoundaryScope$stableprop_getter|androidx_compose_ui_focus_CancelIndicatingFocusBoundaryScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusInvalidationManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusInvalidationManager$stableprop_getter|androidx_compose_ui_focus_FocusInvalidationManager$stableprop_getter(){}[0] final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrder$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrder$stableprop_getter|androidx_compose_ui_focus_FocusOrder$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrderToProperties$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOrderToProperties$stableprop_getter|androidx_compose_ui_focus_FocusOrderToProperties$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOwnerImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusOwnerImpl$stableprop_getter|androidx_compose_ui_focus_FocusOwnerImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusPropertiesImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusPropertiesImpl$stableprop_getter|androidx_compose_ui_focus_FocusPropertiesImpl$stableprop_getter(){}[0] final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester$stableprop_getter|androidx_compose_ui_focus_FocusRequester$stableprop_getter(){}[0] final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester_Companion_FocusRequesterFactory$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRequester_Companion_FocusRequesterFactory$stableprop_getter|androidx_compose_ui_focus_FocusRequester_Companion_FocusRequesterFactory$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRestorerNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusRestorerNode$stableprop_getter|androidx_compose_ui_focus_FocusRestorerNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode$stableprop_getter|androidx_compose_ui_focus_FocusTargetNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode_FocusTargetElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.focus/androidx_compose_ui_focus_FocusTargetNode_FocusTargetElement$stableprop_getter|androidx_compose_ui_focus_FocusTargetNode_FocusTargetElement$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/Group(kotlin/String?, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, kotlin.collections/List?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.graphics.vector/Group|Group(kotlin.String?;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.collections.List?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.graphics.vector/Path(kotlin.collections/List, androidx.compose.ui.graphics/PathFillType, kotlin/String?, androidx.compose.ui.graphics/Brush?, kotlin/Float, androidx.compose.ui.graphics/Brush?, kotlin/Float, kotlin/Float, androidx.compose.ui.graphics/StrokeCap, androidx.compose.ui.graphics/StrokeJoin, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.compose.ui.graphics.vector/Path|Path(kotlin.collections.List;androidx.compose.ui.graphics.PathFillType;kotlin.String?;androidx.compose.ui.graphics.Brush?;kotlin.Float;androidx.compose.ui.graphics.Brush?;kotlin.Float;kotlin.Float;androidx.compose.ui.graphics.StrokeCap;androidx.compose.ui.graphics.StrokeJoin;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.graphics.vector/RenderVectorGroup(androidx.compose.ui.graphics.vector/VectorGroup, kotlin.collections/Map?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.graphics.vector/RenderVectorGroup|RenderVectorGroup(androidx.compose.ui.graphics.vector.VectorGroup;kotlin.collections.Map?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.graphics.vector/addPathNodes(kotlin/String?): kotlin.collections/List // androidx.compose.ui.graphics.vector/addPathNodes|addPathNodes(kotlin.String?){}[0] -final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_DrawCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_DrawCache$stableprop_getter|androidx_compose_ui_graphics_vector_DrawCache$stableprop_getter(){}[0] -final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_GroupComponent$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_GroupComponent$stableprop_getter|androidx_compose_ui_graphics_vector_GroupComponent$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector$stableprop_getter|androidx_compose_ui_graphics_vector_ImageVector$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector_Builder$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_ImageVector_Builder$stableprop_getter|androidx_compose_ui_graphics_vector_ImageVector_Builder$stableprop_getter(){}[0] -final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_PathComponent$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_PathComponent$stableprop_getter|androidx_compose_ui_graphics_vector_PathComponent$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VNode$stableprop_getter|androidx_compose_ui_graphics_vector_VNode$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorApplier$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorApplier$stableprop_getter|androidx_compose_ui_graphics_vector_VectorApplier$stableprop_getter(){}[0] -final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorComponent$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorComponent$stableprop_getter|androidx_compose_ui_graphics_vector_VectorComponent$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorGroup$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorGroup$stableprop_getter|androidx_compose_ui_graphics_vector_VectorGroup$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorNode$stableprop_getter|androidx_compose_ui_graphics_vector_VectorNode$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorPainter$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics.vector/androidx_compose_ui_graphics_vector_VectorPainter$stableprop_getter|androidx_compose_ui_graphics_vector_VectorPainter$stableprop_getter(){}[0] @@ -4363,50 +4190,23 @@ final fun androidx.compose.ui.graphics.vector/rememberVectorPainter(androidx.com final fun androidx.compose.ui.graphics.vector/rememberVectorPainter(androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, kotlin/Float, kotlin/Float, kotlin/String?, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/BlendMode, kotlin/Function4, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.ui.graphics.vector/VectorPainter // androidx.compose.ui.graphics.vector/rememberVectorPainter|rememberVectorPainter(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;kotlin.Float;kotlin.Float;kotlin.String?;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.BlendMode;kotlin.Function4;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.graphics/GraphicsLayerScope(): androidx.compose.ui.graphics/GraphicsLayerScope // androidx.compose.ui.graphics/GraphicsLayerScope|GraphicsLayerScope(){}[0] final fun androidx.compose.ui.graphics/TransformOrigin(kotlin/Float, kotlin/Float): androidx.compose.ui.graphics/TransformOrigin // androidx.compose.ui.graphics/TransformOrigin|TransformOrigin(kotlin.Float;kotlin.Float){}[0] -final fun androidx.compose.ui.graphics/androidx_compose_ui_graphics_BlockGraphicsLayerModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics/androidx_compose_ui_graphics_BlockGraphicsLayerModifier$stableprop_getter|androidx_compose_ui_graphics_BlockGraphicsLayerModifier$stableprop_getter(){}[0] -final fun androidx.compose.ui.graphics/androidx_compose_ui_graphics_Fields$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics/androidx_compose_ui_graphics_Fields$stableprop_getter|androidx_compose_ui_graphics_Fields$stableprop_getter(){}[0] -final fun androidx.compose.ui.graphics/androidx_compose_ui_graphics_ReusableGraphicsLayerScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.graphics/androidx_compose_ui_graphics_ReusableGraphicsLayerScope$stableprop_getter|androidx_compose_ui_graphics_ReusableGraphicsLayerScope$stableprop_getter(){}[0] final fun androidx.compose.ui.graphics/rememberGraphicsLayer(androidx.compose.runtime/Composer?, kotlin/Int): androidx.compose.ui.graphics.layer/GraphicsLayer // androidx.compose.ui.graphics/rememberGraphicsLayer|rememberGraphicsLayer(androidx.compose.runtime.Composer?;kotlin.Int){}[0] -final fun androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_PlatformHapticFeedbackType$stableprop_getter(): kotlin/Int // androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_PlatformHapticFeedbackType$stableprop_getter|androidx_compose_ui_hapticfeedback_PlatformHapticFeedbackType$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.key/androidx_compose_ui_input_key_InternalKeyEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.key/androidx_compose_ui_input_key_InternalKeyEvent$stableprop_getter|androidx_compose_ui_input_key_InternalKeyEvent$stableprop_getter(){}[0] final fun androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollDispatcher$stableprop_getter|androidx_compose_ui_input_nestedscroll_NestedScrollDispatcher$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.nestedscroll/androidx_compose_ui_input_nestedscroll_NestedScrollNode$stableprop_getter|androidx_compose_ui_input_nestedscroll_NestedScrollNode$stableprop_getter(){}[0] final fun androidx.compose.ui.input.nestedscroll/nestedScrollModifierNode(androidx.compose.ui.input.nestedscroll/NestedScrollConnection, androidx.compose.ui.input.nestedscroll/NestedScrollDispatcher?): androidx.compose.ui.node/DelegatableNode // androidx.compose.ui.input.nestedscroll/nestedScrollModifierNode|nestedScrollModifierNode(androidx.compose.ui.input.nestedscroll.NestedScrollConnection;androidx.compose.ui.input.nestedscroll.NestedScrollDispatcher?){}[0] -final fun androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_DataPointAtTime$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_DataPointAtTime$stableprop_getter|androidx_compose_ui_input_pointer_util_DataPointAtTime$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_PointerIdArray$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_PointerIdArray$stableprop_getter|androidx_compose_ui_input_pointer_util_PointerIdArray$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker$stableprop_getter|androidx_compose_ui_input_pointer_util_VelocityTracker$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker1D$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer.util/androidx_compose_ui_input_pointer_util_VelocityTracker1D$stableprop_getter|androidx_compose_ui_input_pointer_util_VelocityTracker1D$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/PointerButtons(kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ...): androidx.compose.ui.input.pointer/PointerButtons // androidx.compose.ui.input.pointer/PointerButtons|PointerButtons(kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean){}[0] final fun androidx.compose.ui.input.pointer/PointerKeyboardModifiers(kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ..., kotlin/Boolean = ...): androidx.compose.ui.input.pointer/PointerKeyboardModifiers // androidx.compose.ui.input.pointer/PointerKeyboardModifiers|PointerKeyboardModifiers(kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean;kotlin.Boolean){}[0] final fun androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode(androidx.compose.ui.input.pointer/PointerInputEventHandler): androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode // androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode|SuspendingPointerInputModifierNode(androidx.compose.ui.input.pointer.PointerInputEventHandler){}[0] final fun androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode(kotlin.coroutines/SuspendFunction1): androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode // androidx.compose.ui.input.pointer/SuspendingPointerInputModifierNode|SuspendingPointerInputModifierNode(kotlin.coroutines.SuspendFunction1){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_CancelTimeoutCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_CancelTimeoutCancellationException$stableprop_getter|androidx_compose_ui_input_pointer_CancelTimeoutCancellationException$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_ConsumedData$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_ConsumedData$stableprop_getter|androidx_compose_ui_input_pointer_ConsumedData$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HistoricalChange$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HistoricalChange$stableprop_getter|androidx_compose_ui_input_pointer_HistoricalChange$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HitPathTracker$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HitPathTracker$stableprop_getter|androidx_compose_ui_input_pointer_HitPathTracker$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HoverIconModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_HoverIconModifierNode$stableprop_getter|androidx_compose_ui_input_pointer_HoverIconModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_InternalPointerEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_InternalPointerEvent$stableprop_getter|androidx_compose_ui_input_pointer_InternalPointerEvent$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_Node$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_Node$stableprop_getter|androidx_compose_ui_input_pointer_Node$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_NodeParent$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_NodeParent$stableprop_getter|androidx_compose_ui_input_pointer_NodeParent$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEvent$stableprop_getter|androidx_compose_ui_input_pointer_PointerEvent$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEventTimeoutCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerEventTimeoutCancellationException$stableprop_getter|androidx_compose_ui_input_pointer_PointerEventTimeoutCancellationException$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierElement$stableprop_getter|androidx_compose_ui_input_pointer_PointerHoverIconModifierElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerHoverIconModifierNode$stableprop_getter|androidx_compose_ui_input_pointer_PointerHoverIconModifierNode$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputChange$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputChange$stableprop_getter|androidx_compose_ui_input_pointer_PointerInputChange$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEvent$stableprop_getter|androidx_compose_ui_input_pointer_PointerInputEvent$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventData$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventData$stableprop_getter|androidx_compose_ui_input_pointer_PointerInputEventData$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventProcessor$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputEventProcessor$stableprop_getter|androidx_compose_ui_input_pointer_PointerInputEventProcessor$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputFilter$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputFilter$stableprop_getter|androidx_compose_ui_input_pointer_PointerInputFilter$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputResetException$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_PointerInputResetException$stableprop_getter|androidx_compose_ui_input_pointer_PointerInputResetException$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierElement$stableprop_getter|androidx_compose_ui_input_pointer_StylusHoverIconModifierElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_StylusHoverIconModifierNode$stableprop_getter|androidx_compose_ui_input_pointer_StylusHoverIconModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendPointerInputElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendPointerInputElement$stableprop_getter|androidx_compose_ui_input_pointer_SuspendPointerInputElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendingPointerInputModifierNodeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SuspendingPointerInputModifierNodeImpl$stableprop_getter|androidx_compose_ui_input_pointer_SuspendingPointerInputModifierNodeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SyntheticEventSender$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_SyntheticEventSender$stableprop_getter|androidx_compose_ui_input_pointer_SyntheticEventSender$stableprop_getter(){}[0] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_TestPointerInputEventData$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_TestPointerInputEventData$stableprop_getter|androidx_compose_ui_input_pointer_TestPointerInputEventData$stableprop_getter(){}[0] final fun androidx.compose.ui.input.rotary/androidx_compose_ui_input_rotary_RotaryScrollEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.rotary/androidx_compose_ui_input_rotary_RotaryScrollEvent$stableprop_getter|androidx_compose_ui_input_rotary_RotaryScrollEvent$stableprop_getter(){}[0] -final fun androidx.compose.ui.input/androidx_compose_ui_input_InputModeManagerImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.input/androidx_compose_ui_input_InputModeManagerImpl$stableprop_getter|androidx_compose_ui_input_InputModeManagerImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.internal/androidx_compose_ui_internal_PlatformOptimizedCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.ui.internal/androidx_compose_ui_internal_PlatformOptimizedCancellationException$stableprop_getter|androidx_compose_ui_internal_PlatformOptimizedCancellationException$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/LookaheadScope(kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.ui.layout/LookaheadScope|LookaheadScope(kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.ui.layout/MultiMeasureLayout(androidx.compose.ui/Modifier?, kotlin/Function2, androidx.compose.ui.layout/MeasurePolicy, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.layout/MultiMeasureLayout|MultiMeasureLayout(androidx.compose.ui.Modifier?;kotlin.Function2;androidx.compose.ui.layout.MeasurePolicy;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.layout/RectRulers(): androidx.compose.ui.layout/RectRulers // androidx.compose.ui.layout/RectRulers|RectRulers(){}[0] @@ -4415,28 +4215,13 @@ final fun androidx.compose.ui.layout/SubcomposeLayout(androidx.compose.ui/Modifi final fun androidx.compose.ui.layout/SubcomposeSlotReusePolicy(kotlin/Int): androidx.compose.ui.layout/SubcomposeSlotReusePolicy // androidx.compose.ui.layout/SubcomposeSlotReusePolicy|SubcomposeSlotReusePolicy(kotlin.Int){}[0] final fun androidx.compose.ui.layout/TestModifierUpdaterLayout(kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.ui.layout/TestModifierUpdaterLayout|TestModifierUpdaterLayout(kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_AlignmentLine$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_AlignmentLine$stableprop_getter|androidx_compose_ui_layout_AlignmentLine$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachIntrinsicsMeasureScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachIntrinsicsMeasureScope$stableprop_getter|androidx_compose_ui_layout_ApproachIntrinsicsMeasureScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachMeasureScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_ApproachMeasureScopeImpl$stableprop_getter|androidx_compose_ui_layout_ApproachMeasureScopeImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_DefaultIntrinsicMeasurable$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_DefaultIntrinsicMeasurable$stableprop_getter|androidx_compose_ui_layout_DefaultIntrinsicMeasurable$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_FixedScale$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_FixedScale$stableprop_getter|androidx_compose_ui_layout_FixedScale$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalAlignmentLine$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalAlignmentLine$stableprop_getter|androidx_compose_ui_layout_HorizontalAlignmentLine$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalRuler$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_HorizontalRuler$stableprop_getter|androidx_compose_ui_layout_HorizontalRuler$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_IntrinsicsMeasureScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_IntrinsicsMeasureScope$stableprop_getter|androidx_compose_ui_layout_IntrinsicsMeasureScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsElement$stableprop_getter|androidx_compose_ui_layout_LayoutBoundsElement$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsHolder$stableprop_getter|androidx_compose_ui_layout_LayoutBoundsHolder$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutBoundsNode$stableprop_getter|androidx_compose_ui_layout_LayoutBoundsNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutIdModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutIdModifier$stableprop_getter|androidx_compose_ui_layout_LayoutIdModifier$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutModifierImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutModifierImpl$stableprop_getter|androidx_compose_ui_layout_LayoutModifierImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutNodeSubcompositionsState$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LayoutNodeSubcompositionsState$stableprop_getter|androidx_compose_ui_layout_LayoutNodeSubcompositionsState$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadLayoutCoordinates$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadLayoutCoordinates$stableprop_getter|androidx_compose_ui_layout_LookaheadLayoutCoordinates$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadScopeImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_LookaheadScopeImpl$stableprop_getter|androidx_compose_ui_layout_LookaheadScopeImpl$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_ModifierInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_ModifierInfo$stableprop_getter|androidx_compose_ui_layout_ModifierInfo$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_MultiContentMeasurePolicyImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_MultiContentMeasurePolicyImpl$stableprop_getter|androidx_compose_ui_layout_MultiContentMeasurePolicyImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_NoWindowInsetsAnimation$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_NoWindowInsetsAnimation$stableprop_getter|androidx_compose_ui_layout_NoWindowInsetsAnimation$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_OnVisibilityChangedNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_OnVisibilityChangedNode$stableprop_getter|androidx_compose_ui_layout_OnVisibilityChangedNode$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable$stableprop_getter|androidx_compose_ui_layout_Placeable$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable_PlacementScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_Placeable_PlacementScope$stableprop_getter|androidx_compose_ui_layout_Placeable_PlacementScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.layout/androidx_compose_ui_layout_RootMeasurePolicy$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_RootMeasurePolicy$stableprop_getter|androidx_compose_ui_layout_RootMeasurePolicy$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_Ruler$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_Ruler$stableprop_getter|androidx_compose_ui_layout_Ruler$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeLayoutState$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeLayoutState$stableprop_getter|androidx_compose_ui_layout_SubcomposeLayoutState$stableprop_getter(){}[0] final fun androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeSlotReusePolicy_SlotIdsSet$stableprop_getter(): kotlin/Int // androidx.compose.ui.layout/androidx_compose_ui_layout_SubcomposeSlotReusePolicy_SlotIdsSet$stableprop_getter|androidx_compose_ui_layout_SubcomposeSlotReusePolicy_SlotIdsSet$stableprop_getter(){}[0] @@ -4448,14 +4233,9 @@ final fun androidx.compose.ui.layout/createMeasurePolicy(androidx.compose.ui.lay final fun androidx.compose.ui.layout/lerp(androidx.compose.ui.layout/ScaleFactor, androidx.compose.ui.layout/ScaleFactor, kotlin/Float): androidx.compose.ui.layout/ScaleFactor // androidx.compose.ui.layout/lerp|lerp(androidx.compose.ui.layout.ScaleFactor;androidx.compose.ui.layout.ScaleFactor;kotlin.Float){}[0] final fun androidx.compose.ui.layout/materializerOf(androidx.compose.ui/Modifier): kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit> // androidx.compose.ui.layout/materializerOf|materializerOf(androidx.compose.ui.Modifier){}[0] final fun androidx.compose.ui.layout/materializerOfWithCompositionLocalInjection(androidx.compose.ui/Modifier): kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit> // androidx.compose.ui.layout/materializerOfWithCompositionLocalInjection|materializerOfWithCompositionLocalInjection(androidx.compose.ui.Modifier){}[0] -final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_BackwardsCompatLocalMap$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_BackwardsCompatLocalMap$stableprop_getter|androidx_compose_ui_modifier_BackwardsCompatLocalMap$stableprop_getter(){}[0] -final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_EmptyMap$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_EmptyMap$stableprop_getter|androidx_compose_ui_modifier_EmptyMap$stableprop_getter(){}[0] final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocal$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocal$stableprop_getter|androidx_compose_ui_modifier_ModifierLocal$stableprop_getter(){}[0] -final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalManager$stableprop_getter|androidx_compose_ui_modifier_ModifierLocalManager$stableprop_getter(){}[0] final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalMap$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ModifierLocalMap$stableprop_getter|androidx_compose_ui_modifier_ModifierLocalMap$stableprop_getter(){}[0] -final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_MultiLocalMap$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_MultiLocalMap$stableprop_getter|androidx_compose_ui_modifier_MultiLocalMap$stableprop_getter(){}[0] final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_ProvidableModifierLocal$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_ProvidableModifierLocal$stableprop_getter|androidx_compose_ui_modifier_ProvidableModifierLocal$stableprop_getter(){}[0] -final fun androidx.compose.ui.modifier/androidx_compose_ui_modifier_SingleLocalMap$stableprop_getter(): kotlin/Int // androidx.compose.ui.modifier/androidx_compose_ui_modifier_SingleLocalMap$stableprop_getter|androidx_compose_ui_modifier_SingleLocalMap$stableprop_getter(){}[0] final fun androidx.compose.ui.modifier/modifierLocalMapOf(): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(){}[0] final fun androidx.compose.ui.modifier/modifierLocalMapOf(androidx.compose.ui.modifier/ModifierLocal<*>, androidx.compose.ui.modifier/ModifierLocal<*>, kotlin/Array>...): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(androidx.compose.ui.modifier.ModifierLocal<*>;androidx.compose.ui.modifier.ModifierLocal<*>;kotlin.Array>...){}[0] final fun androidx.compose.ui.modifier/modifierLocalMapOf(kotlin/Array>...): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(kotlin.Array>...){}[0] @@ -4463,110 +4243,38 @@ final fun androidx.compose.ui.modifier/modifierLocalMapOf(kotlin/Array, kotlin/Any>, kotlin/Pair, kotlin/Any>, kotlin/Array, kotlin/Any>>...): androidx.compose.ui.modifier/ModifierLocalMap // androidx.compose.ui.modifier/modifierLocalMapOf|modifierLocalMapOf(kotlin.Pair,kotlin.Any>;kotlin.Pair,kotlin.Any>;kotlin.Array,kotlin.Any>>...){}[0] final fun androidx.compose.ui.node/DpTouchBoundsExpansion(androidx.compose.ui.unit/Dp = ..., androidx.compose.ui.unit/Dp = ..., androidx.compose.ui.unit/Dp = ..., androidx.compose.ui.unit/Dp = ...): androidx.compose.ui.node/DpTouchBoundsExpansion // androidx.compose.ui.node/DpTouchBoundsExpansion|DpTouchBoundsExpansion(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.ui.node/TouchBoundsExpansion(kotlin/Int = ..., kotlin/Int = ..., kotlin/Int = ..., kotlin/Int = ...): androidx.compose.ui.node/TouchBoundsExpansion // androidx.compose.ui.node/TouchBoundsExpansion|TouchBoundsExpansion(kotlin.Int;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_AlignmentLines$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_AlignmentLines$stableprop_getter|androidx_compose_ui_node_AlignmentLines$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_BackwardsCompatNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_BackwardsCompatNode$stableprop_getter|androidx_compose_ui_node_BackwardsCompatNode$stableprop_getter(){}[0] final fun androidx.compose.ui.node/androidx_compose_ui_node_DelegatingNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_DelegatingNode$stableprop_getter|androidx_compose_ui_node_DelegatingNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSet$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSet$stableprop_getter|androidx_compose_ui_node_DepthSortedSet$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSetsForDifferentPasses$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_DepthSortedSetsForDifferentPasses$stableprop_getter|androidx_compose_ui_node_DepthSortedSetsForDifferentPasses$stableprop_getter(){}[0] final fun androidx.compose.ui.node/androidx_compose_ui_node_DpTouchBoundsExpansion$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_DpTouchBoundsExpansion$stableprop_getter|androidx_compose_ui_node_DpTouchBoundsExpansion$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_DragAndDropOwner$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_DragAndDropOwner$stableprop_getter|androidx_compose_ui_node_DragAndDropOwner$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_EmptySemanticsElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_EmptySemanticsElement$stableprop_getter|androidx_compose_ui_node_EmptySemanticsElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_HitTestResult$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_HitTestResult$stableprop_getter|androidx_compose_ui_node_HitTestResult$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_InnerNodeCoordinator$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_InnerNodeCoordinator$stableprop_getter|androidx_compose_ui_node_InnerNodeCoordinator$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_IntrinsicsPolicy$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_IntrinsicsPolicy$stableprop_getter|androidx_compose_ui_node_IntrinsicsPolicy$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutModifierNodeCoordinator$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutModifierNodeCoordinator$stableprop_getter|androidx_compose_ui_node_LayoutModifierNodeCoordinator$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode$stableprop_getter|androidx_compose_ui_node_LayoutNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeAlignmentLines$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeAlignmentLines$stableprop_getter|androidx_compose_ui_node_LayoutNodeAlignmentLines$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeDrawScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeDrawScope$stableprop_getter|androidx_compose_ui_node_LayoutNodeDrawScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeLayoutDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNodeLayoutDelegate$stableprop_getter|androidx_compose_ui_node_LayoutNodeLayoutDelegate$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode_NoIntrinsicsMeasurePolicy$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutNode_NoIntrinsicsMeasurePolicy$stableprop_getter|androidx_compose_ui_node_LayoutNode_NoIntrinsicsMeasurePolicy$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LayoutTreeConsistencyChecker$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LayoutTreeConsistencyChecker$stableprop_getter|androidx_compose_ui_node_LayoutTreeConsistencyChecker$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LookaheadAlignmentLines$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadAlignmentLines$stableprop_getter|androidx_compose_ui_node_LookaheadAlignmentLines$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LookaheadCapablePlaceable$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadCapablePlaceable$stableprop_getter|androidx_compose_ui_node_LookaheadCapablePlaceable$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LookaheadDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadDelegate$stableprop_getter|androidx_compose_ui_node_LookaheadDelegate$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_LookaheadPassDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_LookaheadPassDelegate$stableprop_getter|androidx_compose_ui_node_LookaheadPassDelegate$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate$stableprop_getter|androidx_compose_ui_node_MeasureAndLayoutDelegate$stableprop_getter(){}[0] final fun androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate_PostponedRequest$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_MeasureAndLayoutDelegate_PostponedRequest$stableprop_getter|androidx_compose_ui_node_MeasureAndLayoutDelegate_PostponedRequest$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_MeasurePassDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_MeasurePassDelegate$stableprop_getter|androidx_compose_ui_node_MeasurePassDelegate$stableprop_getter(){}[0] final fun androidx.compose.ui.node/androidx_compose_ui_node_ModifierNodeElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_ModifierNodeElement$stableprop_getter|androidx_compose_ui_node_ModifierNodeElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_MutableVectorWithMutationTracking$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_MutableVectorWithMutationTracking$stableprop_getter|androidx_compose_ui_node_MutableVectorWithMutationTracking$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_NodeChain$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_NodeChain$stableprop_getter|androidx_compose_ui_node_NodeChain$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_NodeCoordinator$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_NodeCoordinator$stableprop_getter|androidx_compose_ui_node_NodeCoordinator$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_NodeMeasuringIntrinsics$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_NodeMeasuringIntrinsics$stableprop_getter|androidx_compose_ui_node_NodeMeasuringIntrinsics$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_Nodes$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_Nodes$stableprop_getter|androidx_compose_ui_node_Nodes$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_ObserverNodeOwnerScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_ObserverNodeOwnerScope$stableprop_getter|androidx_compose_ui_node_ObserverNodeOwnerScope$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_OnPositionedDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_OnPositionedDispatcher$stableprop_getter|androidx_compose_ui_node_OnPositionedDispatcher$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_OwnerSnapshotObserver$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_OwnerSnapshotObserver$stableprop_getter|androidx_compose_ui_node_OwnerSnapshotObserver$stableprop_getter(){}[0] final fun androidx.compose.ui.node/androidx_compose_ui_node_Ref$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_Ref$stableprop_getter|androidx_compose_ui_node_Ref$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_RootNodeOwner$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_RootNodeOwner$stableprop_getter|androidx_compose_ui_node_RootNodeOwner$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_SnapshotInvalidationTracker$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_SnapshotInvalidationTracker$stableprop_getter|androidx_compose_ui_node_SnapshotInvalidationTracker$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_SortedSet$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_SortedSet$stableprop_getter|androidx_compose_ui_node_SortedSet$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_TailModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_TailModifierNode$stableprop_getter|androidx_compose_ui_node_TailModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.node/androidx_compose_ui_node_WeakReference$stableprop_getter(): kotlin/Int // androidx.compose.ui.node/androidx_compose_ui_node_WeakReference$stableprop_getter|androidx_compose_ui_node_WeakReference$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_AtomicInt$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_AtomicInt$stableprop_getter|androidx_compose_ui_platform_AtomicInt$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_ClipEntry$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_ClipEntry$stableprop_getter|androidx_compose_ui_platform_ClipEntry$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_ClipMetadata$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_ClipMetadata$stableprop_getter|androidx_compose_ui_platform_ClipMetadata$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultAccessibilityManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultAccessibilityManager$stableprop_getter|androidx_compose_ui_platform_DefaultAccessibilityManager$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultHapticFeedback$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultHapticFeedback$stableprop_getter|androidx_compose_ui_platform_DefaultHapticFeedback$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultInputModeManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultInputModeManager$stableprop_getter|androidx_compose_ui_platform_DefaultInputModeManager$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultTextToolbar$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultTextToolbar$stableprop_getter|androidx_compose_ui_platform_DefaultTextToolbar$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultUiApplier$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultUiApplier$stableprop_getter|androidx_compose_ui_platform_DefaultUiApplier$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultViewConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DefaultViewConfiguration$stableprop_getter|androidx_compose_ui_platform_DefaultViewConfiguration$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DelegateRootForTestListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DelegateRootForTestListener$stableprop_getter|androidx_compose_ui_platform_DelegateRootForTestListener$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DelegatingSoftwareKeyboardController$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DelegatingSoftwareKeyboardController$stableprop_getter|androidx_compose_ui_platform_DelegatingSoftwareKeyboardController$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DisposableSaveableStateRegistry$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DisposableSaveableStateRegistry$stableprop_getter|androidx_compose_ui_platform_DisposableSaveableStateRegistry$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyViewConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyViewConfiguration$stableprop_getter|androidx_compose_ui_platform_EmptyViewConfiguration$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_FlushCoroutineDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_FlushCoroutineDispatcher$stableprop_getter|androidx_compose_ui_platform_FlushCoroutineDispatcher$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_GlobalSnapshotManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_GlobalSnapshotManager$stableprop_getter|androidx_compose_ui_platform_GlobalSnapshotManager$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_GraphicsLayerOwnerLayer$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_GraphicsLayerOwnerLayer$stableprop_getter|androidx_compose_ui_platform_GraphicsLayerOwnerLayer$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_InspectableModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_InspectableModifier$stableprop_getter|androidx_compose_ui_platform_InspectableModifier$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorInfo$stableprop_getter|androidx_compose_ui_platform_InspectorInfo$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorValueInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_InspectorValueInfo$stableprop_getter|androidx_compose_ui_platform_InspectorValueInfo$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformClipboardManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformClipboardManager$stableprop_getter|androidx_compose_ui_platform_PlatformClipboardManager$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformInsets$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformInsets$stableprop_getter|androidx_compose_ui_platform_PlatformInsets$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformUriHandler$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformUriHandler$stableprop_getter|androidx_compose_ui_platform_PlatformUriHandler$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_SynchronizedObject$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_SynchronizedObject$stableprop_getter|androidx_compose_ui_platform_SynchronizedObject$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_TranslationsCache$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_TranslationsCache$stableprop_getter|androidx_compose_ui_platform_TranslationsCache$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElement$stableprop_getter|androidx_compose_ui_platform_ValueElement$stableprop_getter(){}[0] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElementSequence$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_ValueElementSequence$stableprop_getter|androidx_compose_ui_platform_ValueElementSequence$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_WindowInfoImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_WindowInfoImpl$stableprop_getter|androidx_compose_ui_platform_WindowInfoImpl$stableprop_getter(){}[0] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_ZeroInsetsConfig$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_ZeroInsetsConfig$stableprop_getter|androidx_compose_ui_platform_ZeroInsetsConfig$stableprop_getter(){}[0] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_BaseComposeScene$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_BaseComposeScene$stableprop_getter|androidx_compose_ui_scene_BaseComposeScene$stableprop_getter(){}[0] final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneDragAndDropNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneDragAndDropNode$stableprop_getter|androidx_compose_ui_scene_ComposeSceneDragAndDropNode$stableprop_getter(){}[0] final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneFocusManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneFocusManager$stableprop_getter|androidx_compose_ui_scene_ComposeSceneFocusManager$stableprop_getter(){}[0] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneInputHandler$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneInputHandler$stableprop_getter|androidx_compose_ui_scene_ComposeSceneInputHandler$stableprop_getter(){}[0] final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeScenePointer$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeScenePointer$stableprop_getter|androidx_compose_ui_scene_ComposeScenePointer$stableprop_getter(){}[0] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneRecomposer$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneRecomposer$stableprop_getter|androidx_compose_ui_scene_ComposeSceneRecomposer$stableprop_getter(){}[0] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_CopiedList$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_CopiedList$stableprop_getter|androidx_compose_ui_scene_CopiedList$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_AccessibilityAction$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_AccessibilityAction$stableprop_getter|androidx_compose_ui_semantics_AccessibilityAction$stableprop_getter(){}[0] -final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_AppendedSemanticsElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_AppendedSemanticsElement$stableprop_getter|androidx_compose_ui_semantics_AppendedSemanticsElement$stableprop_getter(){}[0] -final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_ClearAndSetSemanticsElement$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_ClearAndSetSemanticsElement$stableprop_getter|androidx_compose_ui_semantics_ClearAndSetSemanticsElement$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionInfo$stableprop_getter|androidx_compose_ui_semantics_CollectionInfo$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionItemInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CollectionItemInfo$stableprop_getter|androidx_compose_ui_semantics_CollectionItemInfo$stableprop_getter(){}[0] -final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_CoreSemanticsModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CoreSemanticsModifierNode$stableprop_getter|androidx_compose_ui_semantics_CoreSemanticsModifierNode$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_CustomAccessibilityAction$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_CustomAccessibilityAction$stableprop_getter|androidx_compose_ui_semantics_CustomAccessibilityAction$stableprop_getter(){}[0] -final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_EmptySemanticsModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_EmptySemanticsModifier$stableprop_getter|androidx_compose_ui_semantics_EmptySemanticsModifier$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_ProgressBarRangeInfo$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_ProgressBarRangeInfo$stableprop_getter|androidx_compose_ui_semantics_ProgressBarRangeInfo$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_ScrollAxisRange$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_ScrollAxisRange$stableprop_getter|androidx_compose_ui_semantics_ScrollAxisRange$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsActions$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsActions$stableprop_getter|androidx_compose_ui_semantics_SemanticsActions$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsConfiguration$stableprop_getter|androidx_compose_ui_semantics_SemanticsConfiguration$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNode$stableprop_getter|androidx_compose_ui_semantics_SemanticsNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNodeWithAdjustedBounds$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsNodeWithAdjustedBounds$stableprop_getter|androidx_compose_ui_semantics_SemanticsNodeWithAdjustedBounds$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsOwner$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsOwner$stableprop_getter|androidx_compose_ui_semantics_SemanticsOwner$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsProperties$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsProperties$stableprop_getter|androidx_compose_ui_semantics_SemanticsProperties$stableprop_getter(){}[0] final fun androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsPropertyKey$stableprop_getter(): kotlin/Int // androidx.compose.ui.semantics/androidx_compose_ui_semantics_SemanticsPropertyKey$stableprop_getter|androidx_compose_ui_semantics_SemanticsPropertyKey$stableprop_getter(){}[0] -final fun androidx.compose.ui.skiko/androidx_compose_ui_skiko_OverlayRenderDecorator$stableprop_getter(): kotlin/Int // androidx.compose.ui.skiko/androidx_compose_ui_skiko_OverlayRenderDecorator$stableprop_getter|androidx_compose_ui_skiko_OverlayRenderDecorator$stableprop_getter(){}[0] -final fun androidx.compose.ui.skiko/androidx_compose_ui_skiko_RecordDrawRectRenderDecorator$stableprop_getter(): kotlin/Int // androidx.compose.ui.skiko/androidx_compose_ui_skiko_RecordDrawRectRenderDecorator$stableprop_getter|androidx_compose_ui_skiko_RecordDrawRectRenderDecorator$stableprop_getter(){}[0] -final fun androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectList$stableprop_getter(): kotlin/Int // androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectList$stableprop_getter|androidx_compose_ui_spatial_RectList$stableprop_getter(){}[0] -final fun androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.spatial/androidx_compose_ui_spatial_RectManager$stableprop_getter|androidx_compose_ui_spatial_RectManager$stableprop_getter(){}[0] final fun androidx.compose.ui.spatial/androidx_compose_ui_spatial_RelativeLayoutBounds$stableprop_getter(): kotlin/Int // androidx.compose.ui.spatial/androidx_compose_ui_spatial_RelativeLayoutBounds$stableprop_getter|androidx_compose_ui_spatial_RelativeLayoutBounds$stableprop_getter(){}[0] -final fun androidx.compose.ui.spatial/androidx_compose_ui_spatial_ThrottledCallbacks$stableprop_getter(): kotlin/Int // androidx.compose.ui.spatial/androidx_compose_ui_spatial_ThrottledCallbacks$stableprop_getter|androidx_compose_ui_spatial_ThrottledCallbacks$stableprop_getter(){}[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.runtime/Composer?, kotlin/Int, kotlin/Int): androidx.compose.ui.text/TextMeasurer // androidx.compose.ui.text/rememberTextMeasurer|rememberTextMeasurer(kotlin.Int;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropPointerInputModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropPointerInputModifier$stableprop_getter|androidx_compose_ui_viewinterop_InteropPointerInputModifier$stableprop_getter(){}[0] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewHolder$stableprop_getter|androidx_compose_ui_viewinterop_InteropViewHolder$stableprop_getter(){}[0] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TrackInteropPlacementModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TrackInteropPlacementModifierNode$stableprop_getter|androidx_compose_ui_viewinterop_TrackInteropPlacementModifierNode$stableprop_getter(){}[0] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TypedInteropViewHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_TypedInteropViewHolder$stableprop_getter|androidx_compose_ui_viewinterop_TypedInteropViewHolder$stableprop_getter(){}[0] final fun androidx.compose.ui.window/Dialog(kotlin/Function0, androidx.compose.ui.window/DialogProperties?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.window/Dialog|Dialog(kotlin.Function0;androidx.compose.ui.window.DialogProperties?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.window/Popup(androidx.compose.ui.window/PopupPositionProvider, kotlin/Function0?, androidx.compose.ui.window/PopupProperties?, kotlin/Function1?, kotlin/Function1?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.window/Popup|Popup(androidx.compose.ui.window.PopupPositionProvider;kotlin.Function0?;androidx.compose.ui.window.PopupProperties?;kotlin.Function1?;kotlin.Function1?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.window/Popup(androidx.compose.ui.window/PopupPositionProvider, kotlin/Function0?, androidx.compose.ui.window/PopupProperties?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.window/Popup|Popup(androidx.compose.ui.window.PopupPositionProvider;kotlin.Function0?;androidx.compose.ui.window.PopupProperties?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -4574,11 +4282,9 @@ final fun androidx.compose.ui.window/Popup(androidx.compose.ui.window/PopupPosit final fun androidx.compose.ui.window/Popup(androidx.compose.ui/Alignment?, androidx.compose.ui.unit/IntOffset, kotlin/Boolean, kotlin/Function0?, kotlin/Function1?, kotlin/Function1?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.window/Popup|Popup(androidx.compose.ui.Alignment?;androidx.compose.ui.unit.IntOffset;kotlin.Boolean;kotlin.Function0?;kotlin.Function1?;kotlin.Function1?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.window/Popup(androidx.compose.ui/Alignment?, androidx.compose.ui.unit/IntOffset, kotlin/Function0?, androidx.compose.ui.window/PopupProperties?, kotlin/Function1?, kotlin/Function1?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.window/Popup|Popup(androidx.compose.ui.Alignment?;androidx.compose.ui.unit.IntOffset;kotlin.Function0?;androidx.compose.ui.window.PopupProperties?;kotlin.Function1?;kotlin.Function1?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.compose.ui.window/Popup(androidx.compose.ui/Alignment?, androidx.compose.ui.unit/IntOffset, kotlin/Function0?, androidx.compose.ui.window/PopupProperties?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.window/Popup|Popup(androidx.compose.ui.Alignment?;androidx.compose.ui.unit.IntOffset;kotlin.Function0?;androidx.compose.ui.window.PopupProperties?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.compose.ui.window/androidx_compose_ui_window_AlignmentOffsetPositionProvider$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_AlignmentOffsetPositionProvider$stableprop_getter|androidx_compose_ui_window_AlignmentOffsetPositionProvider$stableprop_getter(){}[0] final fun androidx.compose.ui.window/androidx_compose_ui_window_DialogProperties$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_DialogProperties$stableprop_getter|androidx_compose_ui_window_DialogProperties$stableprop_getter(){}[0] final fun androidx.compose.ui.window/androidx_compose_ui_window_PopupProperties$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_PopupProperties$stableprop_getter|androidx_compose_ui_window_PopupProperties$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_AbsoluteAlignment$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_AbsoluteAlignment$stableprop_getter|androidx_compose_ui_AbsoluteAlignment$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_AtomicReference$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_AtomicReference$stableprop_getter|androidx_compose_ui_AtomicReference$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment$stableprop_getter|androidx_compose_ui_BiasAbsoluteAlignment$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment_Horizontal$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_BiasAbsoluteAlignment_Horizontal$stableprop_getter|androidx_compose_ui_BiasAbsoluteAlignment_Horizontal$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_BiasAlignment$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_BiasAlignment$stableprop_getter|androidx_compose_ui_BiasAlignment$stableprop_getter(){}[0] @@ -4586,14 +4292,8 @@ final fun androidx.compose.ui/androidx_compose_ui_BiasAlignment_Horizontal$stabl final fun androidx.compose.ui/androidx_compose_ui_BiasAlignment_Vertical$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_BiasAlignment_Vertical$stableprop_getter|androidx_compose_ui_BiasAlignment_Vertical$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_CombinedModifier$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_CombinedModifier$stableprop_getter|androidx_compose_ui_CombinedModifier$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_ComposeUiFlags$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_ComposeUiFlags$stableprop_getter|androidx_compose_ui_ComposeUiFlags$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionElement$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionElement$stableprop_getter|androidx_compose_ui_CompositionLocalMapInjectionElement$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionNode$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_CompositionLocalMapInjectionNode$stableprop_getter|androidx_compose_ui_CompositionLocalMapInjectionNode$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_FrameRateModifierNode$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_FrameRateModifierNode$stableprop_getter|androidx_compose_ui_FrameRateModifierNode$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_ImageComposeScene$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_ImageComposeScene$stableprop_getter|androidx_compose_ui_ImageComposeScene$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_ModifierNodeDetachedCancellationException$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_ModifierNodeDetachedCancellationException$stableprop_getter|androidx_compose_ui_ModifierNodeDetachedCancellationException$stableprop_getter(){}[0] final fun androidx.compose.ui/androidx_compose_ui_Modifier_Node$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_Modifier_Node$stableprop_getter|androidx_compose_ui_Modifier_Node$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_ZIndexElement$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_ZIndexElement$stableprop_getter|androidx_compose_ui_ZIndexElement$stableprop_getter(){}[0] -final fun androidx.compose.ui/androidx_compose_ui_ZIndexNode$stableprop_getter(): kotlin/Int // androidx.compose.ui/androidx_compose_ui_ZIndexNode$stableprop_getter|androidx_compose_ui_ZIndexNode$stableprop_getter(){}[0] final fun androidx.compose.ui/renderComposeScene(kotlin/Int, kotlin/Int, androidx.compose.ui.unit/Density = ..., kotlin/Function2): org.jetbrains.skia/Image // androidx.compose.ui/renderComposeScene|renderComposeScene(kotlin.Int;kotlin.Int;androidx.compose.ui.unit.Density;kotlin.Function2){}[0] final inline fun (androidx.compose.ui.graphics.vector/ImageVector.Builder).androidx.compose.ui.graphics.vector/group(kotlin/String = ..., kotlin/Float = ..., kotlin/Float = ..., kotlin/Float = ..., kotlin/Float = ..., kotlin/Float = ..., kotlin/Float = ..., kotlin/Float = ..., kotlin.collections/List = ..., kotlin/Function1): androidx.compose.ui.graphics.vector/ImageVector.Builder // androidx.compose.ui.graphics.vector/group|group@androidx.compose.ui.graphics.vector.ImageVector.Builder(kotlin.String;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.collections.List;kotlin.Function1){}[0] final inline fun (androidx.compose.ui.graphics.vector/ImageVector.Builder).androidx.compose.ui.graphics.vector/path(kotlin/String = ..., androidx.compose.ui.graphics/Brush? = ..., kotlin/Float = ..., androidx.compose.ui.graphics/Brush? = ..., kotlin/Float = ..., kotlin/Float = ..., androidx.compose.ui.graphics/StrokeCap = ..., androidx.compose.ui.graphics/StrokeJoin = ..., kotlin/Float = ..., androidx.compose.ui.graphics/PathFillType = ..., kotlin/Function1): androidx.compose.ui.graphics.vector/ImageVector.Builder // androidx.compose.ui.graphics.vector/path|path@androidx.compose.ui.graphics.vector.ImageVector.Builder(kotlin.String;androidx.compose.ui.graphics.Brush?;kotlin.Float;androidx.compose.ui.graphics.Brush?;kotlin.Float;kotlin.Float;androidx.compose.ui.graphics.StrokeCap;androidx.compose.ui.graphics.StrokeJoin;kotlin.Float;androidx.compose.ui.graphics.PathFillType;kotlin.Function1){}[0] @@ -4898,21 +4598,6 @@ final class androidx.compose.ui.viewinterop/UIKitInteropProperties { // androidx final fun hashCode(): kotlin/Int // androidx.compose.ui.viewinterop/UIKitInteropProperties.hashCode|hashCode(){}[0] } -// Targets: [ios] -final val androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureDispatcher$stableprop // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureDispatcher$stableprop|#static{}androidx_compose_ui_backhandler_UIKitBackGestureDispatcher$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureRecognizer$stableprop // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureRecognizer$stableprop|#static{}androidx_compose_ui_backhandler_UIKitBackGestureRecognizer$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DropSessionContext$stableprop // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DropSessionContext$stableprop|#static{}androidx_compose_ui_draganddrop_DropSessionContext$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_UIKitDragAndDropManager$stableprop // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_UIKitDragAndDropManager$stableprop|#static{}androidx_compose_ui_draganddrop_UIKitDragAndDropManager$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_CupertinoHapticFeedback$stableprop // androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_CupertinoHapticFeedback$stableprop|#static{}androidx_compose_ui_hapticfeedback_CupertinoHapticFeedback$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.interop/LocalUIViewController // androidx.compose.ui.interop/LocalUIViewController|{}LocalUIViewController[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.ui.interop/LocalUIViewController.|(){}[0] @@ -4920,9 +4605,6 @@ final val androidx.compose.ui.interop/LocalUIViewController // androidx.compose. // Targets: [ios] final val androidx.compose.ui.main/androidx_compose_ui_main_DefaultIOSAppDelegate$stableprop // androidx.compose.ui.main/androidx_compose_ui_main_DefaultIOSAppDelegate$stableprop|#static{}androidx_compose_ui_main_DefaultIOSAppDelegate$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AccessibilityScrollEventResult$stableprop // androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AccessibilityScrollEventResult$stableprop|#static{}androidx_compose_ui_platform_accessibility_AccessibilityScrollEventResult$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementFocusMode_Focus$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementFocusMode_Focus$stableprop|#static{}androidx_compose_ui_platform_AccessibilityElementFocusMode_Focus$stableprop[0] @@ -4938,18 +4620,12 @@ final val androidx.compose.ui.platform/androidx_compose_ui_platform_Accessibilit // Targets: [ios] final val androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementKey_Semantics$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementKey_Semantics$stableprop|#static{}androidx_compose_ui_platform_AccessibilityElementKey_Semantics$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityMediator$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityMediator$stableprop|#static{}androidx_compose_ui_platform_AccessibilityMediator$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Container$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Container$stableprop|#static{}androidx_compose_ui_platform_AccessibilityNode_Container$stableprop[0] // Targets: [ios] final val androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Semantics$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Semantics$stableprop|#static{}androidx_compose_ui_platform_AccessibilityNode_Semantics$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_CFReleaseScope$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_CFReleaseScope$stableprop|#static{}androidx_compose_ui_platform_CFReleaseScope$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_ColorSpace$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_ColorSpace$stableprop|#static{}androidx_compose_ui_platform_CFScopeReleasable_ColorSpace$stableprop[0] @@ -4959,45 +4635,6 @@ final val androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeRelea // Targets: [ios] final val androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_Image$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_Image$stableprop|#static{}androidx_compose_ui_platform_CFScopeReleasable_Image$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyInputTraits$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyInputTraits$stableprop|#static{}androidx_compose_ui_platform_EmptyInputTraits$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_IOSLifecycleOwner$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_IOSLifecycleOwner$stableprop|#static{}androidx_compose_ui_platform_IOSLifecycleOwner$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformWindowContext$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformWindowContext$stableprop|#static{}androidx_compose_ui_platform_PlatformWindowContext$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_Translations$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_Translations$stableprop|#static{}androidx_compose_ui_platform_Translations$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitIdleTimerManager$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitIdleTimerManager$stableprop|#static{}androidx_compose_ui_platform_UIKitIdleTimerManager$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitTextInputService$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitTextInputService$stableprop|#static{}androidx_compose_ui_platform_UIKitTextInputService$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_UiKitPlatformClipboard$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_UiKitPlatformClipboard$stableprop|#static{}androidx_compose_ui_platform_UiKitPlatformClipboard$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeHostingViewController$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeHostingViewController$stableprop|#static{}androidx_compose_ui_scene_ComposeHostingViewController$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneMediator$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneMediator$stableprop|#static{}androidx_compose_ui_scene_ComposeSceneMediator$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayer$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayer$stableprop|#static{}androidx_compose_ui_scene_UIKitComposeSceneLayer$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayerView$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayerView$stableprop|#static{}androidx_compose_ui_scene_UIKitComposeSceneLayerView$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayersHolder$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayersHolder$stableprop|#static{}androidx_compose_ui_scene_UIKitComposeSceneLayersHolder$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitTransparentContainerView$stableprop // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitTransparentContainerView$stableprop|#static{}androidx_compose_ui_scene_UIKitTransparentContainerView$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.uikit/LocalUIViewController // androidx.compose.ui.uikit/LocalUIViewController|{}LocalUIViewController[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // androidx.compose.ui.uikit/LocalUIViewController.|(){}[0] @@ -5011,9 +4648,6 @@ final val androidx.compose.ui.uikit/androidx_compose_ui_uikit_OnFocusBehavior_Do // Targets: [ios] final val androidx.compose.ui.uikit/androidx_compose_ui_uikit_OnFocusBehavior_FocusableAboveKeyboard$stableprop // androidx.compose.ui.uikit/androidx_compose_ui_uikit_OnFocusBehavior_FocusableAboveKeyboard$stableprop|#static{}androidx_compose_ui_uikit_OnFocusBehavior_FocusableAboveKeyboard$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.uikit/androidx_compose_ui_uikit_PlistSanityCheck$stableprop // androidx.compose.ui.uikit/androidx_compose_ui_uikit_PlistSanityCheck$stableprop|#static{}androidx_compose_ui_uikit_PlistSanityCheck$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.uikit/uikitEventOrNull // androidx.compose.ui.uikit/uikitEventOrNull|@androidx.compose.ui.input.key.KeyEvent{}uikitEventOrNull[0] final fun (androidx.compose.ui.input.key/KeyEvent).(): platform.UIKit/UIPress? // androidx.compose.ui.uikit/uikitEventOrNull.|@androidx.compose.ui.input.key.KeyEvent(){}[0] @@ -5022,72 +4656,15 @@ final val androidx.compose.ui.uikit/uikitEventOrNull // androidx.compose.ui.uiki final val androidx.compose.ui.uikit/uikitEventOrNull // androidx.compose.ui.uikit/uikitEventOrNull|@androidx.compose.ui.input.pointer.PointerEvent{}uikitEventOrNull[0] final fun (androidx.compose.ui.input.pointer/PointerEvent).(): platform.UIKit/UIEvent? // androidx.compose.ui.uikit/uikitEventOrNull.|@androidx.compose.ui.input.pointer.PointerEvent(){}[0] -// Targets: [ios] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropWrappingView$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropWrappingView$stableprop|#static{}androidx_compose_ui_viewinterop_InteropWrappingView$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropContainer$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropContainer$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropContainer$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropElementHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropElementHolder$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropElementHolder$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_Cooperative$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_Cooperative$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_Cooperative$stableprop[0] // Targets: [ios] final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_NonCooperative$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_NonCooperative$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_NonCooperative$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropMutableTransaction$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropMutableTransaction$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropMutableTransaction$stableprop[0] - // Targets: [ios] final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropProperties$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropProperties$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropProperties$stableprop[0] -// Targets: [ios] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewControllerHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewControllerHolder$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropViewControllerHolder$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewHolder$stableprop|#static{}androidx_compose_ui_viewinterop_UIKitInteropViewHolder$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_ApplicationActiveStateListener$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ApplicationActiveStateListener$stableprop|#static{}androidx_compose_ui_window_ApplicationActiveStateListener$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_ApplicationForegroundStateListener$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ApplicationForegroundStateListener$stableprop|#static{}androidx_compose_ui_window_ApplicationForegroundStateListener$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_ComposeSceneKeyboardOffsetManager$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ComposeSceneKeyboardOffsetManager$stableprop|#static{}androidx_compose_ui_window_ComposeSceneKeyboardOffsetManager$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_ComposeView$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ComposeView$stableprop|#static{}androidx_compose_ui_window_ComposeView$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_DisplayLinkListener$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_DisplayLinkListener$stableprop|#static{}androidx_compose_ui_window_DisplayLinkListener$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_FocusedViewsList$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_FocusedViewsList$stableprop|#static{}androidx_compose_ui_window_FocusedViewsList$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_InflightCommandBuffers$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_InflightCommandBuffers$stableprop|#static{}androidx_compose_ui_window_InflightCommandBuffers$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_IntermediateTextInputUIView$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_IntermediateTextInputUIView$stableprop|#static{}androidx_compose_ui_window_IntermediateTextInputUIView$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_KeyboardVisibilityListener$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_KeyboardVisibilityListener$stableprop|#static{}androidx_compose_ui_window_KeyboardVisibilityListener$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_MetalRedrawer$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_MetalRedrawer$stableprop|#static{}androidx_compose_ui_window_MetalRedrawer$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_MetalView$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_MetalView$stableprop|#static{}androidx_compose_ui_window_MetalView$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_UserInputView$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_UserInputView$stableprop|#static{}androidx_compose_ui_window_UserInputView$stableprop[0] - -// Targets: [ios] -final val androidx.compose.ui.window/androidx_compose_ui_window_ViewControllerLifecycleDelegate$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ViewControllerLifecycleDelegate$stableprop|#static{}androidx_compose_ui_window_ViewControllerLifecycleDelegate$stableprop[0] - // Targets: [ios] final fun <#A: platform.UIKit/UIView> androidx.compose.ui.interop/UIKitView(kotlin/Function0<#A>, androidx.compose.ui/Modifier, kotlin/Function1<#A, kotlin/Unit>?, androidx.compose.ui.graphics/Color, kotlin/Function1<#A, kotlin/Unit>?, kotlin/Function2<#A, kotlinx.cinterop/CValue, kotlin/Unit>?, kotlin/Boolean, kotlin/Boolean, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.interop/UIKitView|UIKitView(kotlin.Function0<0:0>;androidx.compose.ui.Modifier;kotlin.Function1<0:0,kotlin.Unit>?;androidx.compose.ui.graphics.Color;kotlin.Function1<0:0,kotlin.Unit>?;kotlin.Function2<0:0,kotlinx.cinterop.CValue,kotlin.Unit>?;kotlin.Boolean;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] @@ -5100,30 +4677,12 @@ final fun <#A: platform.UIKit/UIViewController> androidx.compose.ui.interop/UIKi // Targets: [ios] final fun <#A: platform.UIKit/UIViewController> androidx.compose.ui.viewinterop/UIKitViewController(kotlin/Function0<#A>, androidx.compose.ui/Modifier?, kotlin/Function1<#A, kotlin/Unit>?, kotlin/Function1<#A, kotlin/Unit>?, kotlin/Function1<#A, kotlin/Unit>?, androidx.compose.ui.viewinterop/UIKitInteropProperties?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.compose.ui.viewinterop/UIKitViewController|UIKitViewController(kotlin.Function0<0:0>;androidx.compose.ui.Modifier?;kotlin.Function1<0:0,kotlin.Unit>?;kotlin.Function1<0:0,kotlin.Unit>?;kotlin.Function1<0:0,kotlin.Unit>?;androidx.compose.ui.viewinterop.UIKitInteropProperties?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0] -// Targets: [ios] -final fun androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureDispatcher$stableprop_getter(): kotlin/Int // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureDispatcher$stableprop_getter|androidx_compose_ui_backhandler_UIKitBackGestureDispatcher$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureRecognizer$stableprop_getter(): kotlin/Int // androidx.compose.ui.backhandler/androidx_compose_ui_backhandler_UIKitBackGestureRecognizer$stableprop_getter|androidx_compose_ui_backhandler_UIKitBackGestureRecognizer$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DropSessionContext$stableprop_getter(): kotlin/Int // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_DropSessionContext$stableprop_getter|androidx_compose_ui_draganddrop_DropSessionContext$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_UIKitDragAndDropManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_UIKitDragAndDropManager$stableprop_getter|androidx_compose_ui_draganddrop_UIKitDragAndDropManager$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_CupertinoHapticFeedback$stableprop_getter(): kotlin/Int // androidx.compose.ui.hapticfeedback/androidx_compose_ui_hapticfeedback_CupertinoHapticFeedback$stableprop_getter|androidx_compose_ui_hapticfeedback_CupertinoHapticFeedback$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.main/androidx_compose_ui_main_DefaultIOSAppDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.main/androidx_compose_ui_main_DefaultIOSAppDelegate$stableprop_getter|androidx_compose_ui_main_DefaultIOSAppDelegate$stableprop_getter(){}[0] // Targets: [ios] final fun androidx.compose.ui.main/defaultUIKitMain(kotlin/String, platform.UIKit/UIViewController) // androidx.compose.ui.main/defaultUIKitMain|defaultUIKitMain(kotlin.String;platform.UIKit.UIViewController){}[0] -// Targets: [ios] -final fun androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AccessibilityScrollEventResult$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AccessibilityScrollEventResult$stableprop_getter|androidx_compose_ui_platform_accessibility_AccessibilityScrollEventResult$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementFocusMode_Focus$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementFocusMode_Focus$stableprop_getter|androidx_compose_ui_platform_AccessibilityElementFocusMode_Focus$stableprop_getter(){}[0] @@ -5139,18 +4698,12 @@ final fun androidx.compose.ui.platform/androidx_compose_ui_platform_Accessibilit // Targets: [ios] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementKey_Semantics$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityElementKey_Semantics$stableprop_getter|androidx_compose_ui_platform_AccessibilityElementKey_Semantics$stableprop_getter(){}[0] -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityMediator$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityMediator$stableprop_getter|androidx_compose_ui_platform_AccessibilityMediator$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Container$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Container$stableprop_getter|androidx_compose_ui_platform_AccessibilityNode_Container$stableprop_getter(){}[0] // Targets: [ios] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Semantics$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_AccessibilityNode_Semantics$stableprop_getter|androidx_compose_ui_platform_AccessibilityNode_Semantics$stableprop_getter(){}[0] -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_CFReleaseScope$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_CFReleaseScope$stableprop_getter|androidx_compose_ui_platform_CFReleaseScope$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_ColorSpace$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_ColorSpace$stableprop_getter|androidx_compose_ui_platform_CFScopeReleasable_ColorSpace$stableprop_getter(){}[0] @@ -5160,45 +4713,6 @@ final fun androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeRelea // Targets: [ios] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_Image$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_CFScopeReleasable_Image$stableprop_getter|androidx_compose_ui_platform_CFScopeReleasable_Image$stableprop_getter(){}[0] -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyInputTraits$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_EmptyInputTraits$stableprop_getter|androidx_compose_ui_platform_EmptyInputTraits$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_IOSLifecycleOwner$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_IOSLifecycleOwner$stableprop_getter|androidx_compose_ui_platform_IOSLifecycleOwner$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformWindowContext$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_PlatformWindowContext$stableprop_getter|androidx_compose_ui_platform_PlatformWindowContext$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_Translations$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_Translations$stableprop_getter|androidx_compose_ui_platform_Translations$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitIdleTimerManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitIdleTimerManager$stableprop_getter|androidx_compose_ui_platform_UIKitIdleTimerManager$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitTextInputService$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_UIKitTextInputService$stableprop_getter|androidx_compose_ui_platform_UIKitTextInputService$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_UiKitPlatformClipboard$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_UiKitPlatformClipboard$stableprop_getter|androidx_compose_ui_platform_UiKitPlatformClipboard$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeHostingViewController$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeHostingViewController$stableprop_getter|androidx_compose_ui_scene_ComposeHostingViewController$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneMediator$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_ComposeSceneMediator$stableprop_getter|androidx_compose_ui_scene_ComposeSceneMediator$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayer$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayer$stableprop_getter|androidx_compose_ui_scene_UIKitComposeSceneLayer$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayerView$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayerView$stableprop_getter|androidx_compose_ui_scene_UIKitComposeSceneLayerView$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayersHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitComposeSceneLayersHolder$stableprop_getter|androidx_compose_ui_scene_UIKitComposeSceneLayersHolder$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitTransparentContainerView$stableprop_getter(): kotlin/Int // androidx.compose.ui.scene/androidx_compose_ui_scene_UIKitTransparentContainerView$stableprop_getter|androidx_compose_ui_scene_UIKitTransparentContainerView$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.uikit/androidx_compose_ui_uikit_ComposeUIViewControllerConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.ui.uikit/androidx_compose_ui_uikit_ComposeUIViewControllerConfiguration$stableprop_getter|androidx_compose_ui_uikit_ComposeUIViewControllerConfiguration$stableprop_getter(){}[0] @@ -5208,81 +4722,21 @@ final fun androidx.compose.ui.uikit/androidx_compose_ui_uikit_OnFocusBehavior_Do // Targets: [ios] final fun androidx.compose.ui.uikit/androidx_compose_ui_uikit_OnFocusBehavior_FocusableAboveKeyboard$stableprop_getter(): kotlin/Int // androidx.compose.ui.uikit/androidx_compose_ui_uikit_OnFocusBehavior_FocusableAboveKeyboard$stableprop_getter|androidx_compose_ui_uikit_OnFocusBehavior_FocusableAboveKeyboard$stableprop_getter(){}[0] -// Targets: [ios] -final fun androidx.compose.ui.uikit/androidx_compose_ui_uikit_PlistSanityCheck$stableprop_getter(): kotlin/Int // androidx.compose.ui.uikit/androidx_compose_ui_uikit_PlistSanityCheck$stableprop_getter|androidx_compose_ui_uikit_PlistSanityCheck$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropWrappingView$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropWrappingView$stableprop_getter|androidx_compose_ui_viewinterop_InteropWrappingView$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropContainer$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropContainer$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropContainer$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropElementHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropElementHolder$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropElementHolder$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_Cooperative$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_Cooperative$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_Cooperative$stableprop_getter(){}[0] // Targets: [ios] final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_NonCooperative$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_NonCooperative$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropInteractionMode_NonCooperative$stableprop_getter(){}[0] -// Targets: [ios] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropMutableTransaction$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropMutableTransaction$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropMutableTransaction$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropProperties$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropProperties$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropProperties$stableprop_getter(){}[0] -// Targets: [ios] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewControllerHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewControllerHolder$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropViewControllerHolder$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_UIKitInteropViewHolder$stableprop_getter|androidx_compose_ui_viewinterop_UIKitInteropViewHolder$stableprop_getter(){}[0] - // Targets: [ios] final fun androidx.compose.ui.window/ComposeUIViewController(kotlin/Function1 = ..., kotlin/Function2): platform.UIKit/UIViewController // androidx.compose.ui.window/ComposeUIViewController|ComposeUIViewController(kotlin.Function1;kotlin.Function2){}[0] // Targets: [ios] final fun androidx.compose.ui.window/ComposeUIViewController(kotlin/Function2): platform.UIKit/UIViewController // androidx.compose.ui.window/ComposeUIViewController|ComposeUIViewController(kotlin.Function2){}[0] -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_ApplicationActiveStateListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ApplicationActiveStateListener$stableprop_getter|androidx_compose_ui_window_ApplicationActiveStateListener$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_ApplicationForegroundStateListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ApplicationForegroundStateListener$stableprop_getter|androidx_compose_ui_window_ApplicationForegroundStateListener$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_ComposeSceneKeyboardOffsetManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ComposeSceneKeyboardOffsetManager$stableprop_getter|androidx_compose_ui_window_ComposeSceneKeyboardOffsetManager$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_ComposeView$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ComposeView$stableprop_getter|androidx_compose_ui_window_ComposeView$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_DisplayLinkListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_DisplayLinkListener$stableprop_getter|androidx_compose_ui_window_DisplayLinkListener$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_FocusedViewsList$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_FocusedViewsList$stableprop_getter|androidx_compose_ui_window_FocusedViewsList$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_InflightCommandBuffers$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_InflightCommandBuffers$stableprop_getter|androidx_compose_ui_window_InflightCommandBuffers$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_IntermediateTextInputUIView$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_IntermediateTextInputUIView$stableprop_getter|androidx_compose_ui_window_IntermediateTextInputUIView$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_KeyboardVisibilityListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_KeyboardVisibilityListener$stableprop_getter|androidx_compose_ui_window_KeyboardVisibilityListener$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_MetalRedrawer$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_MetalRedrawer$stableprop_getter|androidx_compose_ui_window_MetalRedrawer$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_MetalView$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_MetalView$stableprop_getter|androidx_compose_ui_window_MetalView$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_UserInputView$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_UserInputView$stableprop_getter|androidx_compose_ui_window_UserInputView$stableprop_getter(){}[0] - -// Targets: [ios] -final fun androidx.compose.ui.window/androidx_compose_ui_window_ViewControllerLifecycleDelegate$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ViewControllerLifecycleDelegate$stableprop_getter|androidx_compose_ui_window_ViewControllerLifecycleDelegate$stableprop_getter(){}[0] - // Targets: [js, wasmJs] final object androidx.compose.ui.input.pointer/DummyPointerIcon : androidx.compose.ui.input.pointer/PointerIcon // androidx.compose.ui.input.pointer/DummyPointerIcon|null[0] @@ -5290,156 +4744,48 @@ final object androidx.compose.ui.input.pointer/DummyPointerIcon : androidx.compo final val androidx.compose.ui.dom/domEventOrNull // androidx.compose.ui.dom/domEventOrNull|@androidx.compose.ui.input.key.KeyEvent{}domEventOrNull[0] final fun (androidx.compose.ui.input.key/KeyEvent).(): org.w3c.dom.events/KeyboardEvent? // androidx.compose.ui.dom/domEventOrNull.|@androidx.compose.ui.input.key.KeyEvent(){}[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_WebDragAndDropManager$stableprop // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_WebDragAndDropManager$stableprop|#static{}androidx_compose_ui_draganddrop_WebDragAndDropManager$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.events/androidx_compose_ui_events_EventTargetListener$stableprop // androidx.compose.ui.events/androidx_compose_ui_events_EventTargetListener$stableprop|#static{}androidx_compose_ui_events_EventTargetListener$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_BrowserCursor$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_BrowserCursor$stableprop|#static{}androidx_compose_ui_input_pointer_BrowserCursor$stableprop[0] - // Targets: [js, wasmJs] final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_DummyPointerIcon$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_DummyPointerIcon$stableprop|#static{}androidx_compose_ui_input_pointer_DummyPointerIcon$stableprop[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AriaRoleId$stableprop // androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AriaRoleId$stableprop|#static{}androidx_compose_ui_platform_accessibility_AriaRoleId$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_ComposeWebSemanticsListener$stableprop // androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_ComposeWebSemanticsListener$stableprop|#static{}androidx_compose_ui_platform_accessibility_ComposeWebSemanticsListener$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_BackingDomInput$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_BackingDomInput$stableprop|#static{}androidx_compose_ui_platform_BackingDomInput$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_DomInputStrategy$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_DomInputStrategy$stableprop|#static{}androidx_compose_ui_platform_DomInputStrategy$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_InputEvent$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_InputEvent$stableprop|#static{}androidx_compose_ui_platform_InputEvent$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_NativeInputEventsProcessor$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_NativeInputEventsProcessor$stableprop|#static{}androidx_compose_ui_platform_NativeInputEventsProcessor$stableprop[0] - // Targets: [js, wasmJs] final val androidx.compose.ui.platform/androidx_compose_ui_platform_W3CTemporaryClipboard$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_W3CTemporaryClipboard$stableprop|#static{}androidx_compose_ui_platform_W3CTemporaryClipboard$stableprop[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextInputService$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextInputService$stableprop|#static{}androidx_compose_ui_platform_WebTextInputService$stableprop[0] - // Targets: [js, wasmJs] final val androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar$stableprop|#static{}androidx_compose_ui_platform_WebTextToolbar$stableprop[0] // Targets: [js, wasmJs] final val androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar_TextToolbarMenu$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar_TextToolbarMenu$stableprop|#static{}androidx_compose_ui_platform_WebTextToolbar_TextToolbarMenu$stableprop[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewGroup$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewGroup$stableprop|#static{}androidx_compose_ui_viewinterop_InteropViewGroup$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropContainer$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropContainer$stableprop|#static{}androidx_compose_ui_viewinterop_WebInteropContainer$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropElementHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropElementHolder$stableprop|#static{}androidx_compose_ui_viewinterop_WebInteropElementHolder$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropViewHolder$stableprop // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropViewHolder$stableprop|#static{}androidx_compose_ui_viewinterop_WebInteropViewHolder$stableprop[0] - // Targets: [js, wasmJs] final val androidx.compose.ui.window/androidx_compose_ui_window_ComposeViewportConfiguration$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ComposeViewportConfiguration$stableprop|#static{}androidx_compose_ui_window_ComposeViewportConfiguration$stableprop[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.window/androidx_compose_ui_window_ComposeWindow$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_ComposeWindow$stableprop|#static{}androidx_compose_ui_window_ComposeWindow$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.window/androidx_compose_ui_window_DefaultWindowState$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_DefaultWindowState$stableprop|#static{}androidx_compose_ui_window_DefaultWindowState$stableprop[0] - // Targets: [js, wasmJs] final val androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Hardware$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Hardware$stableprop|#static{}androidx_compose_ui_window_KeyboardModeState_Hardware$stableprop[0] // Targets: [js, wasmJs] final val androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Virtual$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Virtual$stableprop|#static{}androidx_compose_ui_window_KeyboardModeState_Virtual$stableprop[0] -// Targets: [js, wasmJs] -final val androidx.compose.ui.window/androidx_compose_ui_window_SystemThemeObserverImpl$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_SystemThemeObserverImpl$stableprop|#static{}androidx_compose_ui_window_SystemThemeObserverImpl$stableprop[0] - -// Targets: [js, wasmJs] -final val androidx.compose.ui.window/androidx_compose_ui_window_WebTextInputSession$stableprop // androidx.compose.ui.window/androidx_compose_ui_window_WebTextInputSession$stableprop|#static{}androidx_compose_ui_window_WebTextInputSession$stableprop[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_WebDragAndDropManager$stableprop_getter(): kotlin/Int // androidx.compose.ui.draganddrop/androidx_compose_ui_draganddrop_WebDragAndDropManager$stableprop_getter|androidx_compose_ui_draganddrop_WebDragAndDropManager$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.events/androidx_compose_ui_events_EventTargetListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.events/androidx_compose_ui_events_EventTargetListener$stableprop_getter|androidx_compose_ui_events_EventTargetListener$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_BrowserCursor$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_BrowserCursor$stableprop_getter|androidx_compose_ui_input_pointer_BrowserCursor$stableprop_getter(){}[0] - // Targets: [js, wasmJs] final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_DummyPointerIcon$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_DummyPointerIcon$stableprop_getter|androidx_compose_ui_input_pointer_DummyPointerIcon$stableprop_getter(){}[0] -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AriaRoleId$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_AriaRoleId$stableprop_getter|androidx_compose_ui_platform_accessibility_AriaRoleId$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_ComposeWebSemanticsListener$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform.accessibility/androidx_compose_ui_platform_accessibility_ComposeWebSemanticsListener$stableprop_getter|androidx_compose_ui_platform_accessibility_ComposeWebSemanticsListener$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_BackingDomInput$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_BackingDomInput$stableprop_getter|androidx_compose_ui_platform_BackingDomInput$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_DomInputStrategy$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_DomInputStrategy$stableprop_getter|androidx_compose_ui_platform_DomInputStrategy$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_InputEvent$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_InputEvent$stableprop_getter|androidx_compose_ui_platform_InputEvent$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_NativeInputEventsProcessor$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_NativeInputEventsProcessor$stableprop_getter|androidx_compose_ui_platform_NativeInputEventsProcessor$stableprop_getter(){}[0] - // Targets: [js, wasmJs] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_W3CTemporaryClipboard$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_W3CTemporaryClipboard$stableprop_getter|androidx_compose_ui_platform_W3CTemporaryClipboard$stableprop_getter(){}[0] -// Targets: [js, wasmJs] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextInputService$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextInputService$stableprop_getter|androidx_compose_ui_platform_WebTextInputService$stableprop_getter(){}[0] - // Targets: [js, wasmJs] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar$stableprop_getter|androidx_compose_ui_platform_WebTextToolbar$stableprop_getter(){}[0] // Targets: [js, wasmJs] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar_TextToolbarMenu$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_WebTextToolbar_TextToolbarMenu$stableprop_getter|androidx_compose_ui_platform_WebTextToolbar_TextToolbarMenu$stableprop_getter(){}[0] -// Targets: [js, wasmJs] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewGroup$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_InteropViewGroup$stableprop_getter|androidx_compose_ui_viewinterop_InteropViewGroup$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropContainer$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropContainer$stableprop_getter|androidx_compose_ui_viewinterop_WebInteropContainer$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropElementHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropElementHolder$stableprop_getter|androidx_compose_ui_viewinterop_WebInteropElementHolder$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropViewHolder$stableprop_getter(): kotlin/Int // androidx.compose.ui.viewinterop/androidx_compose_ui_viewinterop_WebInteropViewHolder$stableprop_getter|androidx_compose_ui_viewinterop_WebInteropViewHolder$stableprop_getter(){}[0] - // Targets: [js, wasmJs] final fun androidx.compose.ui.window/androidx_compose_ui_window_ComposeViewportConfiguration$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ComposeViewportConfiguration$stableprop_getter|androidx_compose_ui_window_ComposeViewportConfiguration$stableprop_getter(){}[0] -// Targets: [js, wasmJs] -final fun androidx.compose.ui.window/androidx_compose_ui_window_ComposeWindow$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_ComposeWindow$stableprop_getter|androidx_compose_ui_window_ComposeWindow$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.window/androidx_compose_ui_window_DefaultWindowState$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_DefaultWindowState$stableprop_getter|androidx_compose_ui_window_DefaultWindowState$stableprop_getter(){}[0] - // Targets: [js, wasmJs] final fun androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Hardware$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Hardware$stableprop_getter|androidx_compose_ui_window_KeyboardModeState_Hardware$stableprop_getter(){}[0] // Targets: [js, wasmJs] final fun androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Virtual$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_KeyboardModeState_Virtual$stableprop_getter|androidx_compose_ui_window_KeyboardModeState_Virtual$stableprop_getter(){}[0] -// Targets: [js, wasmJs] -final fun androidx.compose.ui.window/androidx_compose_ui_window_SystemThemeObserverImpl$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_SystemThemeObserverImpl$stableprop_getter|androidx_compose_ui_window_SystemThemeObserverImpl$stableprop_getter(){}[0] - -// Targets: [js, wasmJs] -final fun androidx.compose.ui.window/androidx_compose_ui_window_WebTextInputSession$stableprop_getter(): kotlin/Int // androidx.compose.ui.window/androidx_compose_ui_window_WebTextInputSession$stableprop_getter|androidx_compose_ui_window_WebTextInputSession$stableprop_getter(){}[0] - // Targets: [macos] abstract interface androidx.compose.ui.window/WindowScope { // androidx.compose.ui.window/WindowScope|null[0] abstract val window // androidx.compose.ui.window/WindowScope.window|{}window[0] @@ -5455,30 +4801,12 @@ final class androidx.compose.ui.draganddrop/DragAndDropEvent { // androidx.compo final val androidx.compose.ui.appkit/appkitEventOrNull // androidx.compose.ui.appkit/appkitEventOrNull|@androidx.compose.ui.input.pointer.PointerEvent{}appkitEventOrNull[0] final fun (androidx.compose.ui.input.pointer/PointerEvent).(): platform.AppKit/NSEvent? // androidx.compose.ui.appkit/appkitEventOrNull.|@androidx.compose.ui.input.pointer.PointerEvent(){}[0] -// Targets: [macos] -final val androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_MacosCursor$stableprop // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_MacosCursor$stableprop|#static{}androidx_compose_ui_input_pointer_MacosCursor$stableprop[0] - -// Targets: [macos] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService$stableprop|#static{}androidx_compose_ui_platform_MacosTextInputService$stableprop[0] - // Targets: [macos] final val androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService_CurrentInput$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService_CurrentInput$stableprop|#static{}androidx_compose_ui_platform_MacosTextInputService_CurrentInput$stableprop[0] -// Targets: [macos] -final val androidx.compose.ui.platform/androidx_compose_ui_platform_NSPasteboardPlatformClipboard$stableprop // androidx.compose.ui.platform/androidx_compose_ui_platform_NSPasteboardPlatformClipboard$stableprop|#static{}androidx_compose_ui_platform_NSPasteboardPlatformClipboard$stableprop[0] - -// Targets: [macos] -final fun androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_MacosCursor$stableprop_getter(): kotlin/Int // androidx.compose.ui.input.pointer/androidx_compose_ui_input_pointer_MacosCursor$stableprop_getter|androidx_compose_ui_input_pointer_MacosCursor$stableprop_getter(){}[0] - -// Targets: [macos] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService$stableprop_getter|androidx_compose_ui_platform_MacosTextInputService$stableprop_getter(){}[0] - // Targets: [macos] final fun androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService_CurrentInput$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_MacosTextInputService_CurrentInput$stableprop_getter|androidx_compose_ui_platform_MacosTextInputService_CurrentInput$stableprop_getter(){}[0] -// Targets: [macos] -final fun androidx.compose.ui.platform/androidx_compose_ui_platform_NSPasteboardPlatformClipboard$stableprop_getter(): kotlin/Int // androidx.compose.ui.platform/androidx_compose_ui_platform_NSPasteboardPlatformClipboard$stableprop_getter|androidx_compose_ui_platform_NSPasteboardPlatformClipboard$stableprop_getter(){}[0] - // Targets: [macos] final fun androidx.compose.ui.window/Window(kotlin/String = ..., androidx.compose.ui.unit/DpSize = ..., kotlin/Function3) // androidx.compose.ui.window/Window|Window(kotlin.String;androidx.compose.ui.unit.DpSize;kotlin.Function3){}[0] diff --git a/compose/ui/ui/src/wasmJsMain/kotlin/androidx/compose/ui/window/SystemThemeObserver.wasm.kt b/compose/ui/ui/src/wasmJsMain/kotlin/androidx/compose/ui/window/SystemThemeObserver.wasm.kt index d40795517eb1d..8e43c356d8764 100644 --- a/compose/ui/ui/src/wasmJsMain/kotlin/androidx/compose/ui/window/SystemThemeObserver.wasm.kt +++ b/compose/ui/ui/src/wasmJsMain/kotlin/androidx/compose/ui/window/SystemThemeObserver.wasm.kt @@ -73,5 +73,4 @@ internal actual fun getSystemThemeObserver(): SystemThemeObserver = // supported by all browsers since 2015 // https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia -@JsFun("() => window.matchMedia != undefined") -private external fun isMatchMediaSupported(): Boolean +private fun isMatchMediaSupported(): Boolean = js("window.matchMedia != undefined") diff --git a/gradle.properties b/gradle.properties index bc9a07072260f..157a995523b84 100644 --- a/gradle.properties +++ b/gradle.properties @@ -130,3 +130,7 @@ kotlinx.atomicfu.enableJsIrTransformation=true jetbrains.androidx.web.tests.enableChrome=true jetbrains.androidx.web.tests.enableFirefox=false jetbrains.androidx.web.tests.enableSafari=false + + +# WA for a build issue on Linux agents +kotlin.native.enableKlibsCrossCompilation=false \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2733f5ac2ee59..c085a12835d89 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,16 +41,16 @@ hilt = "2.49" incap = "0.2" javaxInject = "1" jcodec = "0.2.5" -kotlin = "2.1.21" +kotlin = "2.2.20-Beta2" kotlinBenchmark = "0.4.11" -kotlinGradlePluginAnnotations = "2.1.21" -kotlinGradlePluginApi = "2.1.21" +kotlinGradlePluginAnnotations = "2.2.20-Beta2" +kotlinGradlePluginApi = "2.2.20-Beta2" kotlinCompileTesting = "1.4.9" kotlinCoroutines = "1.8.0" -kotlinNativeUtils = "2.1.21" +kotlinNativeUtils = "2.2.20-Beta2" kotlinSerialization = "1.7.3" -kotlinToolingCore = "2.1.21" -ksp = "2.1.21-2.0.1" +kotlinToolingCore = "2.2.20-Beta2" +ksp = "2.2.20-Beta1-2.0.2" ktlint = "0.46.0" ktfmt = "0.50" leakcanary = "2.13" diff --git a/kruth/kruth/build.gradle b/kruth/kruth/build.gradle index 106e01e6b10be..709804f30e70b 100644 --- a/kruth/kruth/build.gradle +++ b/kruth/kruth/build.gradle @@ -47,7 +47,9 @@ kotlin { js { browser() } - wasmJs() + wasmJs { + browser() + } watchosArm64() watchosArm32() diff --git a/lifecycle/lifecycle-common-compatibility-stub/build.gradle b/lifecycle/lifecycle-common-compatibility-stub/build.gradle index 93ab9eb939c69..0ee64b53fdd72 100644 --- a/lifecycle/lifecycle-common-compatibility-stub/build.gradle +++ b/lifecycle/lifecycle-common-compatibility-stub/build.gradle @@ -46,6 +46,12 @@ androidXMultiplatform { } } } + + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } } } diff --git a/lifecycle/lifecycle-runtime-compatibility-stub/build.gradle b/lifecycle/lifecycle-runtime-compatibility-stub/build.gradle index e5703941516b1..9283650f4c0f8 100644 --- a/lifecycle/lifecycle-runtime-compatibility-stub/build.gradle +++ b/lifecycle/lifecycle-runtime-compatibility-stub/build.gradle @@ -54,6 +54,12 @@ androidXMultiplatform { api("androidx.lifecycle:lifecycle-runtime:$version") } } + + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } } } diff --git a/lifecycle/lifecycle-viewmodel-compatibility-stub/build.gradle b/lifecycle/lifecycle-viewmodel-compatibility-stub/build.gradle index cf501f8167e77..b3fc16213e525 100644 --- a/lifecycle/lifecycle-viewmodel-compatibility-stub/build.gradle +++ b/lifecycle/lifecycle-viewmodel-compatibility-stub/build.gradle @@ -54,6 +54,11 @@ androidXMultiplatform { api("androidx.lifecycle:lifecycle-viewmodel:$version") } } + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } } } diff --git a/lifecycle/lifecycle-viewmodel-savedstate-compatibility-stub/build.gradle b/lifecycle/lifecycle-viewmodel-savedstate-compatibility-stub/build.gradle index 30caf9bc7cb22..45f5887d40076 100644 --- a/lifecycle/lifecycle-viewmodel-savedstate-compatibility-stub/build.gradle +++ b/lifecycle/lifecycle-viewmodel-savedstate-compatibility-stub/build.gradle @@ -49,6 +49,11 @@ androidXMultiplatform { api("androidx.lifecycle:lifecycle-viewmodel-savedstate:$version") } } + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } } } diff --git a/mpp/build.gradle.kts b/mpp/build.gradle.kts index df80309f99453..76a75ba9ef964 100644 --- a/mpp/build.gradle.kts +++ b/mpp/build.gradle.kts @@ -184,13 +184,13 @@ tasks.register("publishComposeJbExtendedIconsToMavenLocal", ComposePublishingTas // TODO deprecated, kept for CI compatibility, remove after Compose Multiplatform 1.8.0 is released tasks.register("checkDesktop") { - dependsOn(allTasksWith(name = "desktopTest")) + dependsOn(allTaskPathWith(name = "desktopTest")) dependsOn(":collection:collection:jvmTest") - dependsOn(allTasksWith(name = "desktopApiCheck")) + dependsOn(allTaskPathWith(name = "desktopApiCheck")) } tasks.register("testDesktop") { - dependsOn(allTasksWith(name = "desktopTest")) + dependsOn(allTaskPathWith(name = "desktopTest")) dependsOn(":collection:collection:jvmTest") } @@ -309,6 +309,17 @@ fun allTasksWith(name: String): List = project.tasks.findByName(name) } +fun allTaskPathWith(name: String): List = + rootProject.subprojects.map { + "${it.path}:$name" + }.filter { + project.providers.provider { + // double-check it really exists + rootProject.subprojects.find { p -> p.path == it.substringBeforeLast(":") }!! + .tasks.findByName(name) != null + }.get() + } + // ./gradlew printAllArtifactRedirectionVersions -PfilterProjectPath=lifecycle // or just ./gradlew printAllArtifactRedirectionVersions tasks.register("printAllArtifactRedirectionVersions") { diff --git a/navigation/navigation-compose/api/navigation-compose.klib.api b/navigation/navigation-compose/api/navigation-compose.klib.api index bcfb38911a1e7..5c977ce04a970 100644 --- a/navigation/navigation-compose/api/navigation-compose.klib.api +++ b/navigation/navigation-compose/api/navigation-compose.klib.api @@ -1,6 +1,5 @@ // Klib ABI Dump // Targets: [iosArm64.uikitArm64, iosSimulatorArm64.uikitSimArm64, iosX64.uikitX64, js, macosArm64, macosX64, wasmJs] -// Alias: ios => [iosArm64.uikitArm64, iosSimulatorArm64.uikitSimArm64, iosX64.uikitX64] // Rendering settings: // - Signature version: 2 // - Show manifest properties: true @@ -65,13 +64,6 @@ final class androidx.navigation.compose/DialogNavigatorDestinationBuilder : andr constructor (androidx.navigation.compose/DialogNavigator, kotlin/String, androidx.compose.ui.window/DialogProperties, kotlin/Function3) // androidx.navigation.compose/DialogNavigatorDestinationBuilder.|(androidx.navigation.compose.DialogNavigator;kotlin.String;androidx.compose.ui.window.DialogProperties;kotlin.Function3){}[0] } -final val androidx.navigation.compose.internal/androidx_navigation_compose_internal_BackEventCompat$stableprop // androidx.navigation.compose.internal/androidx_navigation_compose_internal_BackEventCompat$stableprop|#static{}androidx_navigation_compose_internal_BackEventCompat$stableprop[0] -final val androidx.navigation.compose.internal/androidx_navigation_compose_internal_LocalViewModelStoreOwner$stableprop // androidx.navigation.compose.internal/androidx_navigation_compose_internal_LocalViewModelStoreOwner$stableprop|#static{}androidx_navigation_compose_internal_LocalViewModelStoreOwner$stableprop[0] -final val androidx.navigation.compose.internal/androidx_navigation_compose_internal_StandardDefaultNavTransitions$stableprop // androidx.navigation.compose.internal/androidx_navigation_compose_internal_StandardDefaultNavTransitions$stableprop|#static{}androidx_navigation_compose_internal_StandardDefaultNavTransitions$stableprop[0] -final val androidx.navigation.compose.internal/androidx_navigation_compose_internal_WeakReference$stableprop // androidx.navigation.compose.internal/androidx_navigation_compose_internal_WeakReference$stableprop|#static{}androidx_navigation_compose_internal_WeakReference$stableprop[0] -final val androidx.navigation.compose/androidx_navigation_compose_BackStackEntryIdViewModel$stableprop // androidx.navigation.compose/androidx_navigation_compose_BackStackEntryIdViewModel$stableprop|#static{}androidx_navigation_compose_BackStackEntryIdViewModel$stableprop[0] -final val androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator$stableprop // androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator$stableprop|#static{}androidx_navigation_compose_ComposeNavGraphNavigator$stableprop[0] -final val androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator_ComposeNavGraph$stableprop // androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator_ComposeNavGraph$stableprop|#static{}androidx_navigation_compose_ComposeNavGraphNavigator_ComposeNavGraph$stableprop[0] final val androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator$stableprop // androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator$stableprop|#static{}androidx_navigation_compose_ComposeNavigator$stableprop[0] final val androidx.navigation.compose/androidx_navigation_compose_ComposeNavigatorDestinationBuilder$stableprop // androidx.navigation.compose/androidx_navigation_compose_ComposeNavigatorDestinationBuilder$stableprop|#static{}androidx_navigation_compose_ComposeNavigatorDestinationBuilder$stableprop[0] final val androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator_Destination$stableprop // androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator_Destination$stableprop|#static{}androidx_navigation_compose_ComposeNavigator_Destination$stableprop[0] @@ -92,10 +84,6 @@ final fun <#A: kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.naviga final fun <#A: kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.navigation.compose/dialog(kotlin.reflect/KClass<#A>, kotlin.collections/Map> = ..., kotlin.collections/List = ..., androidx.compose.ui.window/DialogProperties = ..., kotlin/Function3) // androidx.navigation.compose/dialog|dialog@androidx.navigation.NavGraphBuilder(kotlin.reflect.KClass<0:0>;kotlin.collections.Map>;kotlin.collections.List;androidx.compose.ui.window.DialogProperties;kotlin.Function3){0§}[0] final fun <#A: kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.navigation.compose/navigation(kotlin.reflect/KClass<*>, kotlin.reflect/KClass<#A>, kotlin.collections/Map> = ..., kotlin.collections/List = ..., kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., kotlin/Function1, androidx.compose.animation/SizeTransform?>? = ..., kotlin/Function1) // androidx.navigation.compose/navigation|navigation@androidx.navigation.NavGraphBuilder(kotlin.reflect.KClass<*>;kotlin.reflect.KClass<0:0>;kotlin.collections.Map>;kotlin.collections.List;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.SizeTransform?>?;kotlin.Function1){0§}[0] final fun <#A: kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.navigation.compose/navigation(kotlin/Any, kotlin.reflect/KClass<#A>, kotlin.collections/Map> = ..., kotlin.collections/List = ..., kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., kotlin/Function1, androidx.compose.animation/SizeTransform?>? = ..., kotlin/Function1) // androidx.navigation.compose/navigation|navigation@androidx.navigation.NavGraphBuilder(kotlin.Any;kotlin.reflect.KClass<0:0>;kotlin.collections.Map>;kotlin.collections.List;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.SizeTransform?>?;kotlin.Function1){0§}[0] -final fun androidx.navigation.compose.internal/androidx_navigation_compose_internal_BackEventCompat$stableprop_getter(): kotlin/Int // androidx.navigation.compose.internal/androidx_navigation_compose_internal_BackEventCompat$stableprop_getter|androidx_navigation_compose_internal_BackEventCompat$stableprop_getter(){}[0] -final fun androidx.navigation.compose.internal/androidx_navigation_compose_internal_LocalViewModelStoreOwner$stableprop_getter(): kotlin/Int // androidx.navigation.compose.internal/androidx_navigation_compose_internal_LocalViewModelStoreOwner$stableprop_getter|androidx_navigation_compose_internal_LocalViewModelStoreOwner$stableprop_getter(){}[0] -final fun androidx.navigation.compose.internal/androidx_navigation_compose_internal_StandardDefaultNavTransitions$stableprop_getter(): kotlin/Int // androidx.navigation.compose.internal/androidx_navigation_compose_internal_StandardDefaultNavTransitions$stableprop_getter|androidx_navigation_compose_internal_StandardDefaultNavTransitions$stableprop_getter(){}[0] -final fun androidx.navigation.compose.internal/androidx_navigation_compose_internal_WeakReference$stableprop_getter(): kotlin/Int // androidx.navigation.compose.internal/androidx_navigation_compose_internal_WeakReference$stableprop_getter|androidx_navigation_compose_internal_WeakReference$stableprop_getter(){}[0] final fun androidx.navigation.compose/DialogHost(androidx.navigation.compose/DialogNavigator, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.navigation.compose/DialogHost|DialogHost(androidx.navigation.compose.DialogNavigator;androidx.compose.runtime.Composer?;kotlin.Int){}[0] final fun androidx.navigation.compose/NavHost(androidx.navigation/NavHostController, androidx.navigation/NavGraph, androidx.compose.ui/Modifier?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.navigation.compose/NavHost|NavHost(androidx.navigation.NavHostController;androidx.navigation.NavGraph;androidx.compose.ui.Modifier?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.navigation.compose/NavHost(androidx.navigation/NavHostController, androidx.navigation/NavGraph, androidx.compose.ui/Modifier?, androidx.compose.ui/Alignment?, kotlin/Function1, androidx.compose.animation/EnterTransition>?, kotlin/Function1, androidx.compose.animation/ExitTransition>?, kotlin/Function1, androidx.compose.animation/EnterTransition>?, kotlin/Function1, androidx.compose.animation/ExitTransition>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.navigation.compose/NavHost|NavHost(androidx.navigation.NavHostController;androidx.navigation.NavGraph;androidx.compose.ui.Modifier?;androidx.compose.ui.Alignment?;kotlin.Function1,androidx.compose.animation.EnterTransition>?;kotlin.Function1,androidx.compose.animation.ExitTransition>?;kotlin.Function1,androidx.compose.animation.EnterTransition>?;kotlin.Function1,androidx.compose.animation.ExitTransition>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] @@ -105,9 +93,6 @@ final fun androidx.navigation.compose/NavHost(androidx.navigation/NavHostControl final fun androidx.navigation.compose/NavHost(androidx.navigation/NavHostController, kotlin/String, androidx.compose.ui/Modifier?, androidx.compose.ui/Alignment?, kotlin/String?, kotlin/Function1, androidx.compose.animation/EnterTransition>?, kotlin/Function1, androidx.compose.animation/ExitTransition>?, kotlin/Function1, androidx.compose.animation/EnterTransition>?, kotlin/Function1, androidx.compose.animation/ExitTransition>?, kotlin/Function1, androidx.compose.animation/SizeTransform?>?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // androidx.navigation.compose/NavHost|NavHost(androidx.navigation.NavHostController;kotlin.String;androidx.compose.ui.Modifier?;androidx.compose.ui.Alignment?;kotlin.String?;kotlin.Function1,androidx.compose.animation.EnterTransition>?;kotlin.Function1,androidx.compose.animation.ExitTransition>?;kotlin.Function1,androidx.compose.animation.EnterTransition>?;kotlin.Function1,androidx.compose.animation.ExitTransition>?;kotlin.Function1,androidx.compose.animation.SizeTransform?>?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun androidx.navigation.compose/NavHost(androidx.navigation/NavHostController, kotlin/String, androidx.compose.ui/Modifier?, androidx.compose.ui/Alignment?, kotlin/String?, kotlin/Function1, androidx.compose.animation/EnterTransition>?, kotlin/Function1, androidx.compose.animation/ExitTransition>?, kotlin/Function1, androidx.compose.animation/EnterTransition>?, kotlin/Function1, androidx.compose.animation/ExitTransition>?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.navigation.compose/NavHost|NavHost(androidx.navigation.NavHostController;kotlin.String;androidx.compose.ui.Modifier?;androidx.compose.ui.Alignment?;kotlin.String?;kotlin.Function1,androidx.compose.animation.EnterTransition>?;kotlin.Function1,androidx.compose.animation.ExitTransition>?;kotlin.Function1,androidx.compose.animation.EnterTransition>?;kotlin.Function1,androidx.compose.animation.ExitTransition>?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun androidx.navigation.compose/NavHost(androidx.navigation/NavHostController, kotlin/String, androidx.compose.ui/Modifier?, kotlin/String?, kotlin/Function1, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // androidx.navigation.compose/NavHost|NavHost(androidx.navigation.NavHostController;kotlin.String;androidx.compose.ui.Modifier?;kotlin.String?;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun androidx.navigation.compose/androidx_navigation_compose_BackStackEntryIdViewModel$stableprop_getter(): kotlin/Int // androidx.navigation.compose/androidx_navigation_compose_BackStackEntryIdViewModel$stableprop_getter|androidx_navigation_compose_BackStackEntryIdViewModel$stableprop_getter(){}[0] -final fun androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator$stableprop_getter(): kotlin/Int // androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator$stableprop_getter|androidx_navigation_compose_ComposeNavGraphNavigator$stableprop_getter(){}[0] -final fun androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator_ComposeNavGraph$stableprop_getter(): kotlin/Int // androidx.navigation.compose/androidx_navigation_compose_ComposeNavGraphNavigator_ComposeNavGraph$stableprop_getter|androidx_navigation_compose_ComposeNavGraphNavigator_ComposeNavGraph$stableprop_getter(){}[0] final fun androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator$stableprop_getter(): kotlin/Int // androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator$stableprop_getter|androidx_navigation_compose_ComposeNavigator$stableprop_getter(){}[0] final fun androidx.navigation.compose/androidx_navigation_compose_ComposeNavigatorDestinationBuilder$stableprop_getter(): kotlin/Int // androidx.navigation.compose/androidx_navigation_compose_ComposeNavigatorDestinationBuilder$stableprop_getter|androidx_navigation_compose_ComposeNavigatorDestinationBuilder$stableprop_getter(){}[0] final fun androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator_Destination$stableprop_getter(): kotlin/Int // androidx.navigation.compose/androidx_navigation_compose_ComposeNavigator_Destination$stableprop_getter|androidx_navigation_compose_ComposeNavigator_Destination$stableprop_getter(){}[0] @@ -119,9 +104,3 @@ final inline fun <#A: reified kotlin/Any> (androidx.navigation/NavGraphBuilder). final inline fun <#A: reified kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.navigation.compose/dialog(kotlin.collections/Map> = ..., kotlin.collections/List = ..., androidx.compose.ui.window/DialogProperties = ..., noinline kotlin/Function3) // androidx.navigation.compose/dialog|dialog@androidx.navigation.NavGraphBuilder(kotlin.collections.Map>;kotlin.collections.List;androidx.compose.ui.window.DialogProperties;kotlin.Function3){0§}[0] final inline fun <#A: reified kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.navigation.compose/navigation(kotlin.reflect/KClass<*>, kotlin.collections/Map> = ..., kotlin.collections/List = ..., noinline kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/SizeTransform?>? = ..., noinline kotlin/Function1) // androidx.navigation.compose/navigation|navigation@androidx.navigation.NavGraphBuilder(kotlin.reflect.KClass<*>;kotlin.collections.Map>;kotlin.collections.List;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.SizeTransform?>?;kotlin.Function1){0§}[0] final inline fun <#A: reified kotlin/Any> (androidx.navigation/NavGraphBuilder).androidx.navigation.compose/navigation(kotlin/Any, kotlin.collections/Map> = ..., kotlin.collections/List = ..., noinline kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/EnterTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/ExitTransition?>? = ..., noinline kotlin/Function1, androidx.compose.animation/SizeTransform?>? = ..., noinline kotlin/Function1) // androidx.navigation.compose/navigation|navigation@androidx.navigation.NavGraphBuilder(kotlin.Any;kotlin.collections.Map>;kotlin.collections.List;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.EnterTransition?>?;kotlin.Function1,androidx.compose.animation.ExitTransition?>?;kotlin.Function1,androidx.compose.animation.SizeTransform?>?;kotlin.Function1){0§}[0] - -// Targets: [ios] -final val androidx.navigation.compose.internal/androidx_navigation_compose_internal_DefaultNavTransitions$stableprop // androidx.navigation.compose.internal/androidx_navigation_compose_internal_DefaultNavTransitions$stableprop|#static{}androidx_navigation_compose_internal_DefaultNavTransitions$stableprop[0] - -// Targets: [ios] -final fun androidx.navigation.compose.internal/androidx_navigation_compose_internal_DefaultNavTransitions$stableprop_getter(): kotlin/Int // androidx.navigation.compose.internal/androidx_navigation_compose_internal_DefaultNavTransitions$stableprop_getter|androidx_navigation_compose_internal_DefaultNavTransitions$stableprop_getter(){}[0] diff --git a/savedstate/savedstate-compatibility-stub/build.gradle b/savedstate/savedstate-compatibility-stub/build.gradle index b6ef35e026687..dca0e23ddec10 100644 --- a/savedstate/savedstate-compatibility-stub/build.gradle +++ b/savedstate/savedstate-compatibility-stub/build.gradle @@ -33,6 +33,12 @@ androidXMultiplatform { api("androidx.savedstate:savedstate:$version") } } + + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } } } diff --git a/savedstate/savedstate-compose/build.gradle b/savedstate/savedstate-compose/build.gradle index 5f089ba7dae5f..07054d7ce5c7d 100644 --- a/savedstate/savedstate-compose/build.gradle +++ b/savedstate/savedstate-compose/build.gradle @@ -108,6 +108,12 @@ kotlin { dependsOn(commonTest) } + wasmJsMain { + dependencies { + implementation(libs.kotlinStdlibWasm) + } + } + targets.all { target -> if (target.platformType !in [KotlinPlatformType.androidJvm, KotlinPlatformType.common]) { target.compilations["main"].defaultSourceSet.dependsOn(nonAndroidMain)