react-native-camera-kit
react-native-camera-kit copied to clipboard
Rename 'kotlin_version' to 'kotlinVersion' in 'android/build.gradle'
Summary
ReactNative refers to the 'kotlinVersion' for Android builds. However,'react-native-camera-kit' refers to 'kotlin_version'. So I fixed it. (#511)
Someone should merge this I was also facing the same error with kotlin_version and needed to change it to kotlinVersion.
@mzzdxt Please review and merge this PR . Without it we are not able to use this library .
This was fixed with v14.0.0 in a separate PR. Thank you for the PR anyhow!