Closed rom4ster closed 4 months ago
So there is no reason that I can see for why you require this library to be an ANDROID ONLY library.
Please correct me if I am wrong but this is a very convenient to have composable so why not make it available to all users instead of only publishing builds for android users and shutting out other compile targets?
I've already had planned to release a multiplatform variant when Compose Multiplatform 1.6 becomes stable.
Unfortunately, I don't have any Apple devices, and therefore, I'm unable to run tests on iOS and MacOS targets.
Partial support would be nice for at least desktop targets. Worst case I can just copy paste the classes but thats not a robust solution.
I'll try to bring multiplatform support soon. Since the library is compose based, there shouldn't be any issues on different targets.
The library now supports Compose Multiplatform and here is what to expect:
So there is no reason that I can see for why you require this library to be an ANDROID ONLY library.
Please correct me if I am wrong but this is a very convenient to have composable so why not make it available to all users instead of only publishing builds for android users and shutting out other compile targets?