hi, this may well be nothing but the Jetpack Compo...
# compose
a
hi, this may well be nothing but the Jetpack Compose tutorial (https://developer.android.com/jetpack/compose/tutorial) at one point outlines using a
DrawImage
compose call inside another composable. No issue up until this point but
DrawImage
comes up as an unresolved reference. Is the tutorial not up to date?
Found a solution further up the channel:
Solved it. The “Empty Compose Activity” template didn’t contain the
androidx.ui:ui-foundation
dependency, so I had to add it myself.
People seem to have been coming in with this issue for a while, any chance this could be fixed?
p
Thanks, bug filed (internal reference b/167156590)