compose-multiplatform-file-picker icon indicating copy to clipboard operation
compose-multiplatform-file-picker copied to clipboard

Remove material dependency

Open zt64 opened this issue 1 year ago • 0 comments

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

zt64 avatar May 21 '24 23:05 zt64