Turns out a project created using the Compose Acti...
# compose
c
Turns out a project created using the Compose Activity template does not include Foundation..
Copy code
implementation("androidx.ui:ui-foundation:0.1.0-dev03")
has to be added to the gradle app file for the image stuff to work..
d
yeah, got bitten by this too, after upgrading to dev03
☝🏻 1