https://kotlinlang.org logo
a

abbic

02/14/2020, 2:26 PM
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

ppvi

08/31/2020, 9:05 AM
Thanks, bug filed (internal reference b/167156590)