dokar3 / ChipTextField

Editable chip layout for Compose Multiplatform
Apache License 2.0
91 stars 4 forks source link

Feature request: Support KMP #117

Closed doolle89 closed 7 months ago

doolle89 commented 9 months ago

Hi, It would be nice if you could update the project to support KMP, probably it doesn't require much work since m3 is already supported there. From what I saw the only Android specific thing would be awaitFrame

dokar3 commented 9 months ago

Good suggestion! But I haven't stepped into KMP yet, it will be KMP-compatible when I'm ready.

or

If anyone has an interest in this can create a PR for us, I've been lacking time to learn KMP recently.

dokar3 commented 7 months ago

Initial KMP support is available in v0.7.0-alpha01: https://github.com/dokar3/ChipTextField/releases/tag/v0.7.0-alpha01 iOS is not currently supported. Opened another issue to track #131

Deaths-Door commented 6 months ago

For anyone interested, I had created a KMP Compatible with M3 (at the time , it was not supported) some time ago , and it seems to be working fine.

Note : This was a copy of a now old version , so unless there were changes , it should work