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

the android gradle plugin supports only kotlin-android-extensions gradle plugin version 1.6.20 and higher #80

Open
senthalan0211 opened this issue Feb 27, 2023 · 6 comments

Comments

@senthalan0211
Copy link

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-image-crop-tools' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10

Change kotlin_version in build.gradle file

Old build.gradle in this package:
ext.kotlin_version = '1.6.10'

Changed in node modules:
ext.kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : '1.6.10'

Please change in the npm package

@AkshayItaliya01
Copy link

AkshayItaliya01 commented Jun 8, 2023

@senthalan0211 Have you got any solution?

@hhunaid
Copy link
Owner

hhunaid commented Jun 13, 2023

It's updated on master. Try testing it

@AkshayItaliya01
Copy link

Guys found any solution?

@hhunaid
Copy link
Owner

hhunaid commented Jul 8, 2023

Did you try using the master branch?

@skizzo
Copy link

skizzo commented Aug 15, 2023

Running into the same problem, how can this be fixed?

I installed this lib via npm install --save react-native-image-crop-tools, which installs version 1.6.4.

Thanks.

@margretheluth
Copy link

is this issue fixed?

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

No branches or pull requests

5 participants