HBiSoft / PickiT

An Android library that returns real paths from Uri's
MIT License
292 stars 54 forks source link

Migrate to kotlin #18

Closed onimur closed 4 years ago

onimur commented 4 years ago

I migrated the library to the kotlin. I would also like to make the code cleaner, and change the getPath method to pass more parameters of Uri, for those who will use it to have the option of sending a list of files to be analyzed.

Obs: I created a new branch to avoid conflict with the java version.