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

codeslubber

02/22/2020, 8:23 PM
I have 9 and dev04 and I am pointing at Canary but it says there is no update? how did some of you guys get 10 and 05?
f

Foso

02/22/2020, 8:29 PM
There is no 10 yet, canary 9 is the latest, you can use dev05 with it
👍🏻 2
a

Adam Powell

02/22/2020, 9:12 PM
in your android module's build.gradle,
Copy code
android {
    // other stuff
    composeOptions {
        kotlinCompilerVersion "1.3.61-dev-withExperimentalGoogleExtensions-20200129"
        kotlinCompilerExtensionVersion "dev05"
    }
}
and swap your other dependencies from
dev04
to
dev05
as well