Roar Gronmo
12/06/2019, 1:43 PMOverload resolution ambiguity. All these functions match.
public fun Size(width: Dp, height: Dp): LayoutModifier defined in androidx.ui.layout
public inline fun Size(width: Dp, height: Dp): Size defined in androidx.ui.core
is this actually the same function ?androidx.ui.layout.Size
is the correct one... ?Adam Powell
12/06/2019, 3:07 PMRoar Gronmo
12/06/2019, 3:28 PM