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
68 stars 5 forks source link

Migrate to compose multiplatform #25

Open Deorigami opened 10 months ago

Deorigami commented 10 months ago

is there a plan to migrate this to compose multiplatform ?

landarskiy commented 10 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 10 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 10 months ago

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

Geka000 commented 3 months ago

Hello @landarskiy. I'm using your library in my Android project and trying to port it to compose multiplatform. Are there any updates on migration to multiplatform? I've just tried to fork and make migration by myself. The code migration is easy, but publication is where things get complicated.