what's the corresponding version for desktop of ``...
# compose-desktop
e
what's the corresponding version for desktop of
Copy code
implementation "androidx.compose.material:material-icons-extended:$compose_version"
o
probably 1.0.0-beta5 would be better
i
also, we have a shortcut for that:
Copy code
implementation(compose.materialIconsExtended)
e
@olonho I'll upgrade at the next iteration, before using it on "production" @Igor Demin I'm drunk, I tried
compose.material.
and not seeing anything I assumed wrongly it wasnt yet ported..
but I recall I saw a couple of options while typing
material
..
i
Check this. Probably you forgot
import org.jetbrains.compose.compose
👍 1