You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @MikolajKakol ! please give 1.4.1 a try, it was built with kotlin 1.8.20 and with new fixes in the compiler plugin, so this should work without workarounds:
fun Modifier.foo(
indication:Indication?,
): Modifier {
returnthis
}
Describe the bug
Given code should compile
But if fails with
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: androidx.compose.foundation/Indication.rememberUpdatedInstance|132472734405641894[0]
Affected platforms
Select one of the platforms below:
Versions
Related: #3087
The text was updated successfully, but these errors were encountered: