You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: