Questions tagged [jetpack-compose]
33 questions
0
votes
0 answers
jetpack compose multiplatform common dependencies not working
Hey I am trying to add a common dependency to work for both android and desktop but it doesn't work anywhere unless I put it directly in the android gradle file (then it works only for android).
gradle.properties
gradle common
gradle desktop
gradle…

DanSX
- 1
- 1
0
votes
1 answer
Nested Column doesn't Recompose
I have nested column, when I click add button the goal is add another text field and when I click delete button (which still hidden because first index) the goal is remove its text field. It seems doesn't recompose but the list size is changed.
I…

Erwin Kurniawan A
- 958
- 2
- 9
- 17
0
votes
0 answers
Passing arguments in Nested Navigation Graph JETPACK COMPOSE
I am trying to pass name from LoginPage to HomePage but i can't achieve it. I have tried many things but they are all wrong. I am new to android and i fill very confused at the moment.
This is my ROOTGRAPH
@Composable
fun…