After updating to 1.8.0-rc01 package androidx.comp...
# compose
p
After updating to 1.8.0-rc01 package androidx.compose.material.icons is no longer available. Is it moved somewhere or removed completely?
l
It is no longer being published, since there are no new changes. So you can continue to use 1.7
r
Use
implementation("org.jetbrains.compose.material:material-icons-core:1.6.11")
directly
thank you color 1
k
or better don't use it 🙂 (this is a huge artefact) use icons in resources or get the required code from https://composeicons.com/
👀 1
😲 1
👍 3
very nice 1
p
Nice URL! Thanks @Konstantin Tskhovrebov!
c
i know its a huge artifact... but isn't it just svgs that would get stripped out during proguard?
a
@Colton Idle problem is while devving. iirc build times increased dramatically (or maybe just the first one)