MFlisar

Results 75 comments of MFlisar

The artifact is wrong in the docs - it's just `kotpreferences`. And all is hosted on maven central now (the docs setup page does show that already even for compose...

issue is redundant now so I close it

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...

So far I'm done with this. Here's some explanation on why I currently tag the release as pre release and compatibility with other libraries: https://github.com/MFlisar/compatibility/blob/main/readme.md

Thanks for the info - I did not know that. I tried to implement missing things in my libraries for iOS as well, it's mostly file access stuff only =>...

I test all my libraries on windows, wasm and android but iOS and mac is missing... I plan to buy a mac mini at the beginning of next year and...

this library is published for iOS so you could try it already...

> Your example does not work for KMP. You used BuildConfig.DEBUG for enabling. There is no BuildConfig for KMP. For iOS there is no debug vs. release builds for iOS...

> DebugDrawerInfo takes a String for the info parameter. Why isn't that just of Any? type and then you do the toString on that. That makes it easier to use....

**DebugDrawerInfo** The `info` parameter is passed to the `Text` composable - this does take a string so I expose a string... It does not make sense to expose `Any` and...