I was going through the Jetpack Tutorial and it se...
# compose
l
I was going through the Jetpack Tutorial and it seems it wasn’t updated yet because I can’t seem to find
Modifier.preferredHeight(16.dp)
. So what is the fix for this?
j
I think it is now just height
k
It was removed recently. Just use height().
l
Thanks guys!
r
I wrote this as an issue on the tutorial after beta came out but it hasn't been addressed yet: https://issuetracker.google.com/u/3/issues/181208492