anybody have issues using a jetpack compose library in android 21, 22 & 23 due to NoSuchMethodEr...
c
anybody have issues using a jetpack compose library in android 21, 22 & 23 due to NoSuchMethodError? I've raised https://issuetracker.google.com/issues/299833793 but no one's sniffed at it yet. 🧵
The crux of the issue seems to be that
Modifier.weight(weight: Float, fill: Boolean = true)
is being used in the library code, without specifying a value for fill. It's like the
$default
static method is being excluded just for those API levels but I can't understand why (or why it's only an issue with my AAR that consumes that API call)