So I wanted to publish github packages and this is...
# multiplatform
w
So I wanted to publish github packages and this is what I got The problem is when I use my library from github packages , I can find its code in common-android module and common-desktop module but in 
CommonMain
 its not appearing as if I did not add the library however I did I can call its code in 
DesktopMain
 & 
AndroidMain
 inside the 
common
 module but inside 
CommonMain
 the code is not available , even though the common package has clearly been published