Can anyone help with this question on StackOverflo...
# compose-desktop
a
j
What build of Compose for Desktop are you using? Also, please post a complete minimal repro to github, because when I try to reproduce based on the code in your SO post, it seems to do exactly what I think you were requesting
a
Screenshot of my dependency @jim
j
That is not a complete minimal repro: • Incomplete: References a
Sales
object type, which is not defined • Incomplete: Does not contain a gradle script to compile/test • Not Minimal: You almost certainly don't need calls to
remember
,
Sales
,
mutableStateOf
, etc.
a
My bad, I thought the main file was enough to identify the issue.