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?
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?