hedzr / android-file-chooser

a lightweight file/folder chooser or picker
Apache License 2.0
284 stars 62 forks source link

Remove kotlin plugin from library #71

Closed joielechong closed 5 years ago

joielechong commented 5 years ago

For the library module, I think you can safely remove the apply plugin: 'kotlin-android' and implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" from dependencies. I try running the sample app with the two above removed and the app is running smoothly.

I can send you a PR to let me remove them.

hedzr commented 5 years ago

You're right, @joielechong , that's my bad. Waiting for the PR on master, we would release it with our works.

joielechong commented 5 years ago

@hedzr: I have create a PR.. please take a look. ;)

joielechong commented 5 years ago

Thanks for the merge!