ribesg
@file:OptIn(ExperimentalForeignApi::class)
mohamed rejeb
Lucca Beurmann
carbaj0
java.lang.NoSuchMethodError: No interface method withRestorableState(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V in class Landroidx/compose/runtime/savedinstancestate/RestorableStateHolder; or its super classes (declaration of 'androidx.compose.runtime.savedinstancestate.RestorableStateHolder' appears in /data/app/com.acv.composeland-V85a_e5F918MbctysYPnqQ==/base.apk) at androidx.navigation.compose.NavHostKt.withRestorableState(NavHost.kt:143) at androidx.navigation.compose.NavHostKt.access$withRestorableState(Unknown Source:0) at androidx.navigation.compose.NavHostKt$NavHost$5.invoke(NavHost.kt:130) at androidx.navigation.compose.NavHostKt$NavHost$5.invoke(Unknown Source:10) at androidx.compose.runtime.internal.ComposableLambda.invoke(ComposableLambda.kt:146) at androidx.compose.runtime.internal.ComposableLambda.invoke(Unknown Source:10) at androidx.compose.runtime.AmbientKt.Providers(Ambient.kt:187) at androidx.navigation.compose.NavHostKt.NavHost(NavHost.kt:126) at androidx.navigation.compose.NavHostKt$NavHost$6.invoke(Unknown Source:8) at androidx.navigation.compose.NavHostKt$NavHost$6.invoke(Unknown Source:10) at androidx.compose.runtime.RecomposeScope.compose(Composer.kt:286)
tjohnn
data class Count(var value: Int = 0) private val count = MutableStateFlow(Count()) val newCount = count.value newCount.value++ // no emission though value is updated count.value = newCount // this does not emit either
Colton Idle
Jeff Lockhart
ByteArray
CFDataRef
NSData
SecCertificateRef
SecCertificateCreateWithData()
SecCertificateCopyData()
youssef
Saiedmomen
@Stable
android
android { ... buildFeatures { compose = true } composeOptions { kotlinCompilerExtensionVersion = libs.versions.compose.get() } }
A modern programming language that makes developers happier.