react-native-image-crop-tools
react-native-image-crop-tools copied to clipboard
the android gradle plugin supports only kotlin-android-extensions gradle plugin version 1.6.20 and higher
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
@senthalan0211 Have you got any solution?
It's updated on master. Try testing it
Guys found any solution?
Did you try using the master branch?
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.
is this issue fixed?