Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Kotlin version to 1.6 #314

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

mdeoliveira-hw
Copy link
Contributor

Summary

Upgrade kotlin version to mismatch version when build on RN > 0.69. It fixes the error of issue #309

Compatibility

OS Implemented
iOS
Android

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)
  • I've added Detox End-to-End Test(s)
  • I've created a snack to demonstrate the changes: LINK HERE

@reime005 reime005 merged commit b9de098 into Vydia:master Oct 7, 2022
github-actions bot pushed a commit that referenced this pull request Oct 7, 2022
# [6.6.0](v6.5.1...v6.6.0) (2022-10-07)

### Features

* **android:** increase kotlin version ([#314](#314)) ([b9de098](b9de098))
@github-actions
Copy link

github-actions bot commented Oct 7, 2022

🎉 This PR is included in version 6.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dylan-westbury
Copy link

Hi,

It now expects version 1.6.20


* What went wrong:
The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher.
The following dependencies do not satisfy the required version:
project ':react-native-background-upload' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0

@slatqh
Copy link

slatqh commented Feb 17, 2023

Confirm, it expecting 1.6.20

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher.
    The following dependencies do not satisfy the required version:
    project ':react-native-background-upload' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0

@kiratheone
Copy link

kiratheone commented Aug 15, 2023

The latest AGP version requires a higher version of kotlin-android-extensions. Alternatively, you can consider downgrading for another option.
I'm experiencing this issue too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants