alexzhirkevich / compose-cupertino

Compose Multiplatform UI components for iOS (Cupertino Widgets)
Apache License 2.0
952 stars 33 forks source link

Roll out release for Kotlin 2.0.0 #52

Closed blakelee closed 1 month ago

blakelee commented 1 month ago

Hey, I just discovered this project and saw that there were a few commits to support Kotlin 2.0.0. I was wondering if there are other bugs fixes that need to be done before a release or if we should be expecting a release pretty soon? I just saw this library but I'm on Kotlin 2.0.0 for my project and can't use it yet. Great job with the work you've done!

alexzhirkevich commented 1 month ago

How does Kotlin version stop you from using the library?

blakelee commented 1 month ago

I was having issues with the Cupertino adaptive library on iOS when building that I assumed were due to some kotlin 2.0.0 changes

begali commented 1 month ago

@blakelee If you get missing resources error, delete build folder in your project. I am using kotlin 2.0.0 and compose multiplatform 1.6.10.

blakelee commented 1 month ago

It looked to be an issue with some code generation strangely enough. I reimported the library and now it seems to be working 🤷

I'll reopen if I can reproduce it and see which iOS component it is.