Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
720 stars 325 forks source link

Update Kotlin Version to 1.6.20 #339

Closed TheUltDev closed 9 months ago

TheUltDev commented 10 months ago

Fixes React Native 0.72

AlkanV commented 10 months ago

this is need for apps that using gradle version 7.3 or above. including me i believe there are multiple projects awaiting this PR to be merged. for example, i did manual modifications on node_modules to make it work. Can we merge this PR as soon as possible? Thanks

AlkanV commented 10 months ago

@reime005 hey, could you please take a look at this PR?

thanks

JonathanColetti commented 9 months ago

The error for this incase anyone was wondering is The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher

cchampou commented 9 months ago

@TheUltDev I'll be using your branch in my project, since I have the same issue and this may work pretty well.

TheUltDev commented 9 months ago

Closing this since it's a duplicate of #320 which is a more permanent solution.

dusanristic commented 8 months ago

I believe this is not a duplication of #320. If you check what has changed, it's only the way we set the Kotlin version, whereas this issue is focused on upgrading Kotlin to 1.6.20. Merging #320 will not solve the problem we are currently facing; in other words, it will not update the Kotlin version.

Hasham24 commented 6 months ago

Still encountering this problem with React Native version 0.72.8, and the error persists as follows:Screenshot 2024-01-09 at 4 37 31 PM