node_modules\react-native-camera-kit\android\src\main\java\com\rncamerakit\CKCamera.kt: (183, 17): 'onScale' overrides nothing surya432 changed the titleExecution failed for task ':react-native-camera-kit:compileDebugKotlin'. In compileSdkVersion 33CKCamera.kt: (183, 17): 'onScale' overri...
implementation (project(':react-native-camera')) { exclude group: "com.google.android.gms" exclude group: "com.google.android.gms", module: "play-services-vision" exclude group: "com.google.firebase", module: "firebase-ml-vision-face-model" } implementation ("com.google.firebase:firebase-ml...
What's happening? I am using the latest version of react-native-vision-camera@3.1.0, The app is working fine on a Physical iPhone 12 and iPhone 13 pro max device, but It crashes in the Xcode simulator I didn't care since it working on ac...
Hello, I agree this may not be a problem with the react-native-vision-camera, although it appeared after adding it to the project. I modified myandroid/build.gradlewithkotlinVersion="1.6.20"but the problem still exists. I will contact the developers of the packages that cause the error wit...
AddingkotlinVersion =1.7.0to myandroid/gradle.propertiesfile in my project fixed it for me. imran1992 commentedon Feb 14, 2023 imran1992 DanielGannage mentioned thison Feb 14, 2023 muzhaqi16 mentioned thison Mar 10, 2023 feat: ✨ V3 ✨mrousavy/react-native-vision-camera...
Device info (Simulator/Device? OS version? Debug/Release?): N/A aliraza-noon, LupulescuAlexandru, mariobrubio, V-in, GaetanB999, and alexeykomov reacted with thumbs up emojibishboi reacted with eyes emoji 👍 👀 wilkuintheairadded a commit to wilkuintheair/react-native-camera-kit that...
To solve this issue, you can try upgrading the Kotlin Gradle plugin version in the react-native-vision-camera project to version 1.6.20 or higher, which is supported by the Android Gradle plugin version you are using. Go tonode_modules/react-native-vision-camera/android/build.gradle ...
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-vision-camera' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30 ...
> Task :react-native-vision-camera:compileDebugKotlin FAILED w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: /Users/chuy/.gradle/caches/transforms-2/files-2.1/a7540161cf872bf6844fda8893063aa6/jetified-kotlin-stdlib-jdk8-1.5.30....
Trying to install react-native-vision-camera. Reproduceable Code No response What happened instead? The build failed on ANDROID. One thing i want to mention is that there is a similar issue#515, BUT the workarounds mentioned over there can not solve this issue because this issue log also ...