teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.42k stars 577 forks source link

Rename 'kotlin_version' to 'kotlinVersion' in 'android/build.gradle' #653

Open hx2ryu opened 2 months ago

hx2ryu commented 2 months ago

Summary

ReactNative refers to the 'kotlinVersion' for Android builds. However,'react-native-camera-kit' refers to 'kotlin_version'. So I fixed it. (#511)

harshlancer commented 2 weeks ago

Someone should merge this I was also facing the same error with kotlin_version and needed to change it to kotlinVersion.