kuuuurt / multiplatform-paging

Kotlin Multiplatform library for Pagination
Apache License 2.0
250 stars 22 forks source link

Javascript support? #14

Open ankushg opened 3 years ago

ankushg commented 3 years ago

Hi there!

Any chance for Kotiln/JS support?

Looking through the codebase, the only iOS-specific code I was able to see in the iosMain directory are all the platform.darwin.* imports in DispatcherHelpers.

Is that accurate?

kuuuurt commented 3 years ago

Hey. I'd love to have support for JS but I haven't really touched on it yet and I'm finding it hard to find time to update my projects. I would love contributions around that area so feel free to make a PR.

Yes, I think so. That's the only iOS-specific code. I think we can re-use the same logic for other platforms.