cheonjaeung / gridlayout-compose

Missing non lazy grid layout for Compose Multiplatform.
https://cheonjaeung.github.io/gridlayout-compose
Apache License 2.0
47 stars 4 forks source link

iOS artifacts not published to Maven Central in v1.2.2? #21

Closed Skaldebane closed 7 months ago

Skaldebane commented 7 months ago

Hi there! Thanks for this awesome library.

I faced an issue while trying to add this to a KMP project (Kotlin 1.9.23 / Compose Multiplatform 1.6.1), as it fails while trying to download iOS artifacts.

Note that I use a Linux machine, so I can't build iOS projects anyways, but leaving iOS enabled doesn't cause me any issues (and I use quite a few KMP libraries without facing this issue). Your library's build.gradle.kts shows that iOS targets are specified, so maybe this is a publishing issue?

cheonjaeung commented 7 months ago

Thanks for reporting! You are right, It is publishing issue. A new version will be released soon.

cheonjaeung commented 7 months ago

@Skaldebane Try 2.0.0 version

Skaldebane commented 7 months ago

Thanks! I'll try it out ASAP.