react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

Plugin with id 'kotlin-android' not found.

Open MSAlamKhan opened this issue 1 year ago • 1 comments

I have integrated react-native-camera-kit in my react native application, the camera works fine in ios but on running it on android it throws the following error:

Build file '/Users/enornesspvtltd/Developer/ReactNative/SalTea-Sloth/node_modules/react-native-camera-kit/android/build.gradle' line: 2

  • What went wrong: A problem occurred evaluating project ':react-native-camera-kit'.

Plugin with id 'kotlin-android' not found.

My app is on react native : 0.71.3 before this i was getting another error regarding the kotlin_version, I was able to find the fix for that issue but I am stuck on this one.

MSAlamKhan avatar Aug 09 '24 09:08 MSAlamKhan

Did you add Kotlin to you project: https://github.com/teslamotors/react-native-camera-kit/blob/master/docs/kotlin.md

benedusi avatar Sep 17 '24 21:09 benedusi