Hey guys, I'm using compose `1.0.0-beta08` but Im ...
# compose
c
Hey guys, I'm using compose
1.0.0-beta08
but Im not able to use modifiers... every extension is just red on the IDE does someone is having the same issue?
a
You should import
androidx.compose.ui.Modifier
instead of
java.lang.reflect.Modifier
.
💯 1
c
hahaahaha thanks man... noobie issues. But now it says
a
modifier: Modifier = Modifier
💯 1
c
🙈 Thankssss Albert!!
👍 1