Gastón Saillén
Gastón Saillén
Thanks a lot @fernandozanutto will try this one and let you know 👍
Ok, so, I have added ``` composeOptions { kotlinCompilerExtensionVersion = "1.5.1" } buildFeatures { compose = true } ``` As @fernandozanutto suggested inside the `:androidApp buildGradle file` , then added...
@dima-avdeev-jb take your time, you guys are doing an awesome job already porting compose to multiplatform, thanks a lot !
Same issue with compose version 1.4.3 and Java 17 ...
@agustinona I have tried again and is not triggering any callback even if I put the callback right after the splitFactory.client()
The error log shows this ``` W Method java.lang.Object androidx.compose.runtime.snapshots.SnapshotStateMap.mutate(kotlin.jvm.functions.Function1) failed lock verification and will run slower. Common causes for lock verification issues are non-optimized dex code and incorrect proguard...