I fail to render Previews, if the composable insid...
# multiplatform
j
I fail to render Previews, if the composable inside has
Modifier.clickable
, with the error:
Copy code
java.lang.NoSuchMethodError: 'androidx.compose.ui.Modifier androidx.compose.foundation.ClickableKt.clickable-gA4Eucc$default(androidx.compose.ui.Modifier, boolean, java.lang.String, androidx.compose.ui.semantics.Role, androidx.compose.foundation.interaction.MutableInteractionSource, _layoutlib_._internal_.kotlin.jvm.functions.Function0, int, java.lang.Object)'
Anyone come across something similar? Removing the modifier makes the preview work fine