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

Publish for JVM #55

Closed msfjarvis closed 2 years ago

msfjarvis commented 2 years ago

Looking at the code I don't see anything specific that would make this any more complex than just adding a JVM target. With compose-jb allowing code sharing between mobile and desktop for UI, being able to share UI logic like pagination using this library would be immensely helpful.

msfjarvis commented 2 years ago

Would there be interest in a PR for this? I require the functionality for a personal project and am willing to resolve this.

Alex009 commented 2 years ago

@msfjarvis yes, it will be great

msfjarvis commented 2 years ago

Raised #56 adding the JVM target, tested with https://github.com/msfjarvis/compose-lobsters/pull/313.

Alex009 commented 2 years ago

will be available in 0.7.0

msfjarvis commented 2 years ago

Thank you!