Oleksandr Karpovich
Oleksandr Karpovich
Will this solution work for you? https://github.com/JetBrains/compose-multiplatform/pull/3722 `compose.platformTypes`
Not sure that configuring it per source set is possible at all. The source sets can't be compiled independetly. All relevant source sets get "combined" to compile for a particular...
Yes, those are 2 jvm targets with different names. Sure, let's close it.
Simplified a reproducer (https://github.com/eymar/repr_ios_subcompose_layout_click): ```kotlin @Composable internal fun App() = MaterialTheme { Column { Spacer(modifier = Modifier.height(200.dp)) val interactionSource = remember { MutableInteractionSource() } LaunchedEffect(interactionSource) { interactionSource.interactions .collect { println("Interaction...
Note for our team: For the reproducer in `mpp:demo` have a look at https://github.com/JetBrains/compose-multiplatform-core/commit/3e390ddf9893f1360f85936f553b512ab34384f3#diff-d39ddc7e61fa5922223e673e2c9a3a82682d808f3394404b7250d302b3a25327R28
@Phaestion Thanks for more details! TBH we didn't explicitly work on this issue yet. I guess it was "fixed" indirectly by some other change. The new crash is clear. Let's...
I reopened it for now. ~~There is a new issue with SelectionContainer: https://github.com/JetBrains/compose-multiplatform/issues/1450 (so perhaps something was unintentionaly changed)~~
Closing it as fixed :) We added the tests
> what about text search browser feature if this feature becomes available at some point, it probably won't work same way it works in Chrome with html pages. It's more...
> any idea on the timescale...when will this get supported ? We aim to make it properly implemented in 1.7 version of Compose Multiplatform.