hi everyone, did anyone face with issue on syncing...
# multiplatform
e
hi everyone, did anyone face with issue on syncing the dependency for Android platform specifically when it doesn't let me download the desired libraries. For example I added the implementation:
androidx.compose.foundation:foundation:1.8.0-alpha03
, but after done syncing I always get
androidx.compose.foundation:foundation-android:1.8.0-alpha03
it automatically changed to android version of that library not sure where did I go wrong, I'm new to kmp, thank you everyone!