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).
I tried to use any library in commonMain so I can build a ui for all platforms in one code, I expected any dependency that I put in commonMain to work in commonMain but none of them does it's like it totally ignores what I import