MFlisar / ComposeDebugDrawer

Compose DebugDrawer for Android - Material3 Design (easily extendible)
https://mflisar.github.io/ComposeDebugDrawer/
Apache License 2.0
36 stars 3 forks source link

Support Compose Multiplatform #1

Open dalewking opened 2 months ago

dalewking commented 2 months ago

Currently this is Android only. Now that Compose Multiplatform is a thing would be nice to support other platforms

MFlisar commented 2 months ago

I currently just started converting my compose libraries to KMP... I'm currently converting my KotPreferences library and will step by step convert all my compose libraries afterwards...

I will only support android and jvm though - if a library is KMP only then it should work everywhere, if not, I can not provide an iOS implementation myself as I don't own a mac to make any tests nor do I have experience with native iOS coding yet...

I can't say when this library will be updated yet, though