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

Paolo Achdjian

08/11/2020, 11:00 AM
If I want to use dev16 and so I have to use compiler version 1.4.0-rc, how I can use the preview if until Canary 8 ?
t

Theo

08/11/2020, 12:29 PM
I tried and gave up, I think all my dependencies broke when updating compiler version
v

Vinay Gaba

08/11/2020, 4:07 PM
Check my setup here. This seems to be working fine for me - https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/master/app/build.gradle
looking at this file reminded me I need to get rid of some unnecessary dependencies 😆
p

Paolo Achdjian

08/11/2020, 4:31 PM
I'm glad that work fine for you, but your same project, on my android studio (v 4.2, canary 7) doesn't show the preview.
v

Vinay Gaba

08/11/2020, 4:54 PM
3 Views