I can't seem to be able to update dev15 and dev16,...
# compose
t
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
There's a table of the old and new artifacts here https://developer.android.com/jetpack/androidx/releases/compose#refactor
t
Thanks, just realised this.
k
Also remove the kotlin-eap maven url in your project level gradle script and update the gradle plugin to 1.4.0-rc
t
Yeah I did earlier. Thanks