compose-multiplatform-file-picker
compose-multiplatform-file-picker copied to clipboard
Remove material dependency
Hi, The library depends on material 2, despite it not needing it at all. It's also marked as api scope, which then carries down into applications using it. My material 3 application then picks up this material 2 dependency, which is frustrating.
https://github.com/Wavesonics/compose-multiplatform-file-picker/blob/c939e142834dd74747b666eb26879d1972478a20/mpfilepicker/build.gradle.kts#L70
https://github.com/Wavesonics/compose-multiplatform-file-picker/blob/c939e142834dd74747b666eb26879d1972478a20/mpfilepicker/build.gradle.kts#L80