This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Description
Describe the bug
implementation ("com.github.jaiselrahman:FilePicker:1.3.2")
public class "PickFile" not resolved for the version
Mentioned class "PickFile" not found
To Reproduce
Steps to reproduce the behavior:
- implementation ("com.github.jaiselrahman:FilePicker:1.3.2")
- minSdk = 27 targetSdk = 34, Kotlin
- try to implement the ```
ActivityResultLauncher which required ActivityResultLauncher registerForActivityResult(
@nonnull ActivityResultContract<I, O> contract,
@nonnull ActivityResultCallback callback)
4.Where in place of ActivityResultContract try to put the line of code mentioned in sample app code.
`final ActivityResultLauncher<Configurations> pickImage = registerForActivityResult(new PickFile().throughDir(true), new ActivityResultCallback<List<MediaFile>>() {}`
Here PickFile class not found.
**Expected behavior**
Expecting classname PickFile under the package `com.jaiselrahman.filepicker.activity`
**Screenshots**

**Android info (please complete the following information):**
- Device/Emulator
- API level
**Additional context**
Add any other context about the problem here.