-
Notifications
You must be signed in to change notification settings - Fork 340
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
The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. #350
Comments
+1 |
I resolved this with:
Then you can patch the package with this modification, to make it even if you run "yarn install" |
For some reason this didn't work for me, but changing the following lines in
|
This worked for us. @trusasha |
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
Try:
The text was updated successfully, but these errors were encountered: