https://kotlinlang.org logo
#compose
Title
# compose
c

codeslubber

12/24/2019, 3:06 AM
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

dimsuz

12/24/2019, 1:26 PM
yeah, got bitten by this too, after upgrading to dev03
☝🏻 1