touchlane / gridpad-android

GridPad is a Jetpack Compose library that allows you to place UI elements in a predefined grid, manage spans in two dimensions, have flexible controls to manage row and column sizes.
MIT License
63 stars 5 forks source link

Migrate to compose multiplatform #25

Open Deorigami opened 5 months ago

Deorigami commented 5 months ago

is there a plan to migrate this to compose multiplatform ?

landarskiy commented 5 months ago

Hi @Deorigami , and thanks for your interest in this library.

We've never really thought about that, but it's a good idea. I'll add it to my roadmap. I can't guarantee a specific date, but I think we can expect the library to be available in the Compose Multiplatform world as well.

Deorigami commented 5 months ago

currently i just download the files in the module and then put it on common module on my project and its work

landarskiy commented 5 months ago

Yes, the library doesn't use anything Compose Multiplatform doesn't support. It's more of an infrastructure kind of work.