vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
465 stars 16 forks source link

IOS #66

Closed the-best-is-best closed 1 month ago

the-best-is-best commented 1 month ago

val launcherPicker = rememberFilePickerLauncher( type = PickerType.Video, mode = PickerMode.Single, title = "Pick a media", ) { files -> println("files is ${files?.path}") }

files is null why