icerockdev / moko-paging

Pagination logic in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
59 stars 7 forks source link

Update to Kotlin Coroutines to a newer version #49

Closed moffpage closed 2 years ago

moffpage commented 3 years ago

Hi! I'm using your library for pagination logic in commonMain, but unfortunately cannot build the project since Kotlin Coroutines 1.3, which your library uses, are incompatible with 1.5.* which are currently used by e.g. Jetpack Compose. Could you please update the dependencies?

moffpage commented 3 years ago

Sorry, build failure occurred due to another library's constraint, however I'd still leave this issue opened.