`androidx.ui:ui-material-icons-extended` removed i...
# compose
k
androidx.ui:ui-material-icons-extended
removed in dev12?
l
Should still be there, what error are you getting?
k
• Failed to resolve: ui-material-icons-extended-0.1.0-dev12 Affected Modules: <openFileC/Users/habib/AndroidStudioProjects/composeplaystore/app/build.gradle|app>
l
What is your dependency?
implementation 'androidx.ui:ui-material-icons-extended:0.1.0-dev12'
Seems to work fine for me
k
Just throws that error for the below dependency others are okay
implementation "androidx.ui:ui-material-icons-extended:$compose_version"
def compose_release_version = "dev12"
ext.compose_version = "0.1.0-$compose_release_version"
l
And if you change dev12 to dev11 it works?
k
Yep, I'm using dev11 for that right now.
l
Hmm, did you try invalidating caches and restarting? Maybe cleaning your gradle? Can't reproduce this unfortunately. What is in your
repositories
block?
k
So it's probably something wrong with my gradle cache or something. I've tried
invalidating caches and restarting
I'll try cleaning the gradle too. repositories { google() jcenter() }