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

tjohnn

08/06/2020, 1:14 PM
I can't seem to be able to update dev15 and dev16, I have these repositories in place:
Copy code
maven(url =  "<https://dl.bintray.com/kotlin/kotlin-eap/>")
jcenter()
google()
d

Daniel Rampelt

08/06/2020, 1:16 PM
There's a table of the old and new artifacts here https://developer.android.com/jetpack/androidx/releases/compose#refactor
t

tjohnn

08/06/2020, 1:17 PM
Thanks, just realised this.
k

Klaas Kabini

08/06/2020, 3:30 PM
Also remove the kotlin-eap maven url in your project level gradle script and update the gradle plugin to 1.4.0-rc
t

tjohnn

08/06/2020, 5:31 PM
Yeah I did earlier. Thanks