Fixed
Status Update
Comments
km...@google.com <km...@google.com>
jh...@cteapps.com <jh...@cteapps.com> #2
Sorry forgot to change the issue title to something that makes more sense.
Main question is, can the same instance of a worker be used in multiple places? And if so, it looks like things are broken.
Main question is, can the same instance of a worker be used in multiple places? And if so, it looks like things are broken.
je...@google.com <je...@google.com>
ga...@google.com <ga...@google.com> #3
I think the issue here is that we should explicitly disallow more than one instance of the same work request in a chain. What's happening here is correct - each work request runs exactly once.
al...@google.com <al...@google.com> #4
Can you give us a sample app where you see the problems occur? It's a little hard to tell from your logs because both sets of output are using the same exact work requests and it's hard to tell when you enqueued them and what order you're running them in. Did you use them for both the unique and non-unique work?
ch...@google.com <ch...@google.com> #5
In the last example 2 SnapshotWorkers were run, even though I pass the same instance to both chains.
I think I would expect the same instance to be able to be used multiple times, but runs after it's first would be 'skipped'. What do you think of that concept?
I think I would expect the same instance to be able to be used multiple times, but runs after it's first would be 'skipped'. What do you think of that concept?
as...@google.com <as...@google.com> #6
Only one WorkContinuation.combine() is run per log. Ok I can see about creating a sample app.
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
The Kotlin compiler fails with a stack over flow error when building using the relay pluging version 3.09 or higher. It works with plugin 3.08
I will work if relay packages are added one at a time and built incrementaly but a project rebuild will fail with the error every time
this is the error
> Task :app:compileManagedStgDebugKotlin
e: org.jetbrains.kotlin.util.KotlinFrontEndException: Exception while analyzing expression in (73,5) in /Users/jhorel/Documents/19Gale/ui/Gale/app/build/generated/java/generateManagedStgDebugRelayRuntimeCode/com/google/relay/compose/RelayBox.kt
Attachments:
causeThrowable
java.lang.StackOverflowError
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace.get(DelegatingBindingTrace.kt:104)
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace$MyBindingContext.get(DelegatingBindingTrace.kt:50)
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace.get(DelegatingBindingTrace.kt:104)
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace$MyBindingContext.get(DelegatingBindingTrace.kt:50)
at androidx.compose.compiler.plugins.kotlin.k1.ComposableTargetChecker$infer$4.getLazyScheme(ComposableTargetChecker.kt:266)
at androidx.compose.compiler.plugins.kotlin.k1.ComposableTargetChecker$infer$4.getLazyScheme(ComposableTargetChecker.kt:264)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.toLazyScheme(ApplierInferencer.kt:457)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.toLazyScheme$default(ApplierInferencer.kt:183)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable$schemeOf(ApplierInferencer.kt:317)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable$callBindingsOf(ApplierInferencer.kt:348)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable$callBindingsOf(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$1.invoke(ApplierInferencer.kt:353)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$1.invoke(ApplierInferencer.kt:353)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$visitCall$1.invoke(ApplierInferencer.kt:393)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$visitCall$1.invoke(ApplierInferencer.kt:391)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:353)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
----
expression.kt
<File name: RelayBox.kt, Physical: true>
/**
* A layout composable with [content].
* The [RelayBox] will size itself to fit the content, subject to the incoming constraints.
* When children are smaller than the parent, by default they will be positioned inside
* the [RelayBox] according to the [contentAlignment]. For individually specifying the alignments
* of the children layouts, use the [BoxScope.align] modifier.
* By default, the content will be measured without the [RelayBox]'s incoming min constraints,
* unless [propagateMinConstraints] is `true`.
* When the content has more than one layout child the layout children will be stacked one
* on top of the other (positioned as explained above) in the composition order.
*
* Example usage:
* @sample androidx.compose.foundation.layout.samples.SimpleBox
*
* @param modifier The modifier to be applied to the layout.
* @param contentAlignment The default alignment inside the box.
* @param propagateMinConstraints Whether the incoming min constraints should be passed to content.
* @param content The content of the [RelayBox].
*/
@Composable
inline fun RelayBox(
modifier: Modifier = Modifier,
contentAlignment: Alignment = Alignment.TopStart,
propagateMinConstraints: Boolean = false,
content: @Composable RelayContainerScope.() -> Unit
) {
val measurePolicy = rememberBoxMeasurePolicy(contentAlignment, propagateMinConstraints)
<ELEMENT>Layout(
content = { BoxScopeInstance.content() },
measurePolicy = measurePolicy,
modifier = modifier
)</ELEMENT>
}
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:261)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:543)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:73)
at org.jetbrains.kotlin.psi.KtVisitor.visitReferenceExpression(KtVisitor.java:202)
at org.jetbrains.kotlin.psi.KtVisitor.visitCallExpression(KtVisitor.java:282)
at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeOfLastExpressionInBlock(ExpressionTypingServices.java:451)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:328)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:586)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:73)
at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1054)
at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:997)
at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBodies(BodyResolver.java:982)
at org.jetbrains.kotlin.resolve.BodyResolver.resolveBehaviorDeclarationBodies(BodyResolver.java:129)
at org.jetbrains.kotlin.resolve.BodyResolver.resolveBodies(BodyResolver.java:256)
at org.jetbrains.kotlin.resolve.LazyTopDownAnalyzer.analyzeDeclarations(LazyTopDownAnalyzer.kt:227)
at org.jetbrains.kotlin.resolve.LazyTopDownAnalyzer.analyzeDeclarations$default(LazyTopDownAnalyzer.kt:58)
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(TopDownAnalyzerFacadeForJVM.kt:119)
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(TopDownAnalyzerFacadeForJVM.kt:77)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler$analyze$1.invoke(KotlinToJVMBytecodeCompiler.kt:256)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler$analyze$1.invoke(KotlinToJVMBytecodeCompiler.kt:247)
at org.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport.analyzeAndReport(AnalyzerWithCompilerReport.kt:115)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze(KotlinToJVMBytecodeCompiler.kt:247)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:87)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli$default(KotlinToJVMBytecodeCompiler.kt:43)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:165)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:50)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:463)
at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:62)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.doCompile(IncrementalCompilerRunner.kt:477)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalCompilerRunner.kt:400)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileNonIncrementally(IncrementalCompilerRunner.kt:281)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:125)
at org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileServiceImpl.kt:657)
at org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(CompileServiceImpl.kt:105)
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1624)
at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source)
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.rmi/sun.rmi.transport.Transport.serviceCall(Unknown Source)
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.StackOverflowError
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace.get(DelegatingBindingTrace.kt:104)
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace$MyBindingContext.get(DelegatingBindingTrace.kt:50)
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace.get(DelegatingBindingTrace.kt:104)
at org.jetbrains.kotlin.resolve.DelegatingBindingTrace$MyBindingContext.get(DelegatingBindingTrace.kt:50)
at androidx.compose.compiler.plugins.kotlin.k1.ComposableTargetChecker$infer$4.getLazyScheme(ComposableTargetChecker.kt:266)
at androidx.compose.compiler.plugins.kotlin.k1.ComposableTargetChecker$infer$4.getLazyScheme(ComposableTargetChecker.kt:264)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.toLazyScheme(ApplierInferencer.kt:457)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.toLazyScheme$default(ApplierInferencer.kt:183)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable$schemeOf(ApplierInferencer.kt:317)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable$callBindingsOf(ApplierInferencer.kt:348)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable$callBindingsOf(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$1.invoke(ApplierInferencer.kt:353)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$1.invoke(ApplierInferencer.kt:353)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$visitCall$1.invoke(ApplierInferencer.kt:393)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$visitCall$1.invoke(ApplierInferencer.kt:391)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:353)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.access$restartable(ApplierInferencer.kt:167)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer$restartable$observed$result$1$1.invoke(ApplierInferencer.kt:307)
at androidx.compose.compiler.plugins.kotlin.inference.ApplierInferencer.restartable(ApplierInferencer.kt:363)
> Task :app:compileManagedStgDebugKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileManagedStgDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Internal compiler error. See log for more details
* Try:
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A. set relay plugin to version 3.11 (latest)
3B. rebuild project
3C.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-231.9392.1.2311.11330709, 202401181553
AI-231.9392.1.2311.11330709, JRE 17.0.7+0-17.0.7b1000.6-10550314x64 JetBrains s.r.o., OS Mac OS X(x86_64) v13.6.4, screens 2560.0x1440.0, 3360.0x2100.0; Retina
AS: Hedgehog | 2023.1.1 Patch 2
Kotlin plugin: 231-1.9.22-release-704-AS9392.1.2311.11330709
Android Gradle Plugin: 8.2.2
Gradle: 8.2
Gradle JDK: JetBrains Runtime version 17.0.7
NDK: from module: 25.1.8937393, from local.properties: (not specified), latest from SDK: 25.1.8937393
CMake: from local.properties: (not specified), latest from SDK: 3.18.1-g262b901, from PATH: 3.28.0
```