๐ง A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
How were you trying to build the app?
I tried to install, prebuild and run with the following:
npx expo install react-native-vision-camera
npx expo prebuild
npx expo run:android
I somehow got a different error (different from what I have provided below) after I changed kotlinVersion = '1.8.0' on android/build.gradle but I can't reproduce the different error anymore.
Furthermore, I'm getting errors when building the example app. Android Studio shows errors about a package that leads to node_modules. But, npm install shows dependency errors.
I don't know what to do anymore.
Full build logs
$ npx expo prebuild --clean
Warning! Your git working tree is dirty.
It's recommended to commit all your changes before proceeding, so you can revert the changes made by this command if necessary.
โ Would you like to proceed? ... yes
โ Cleared android code
โ Created native directory
โ Updated package.json | no changes
ยป android: androidStatusBar.backgroundColor: Color conflicts with the splash.backgroundColor
ยป android: userInterfaceStyle: Install expo-system-ui in your project to enable this feature.
โ Finished prebuild
Aia@LAPTOP-VC332DRM MINGW64 ~/Desktop/revel (master)
$ npx expo run:android
โบ Building app...
Configuration on demand is an incubating feature.
> Configure project :app
?? Applying gradle plugin 'expo-dev-launcher-gradle-plugin' ([email protected])
?? Applying gradle plugin 'expo-updates-gradle-plugin' ([email protected])
> Configure project :react-native-firebase_app
:react-native-firebase_app package.json found at C:\Users\Aia\Desktop\revel\node_modules\@react-native-firebase\app\package.json
:react-native-firebase_app:firebase.bom using default value: 33.7.0
:react-native-firebase_app:play.play-services-auth using default value: 21.2.0
:react-native-firebase_app package.json found at C:\Users\Aia\Desktop\revel\node_modules\@react-native-firebase\app\package.json
:react-native-firebase_app:version set from package.json: 21.7.0 (21,7,0 - 21007000)
:react-native-firebase_app:android.compileSdk using custom value: 34
:react-native-firebase_app:android.targetSdk using custom value: 34
:react-native-firebase_app:android.minSdk using custom value: 23
:react-native-firebase_app:reactNativeAndroidDir C:\Users\Aia\Desktop\revel\node_modules\react-native\android
> Configure project :expo
Using expo modules
- expo-av (13.10.6)
- expo-camera (14.1.3)
- expo-constants (15.4.6)
- expo-dev-client (3.3.12)
- expo-dev-launcher (3.6.10)
- expo-dev-menu (4.5.8)
- expo-eas-client (0.11.2)
- expo-file-system (16.0.9)
- expo-font (11.10.3)
- expo-image (1.10.6)
- expo-image-loader (4.6.0)
- expo-image-picker (14.7.1)
- expo-json-utils (0.12.3)
- expo-keep-awake (12.8.2)
- expo-linear-gradient (12.7.2)
- expo-manifests (0.13.2)
- expo-modules-core (1.11.14)
- expo-modules-core$android-annotation (1.11.14)
- expo-modules-core$android-annotation-processor (1.11.14)
- expo-splash-screen (0.26.5)
- expo-structured-headers (3.7.2)
- expo-updates (0.24.13)
- expo-video-thumbnails (7.9.0)
> Configure project :react-native-reanimated
Android gradle plugin: 8.1.1
Gradle: 8.3
> Configure project :react-native-vision-camera
[VisionCamera] Thank you for using VisionCamera ??
[VisionCamera] If you enjoy using VisionCamera, please consider sponsoring this project: https://github.com/sponsors/mrousavy
[VisionCamera] node_modules found at C:\Users\Aia\Desktop\revel\node_modules
[VisionCamera] VisionCamera_enableFrameProcessors is set to true!
[VisionCamera] react-native-worklets-core not found, Frame Processors are disabled!
[VisionCamera] VisionCamera_enableCodeScanner is set to false!
> Task :react-native-vision-camera:compileDebugKotlin FAILED
e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:8:27 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:22:38 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:29:7 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:29:37 Class 'kotlinx.coroutines.android.HandlerDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/cd54ff48869126b33de235e6dac1117b/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:29:37 Class 'kotlinx.coroutines.android.HandlerDispatcherKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/cd54ff48869126b33de235e6dac1117b/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcherKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:30:18 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:30:38 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:30:38 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:61:24 Class 'kotlinx.coroutines.sync.Mutex' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:61:24 Class 'kotlinx.coroutines.sync.MutexKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:108:5 Class 'kotlinx.coroutines.sync.Mutex' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:108:11 Class 'kotlinx.coroutines.sync.Mutex' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:108:11 Class 'kotlinx.coroutines.sync.MutexKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:30:3 Class 'kotlinx.coroutines.CancellableContinuationKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:63:15 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:65:13 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:70:15 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:71:13 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:10:27 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:20:53 Class 'kotlinx.coroutines.JobKt__JobKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/JobKt__JobKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:20 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:32 Class 'kotlinx.coroutines.MainCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:37 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:37 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/utils/runOnUiThread.kt:14:10 Class 'kotlinx.coroutines.CancellableContinuationKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/utils/runOnUiThread.kt:16:11 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/utils/runOnUiThread.kt:18:7 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:32 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:32 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:56 Class 'kotlinx.coroutines.ExecutorCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:56 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:29:27 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:36 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:36 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:51 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:63 Class 'kotlinx.coroutines.MainCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:42 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:42 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:85 Class 'kotlinx.coroutines.ExecutorCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:85 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:60:9 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:60:34 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:60:34 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:61:7 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:61:32 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:61:32 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///C:/Users/Aia/Desktop/revel/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
The class is loaded from C:/Users/Aia/.gradle/caches/transforms-3/a6ab56d415e03a3a263a7cee4adc37fe/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-vision-camera:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2m 23s
593 actionable tasks: 101 executed, 476 from cache, 16 up-to-date
Error: C:\Users\Aia\Desktop\revel\android\gradlew.bat exited with non-zero code: 1
Error: C:\Users\Aia\Desktop\revel\android\gradlew.bat exited with non-zero code: 1
at ChildProcess.completionListener (C:\Users\Aia\Desktop\revel\node_modules\@expo\spawn-async\build\spawnAsync.js:52:23)
at Object.onceWrapper (node:events:634:26)
at ChildProcess.emit (node:events:519:28)
at cp.emit (C:\Users\Aia\Desktop\revel\node_modules\@expo\spawn-async\node_modules\cross-spawn\lib\enoent.js:34:29)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
...
at Object.spawnAsync [as default] (C:\Users\Aia\Desktop\revel\node_modules\@expo\spawn-async\build\spawnAsync.js:17:21)
at spawnGradleAsync (C:\Users\Aia\Desktop\revel\node_modules\@expo\cli\build\src\start\platforms\android\gradle.js:72:46)
at Object.assembleAsync (C:\Users\Aia\Desktop\revel\node_modules\@expo\cli\build\src\start\platforms\android\gradle.js:52:18)
at runAndroidAsync (C:\Users\Aia\Desktop\revel\node_modules\@expo\cli\build\src\run\android\runAndroidAsync.js:36:24)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Project dependencies
"@expo-google-fonts/inter": "^0.2.3",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.7.0",
"@react-native-firebase/app": "^21.0.0",
"@rn-primitives/slot": "^1.0.4",
"@rn-primitives/types": "^1.0.4",
"@types/react": "~18.2.45",
"babel-plugin-module-resolver": "^5.0.2",
"bottom-yeet": "CarterSnich/react-native-bottom-sheet",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "~50.0.20",
"expo-av": "~13.10.6",
"expo-camera": "~14.1.3",
"expo-checkbox": "~2.7.0",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.12",
"expo-font": "~11.10.3",
"expo-image": "~1.10.6",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.13",
"expo-video-thumbnails": "~7.9.0",
"firebase": "^10.13.2",
"nanoid": "^5.0.8",
"npm": "^10.4.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-dialog": "^9.3.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "~1.8.0",
"react-native-pager-view": "6.2.3",
"react-native-pressable-opacity": "^1.0.10",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-vision-camera": "^4.3.2",
"react-native-webview": "13.6.4",
"rn-faded-scrollview": "^1.0.13",
"typescript": "^5.3.0"
VisionCamera Version
4.3.2
Target platforms
Android
Operating system
Windows
Can you build the VisionCamera Example app?
No, I cannot build the Example app either
Additional information
- [x] I am using Expo
- [ ] I have enabled Frame Processors (react-native-worklets-core)
- [x] I have read the Troubleshooting Guide
- [x] I agree to follow this project's Code of Conduct
- [x] I searched for similar issues in this repository and found none.
Guten Tag, Hans here ๐ป.
Thank you for detailing your issue! It looks like you're encountering a Kotlin compatibility problem which suggests that the version of dependencies in your project is mismatched.
Please double-check your Kotlin version in android/build.gradle. You currently have kotlinVersion = '1.8.0', but the error logs indicate incompatibility with classes compiled using Kotlin version 2.0.0. Try updating your Kotlin version or resolving the version conflicts in your dependencies.
Also, please make sure your project dependencies are up-to-date, especially react-native-vision-camera, so they align correctly.
If you continue having issues, feel free to share additional build logs, and make sure to check if the problem persists in a fresh environment or a simple example project.
We appreciate your patience and efforts in troubleshooting this!
Note: If you think I made a mistake, please ping
@mrousavyto take a look.
Hello, I'm getting the same error. I tried messing with kotlin versions without any luck. Here is my versions: "expo": "~50.0.19", "react-native": "0.73.6", "react-native-vision-camera": "^4.6.3",
Here is logs of mine:
`> Configure project :react-native-vision-camera [VisionCamera] Thank you for using VisionCamera โค๏ธ [VisionCamera] If you enjoy using VisionCamera, please consider sponsoring this project: https://github.com/sponsors/mrousavy [VisionCamera] node_modules found at /Users/me/Desktop/project-m/node_modules [VisionCamera] VisionCamera_enableFrameProcessors is set to true! [VisionCamera] react-native-worklets-core not found, Frame Processors are disabled! [VisionCamera] VisionCamera_enableCodeScanner is set to false!
Task :react-native-vision-camera:compileDebugKotlin FAILED e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:8:27 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:22:38 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:29:7 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:29:37 Class 'kotlinx.coroutines.android.HandlerDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/c713640e075fbf342b9a60e94c10968f/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:29:37 Class 'kotlinx.coroutines.android.HandlerDispatcherKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/c713640e075fbf342b9a60e94c10968f/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcherKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:30:18 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:30:38 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraQueues.kt:30:38 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:61:24 Class 'kotlinx.coroutines.sync.Mutex' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:61:24 Class 'kotlinx.coroutines.sync.MutexKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:108:5 Class 'kotlinx.coroutines.sync.Mutex' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:108:11 Class 'kotlinx.coroutines.sync.Mutex' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt:108:11 Class 'kotlinx.coroutines.sync.MutexKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:30:3 Class 'kotlinx.coroutines.CancellableContinuationKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:63:15 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:65:13 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:70:15 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ImageCapture+takePicture.kt:71:13 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:10:27 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:20:53 Class 'kotlinx.coroutines.JobKt__JobKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/JobKt__JobKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:20 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:32 Class 'kotlinx.coroutines.MainCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:37 Class 'kotlinx.coroutines.CoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/extensions/ListenableFuture+await.kt:31:37 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/utils/runOnUiThread.kt:14:10 Class 'kotlinx.coroutines.CancellableContinuationKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/utils/runOnUiThread.kt:16:11 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/core/utils/runOnUiThread.kt:18:7 Class 'kotlinx.coroutines.CancellableContinuation' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:32 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:32 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:56 Class 'kotlinx.coroutines.ExecutorCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:26:56 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraDevicesManager.kt:65:20 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:29:27 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:36 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:36 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:51 Class 'kotlinx.coroutines.Dispatchers' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:112:63 Class 'kotlinx.coroutines.MainCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:156:24 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraView.kt:264:24 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:42 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:42 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:85 Class 'kotlinx.coroutines.ExecutorCoroutineDispatcher' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:56:85 Class 'kotlinx.coroutines.ExecutorsKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:60:9 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:60:34 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:60:34 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:61:7 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:61:32 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:61:32 Class 'kotlinx.coroutines.CoroutineScopeKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:93:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:103:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:120:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:138:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:149:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:160:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:171:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:5 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.Job' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.CoroutineScope' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.CoroutineStart' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class e: file:///Users/me/Desktop/project-m/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/react/CameraViewModule.kt:182:30 Class 'kotlinx.coroutines.BuildersKt__Builders_commonKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from /Users/me/.gradle/caches/transforms-3/54680d397213095549c79e475a80aa6b/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':react-native-vision-camera:compileDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction Compilation error. See log for more details`
Please double-check your Kotlin version in
android/build.gradle. You currently havekotlinVersion = '1.8.0', but the error logs indicate incompatibility with classes compiled using Kotlin version2.0.0. Try updating your Kotlin version or resolving the version conflicts in your dependencies.
Already tried changing kotlinVersion to 1.8.0 and 2.0.0, nothing changes. It seems like it is ignored when running npx expo run:android.
Hello, i finally temporarly solved the issue after immense hours of debug and I want to share my solution.
First, lets remove gradle alltogether (i had cache issues):
sudo rm -rf ~/.gradle
Then remove node modules on repo rm -rf node_modules
install node modules npm install
Downgrade vision camera library to version 4.3.2 as im using react-native version of 0.73.6
npm i [email protected]
if using expo, clean prebuild npx expo prebuild --platform=android --clean you can also run ./gradlew clean on ./android folder to make sure no caches present
then clear metro cache and start the app sudo rm -rf $TMPDIR/metro-cache npx expo run:android
Hope this helps!
Hello, i finally temporarly solved the issue after immense hours of debug and I want to share my solution. First, lets remove gradle alltogether (i had cache issues):
sudo rm -rf ~/.gradleThen remove node modules on reporm -rf node_modulesinstall node modulesnpm installDowngrade vision camera library to version 4.3.2 as im using react-native version of 0.73.6npm i [email protected]if using expo, clean prebuildnpx expo prebuild --platform=android --cleanyou can also run./gradlew cleanon ./android folder to make sure no caches present then clear metro cache and start the appsudo rm -rf $TMPDIR/metro-cachenpx expo run:androidHope this helps!
That worked! I think removing ~/.gradle did it. Still got tons of warnings, tho.
This patch helped me get past the build error. Kotlin version 2.0.21 and RN 0.77.0
diff --git a/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt b/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt
index 862c03a14680566280adfb48dd14b02781844d8d..5a31c764a642c35493fc7b1b1b2e48ae01f2047c 100644
--- a/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt
+++ b/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt
@@ -90,7 +90,8 @@ class CameraSession(internal val context: Context, internal val callback: Callba
}
}
- override fun getLifecycle(): Lifecycle = lifecycleRegistry
+ override val lifecycle: Lifecycle
+ get() = lifecycleRegistry
/**
* Configures the [CameraSession] with new values in one batch.
This patch helped me get past the build error. Kotlin version 2.0.21 and RN 0.77.0
diff --git a/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt b/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt index 862c03a14680566280adfb48dd14b02781844d8d..5a31c764a642c35493fc7b1b1b2e48ae01f2047c 100644 --- a/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt +++ b/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt @@ -90,7 +90,8 @@ class CameraSession(internal val context: Context, internal val callback: Callba } } - override fun getLifecycle(): Lifecycle = lifecycleRegistry + override val lifecycle: Lifecycle + get() = lifecycleRegistry /** * Configures the [CameraSession] with new values in one batch.
thank you very much. you saved my time
I am facing a build issue. org.jetbrains.kotlin.gradle.tasks.CompilationErrorException: Compilation error
react-native:0.73.7 react:18.2.0. react-native-vision-camera:4.6.3 kotlinVersion:1.8.0
@gkasireddy202 did you find the solution for this? the patch doesn't work for me
@saif482 - Please try with "react-native-vision-camera": "^4.3.2"
Hello, i finally temporarly solved the issue after immense hours of debug and I want to share my solution. First, lets remove gradle alltogether (i had cache issues):
sudo rm -rf ~/.gradleThen remove node modules on reporm -rf node_modulesinstall node modulesnpm installDowngrade vision camera library to version 4.3.2 as im using react-native version of 0.73.6npm i [email protected]if using expo, clean prebuildnpx expo prebuild --platform=android --cleanyou can also run./gradlew cleanon ./android folder to make sure no caches present then clear metro cache and start the appsudo rm -rf $TMPDIR/metro-cachenpx expo run:androidHope this helps!
This worked for me, thanks!
Hello, i finally temporarly solved the issue after immense hours of debug and I want to share my solution. First, lets remove gradle alltogether (i had cache issues):
sudo rm -rf ~/.gradleThen remove node modules on reporm -rf node_modulesinstall node modulesnpm installDowngrade vision camera library to version 4.3.2 as im using react-native version of 0.73.6npm i [email protected]if using expo, clean prebuildnpx expo prebuild --platform=android --cleanyou can also run./gradlew cleanon ./android folder to make sure no caches present then clear metro cache and start the appsudo rm -rf $TMPDIR/metro-cachenpx expo run:androidHope this helps!