MateriiApps / pullrefresh

Standalone pull to refresh library for Jetpack Compose multiplatform.
MIT License
70 stars 4 forks source link

Bump dependencies #13

Closed tom-pratt closed 4 months ago

tom-pratt commented 4 months ago

The compose multiplatform version needed to be bumped to be compatible with projects using kotlin 2.0.0 and related compose versions. Bump other dependencies at the same time.

Bump kotlin and compose according to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html#migrating-a-compose-multiplatform-project

Fixes the issue where a project which has already been updated using this library gets the error: https://github.com/JetBrains/compose-multiplatform/issues/4277

wingio commented 4 months ago

Thanks!