Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 2.16.2 react-native-vision-camera:compileDebugKotlin FAILED #1974

Closed
3 of 5 tasks
OPEN-9 opened this issue Oct 11, 2023 · 9 comments
Closed
3 of 5 tasks

🔧 2.16.2 react-native-vision-camera:compileDebugKotlin FAILED #1974

OPEN-9 opened this issue Oct 11, 2023 · 9 comments
Labels
🔧 build error Issue is related to building VisionCamera in your project

Comments

@OPEN-9
Copy link

OPEN-9 commented Oct 11, 2023

How were you trying to build the app?

yarn android

Full build logs

> Task :react-native-vision-camera:compileDebugKotlin FAILED
e: /Users/open/Documents/www/sjlinkapp/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraViewModule.kt: (87, 116): Unresolved reference: resolveView
e: /Users/open/Documents/www/sjlinkapp/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/FrameProcessorRuntimeManager.kt: (59, 76): Unresolved reference: resolveView

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 --info or --debug option to get more log output. Run with --scan to get full insights.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':react-native-vision-camera:compileDebugKotlin'.
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:200)
        at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:198)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:179)
        at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109)
        at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
        at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
        at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
        at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
        at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
        at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
        at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:372)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:359)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:352)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:338)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
        at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
        at org.gradle.workers.internal.DefaultWorkerExecutor$WorkItemExecution.waitForCompletion(DefaultWorkerExecutor.java:336)
        at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:142)
        at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:94)
        at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForAll(DefaultAsyncWorkTracker.java:80)
        at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForCompletion(DefaultAsyncWorkTracker.java:68)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.run(ExecuteActionsTaskExecuter.java:563)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:56)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$run$1(DefaultBuildOperationExecutor.java:71)
        at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.runWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:45)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:71)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:540)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:523)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$300(ExecuteActionsTaskExecuter.java:108)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:271)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:260)
        at org.gradle.internal.execution.steps.ExecuteStep.lambda$execute$0(ExecuteStep.java:33)
        at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:33)
        at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:26)
        at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:67)
        at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:36)
        at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:49)
        at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:34)
        at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:43)
        at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:73)
        at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:54)
        at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:44)
        at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:54)
        at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:38)
        at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:42)
        at org.gradle.internal.execution.steps.CacheStep.executeWithoutCache(CacheStep.java:159)
        at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:72)
        at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:43)
        at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:44)
        at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:33)
        at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:38)
        at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:24)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:92)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:85)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
        at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:76)
        at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:37)
        at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:36)
        at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:26)
        at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:94)
        at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:49)
        at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:79)
        at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:53)
        at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
        at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:78)
        at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:78)
        at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
        at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:39)
        at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:40)
        at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:28)
        at org.gradle.internal.execution.impl.DefaultWorkExecutor.execute(DefaultWorkExecutor.java:33)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:187)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:179)
        at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109)
        at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
        at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
        at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
        at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
        at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
        at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
        at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:372)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:359)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:352)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:338)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
        at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: org.gradle.api.GradleException: Compilation error. See log for more details
        at org.jetbrains.kotlin.gradle.tasks.TasksUtilsKt.throwGradleExceptionIfError(tasksUtils.kt:22)
        at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.run(GradleKotlinCompilerWork.kt:135)
        at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction.execute(GradleCompilerRunnerWithWorkers.kt:79)
        at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:67)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:63)
        at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:97)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:63)
        at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
        at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
        at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
        at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:60)
        at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:200)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:215)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:131)
        ... 3 more


* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 36s
818 actionable tasks: 269 executed, 549 up-to-date

Project dependencies

{
 "react": "17.0.1", "react-native": "0.64.4", "react-native-reanimated": "2.2.1", "react-native-vision-camera": "2.16.2",
}

VisionCamera Version

"react-native-vision-camera": "2.16.2"

Target platforms

Android

Operating system

MacOS

Can you build the VisionCamera Example app?

I didn't try (⚠️ your issue might get ignored & closed if you don't try this)

Additional information

@OPEN-9 OPEN-9 added the 🔧 build error Issue is related to building VisionCamera in your project label Oct 11, 2023
@OPEN-9
Copy link
Author

OPEN-9 commented Oct 11, 2023

build.gradle

` {

    buildToolsVersion = "29.0.3"
    minSdkVersion = 24
    compileSdkVersion = 33
    targetSdkVersion = 33
    kotlinVersion = '1.6.20'
    ndkVersion = "23.1.7779620"
}
repositories {
    google()
    jcenter()
}
dependencies {
    classpath("com.android.tools.build:gradle:4.1.0")
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
    classpath 'com.google.gms:google-services:4.3.10'
    classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
}

}`

@OPEN-9 OPEN-9 changed the title 🔧 react-native-vision-camera:compileDebugKotlin FAILED 🔧 2.16.2 react-native-vision-camera:compileDebugKotlin FAILED Oct 11, 2023
@OPEN-9
Copy link
Author

OPEN-9 commented Oct 11, 2023

Update the above configuration and run the yarn android again.

`
{
        buildToolsVersion = "33.0.0"
        minSdkVersion = 26
        compileSdkVersion = 33
        targetSdkVersion = 33
        kotlinVersion = '1.7.21'
        VisionCameraCodeScanner_targetSdkVersion = 31
        VisionCameraCodeScanner_compileSdkVersion = 31
        ndkVersion = "23.1.7779620"
  }`

During the packaging process, an error was reported.

Task :react-native-vision-camera:compileDebugKotlin FAILED
e: /Users/open/Documents/www/sjlinkapp/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraViewModule.kt: (87, 116): Unresolved reference: resolveView
e: /Users/open/Documents/www/sjlinkapp/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/FrameProcessorRuntimeManager.kt: (59, 76): Unresolved reference: resolveView

image

@zzz08900
Copy link
Contributor

Last time I tried, you need the latest version or RN to run vision-camera v2.16.2 or v3.

I have no idea if any version of vision-camera works with RN 0.64 - probably no such version exists.

@thomarnauld
Copy link

"react-native": "0.72.5",
"react-native-reanimated": "3.5.4",
"react-native-vision-camera": "2.16.2",
"vision-camera-code-scanner": "^0.2.0",
"react-native-worklets-core": "^0.2.0",

work on release fine but to make it work on debug you have to delete .gradle before build

@mrousavy
Copy link
Owner

Maybe some cache issue. Try upgrading to VisionCamera V3

@nguyendinhdoan
Copy link

I'm having the same issue

@nbolender
Copy link

@nguyendinhdoan This worked for me: #1547 (comment)

@nguyendinhdoan
Copy link

@nguyendinhdoan This worked for me: #1547 (comment)

Thanks! I have to upgrade RN to v71 to fix the issue

@vikramsinh-iottive
Copy link

Task :react-native-vision-camera:compileDebugKotlin

Task :react-native-vision-camera:compileDebugKotlin FAILED
85 actionable tasks: 80 executed, 5 up-to-date
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/ea29b801ba52254bc4a97ba54bf160d1/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/ea29b801ba52254bc4a97ba54bf160d1/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcherKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/JobKt__JobKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:10:46 Unresolved reference: FrameworkAPI
e: file:///D:/vikram/20025/Vikram/TTL360/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:17:8 Unresolved reference: FrameworkAPI
e: file:///D:/vikram/20025/Vikram/TTL360/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:17:8 An annotation argument must be a compile-time constant
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class

FAILURE: Build completed with 2 failures.

1: Task 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.
==============================================================================

2: Task failed with an exception.

  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • 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.
==============================================================================

BUILD FAILED in 33s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/ea29b801ba52254bc4a97ba54bf160d1/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/ea29b801ba52254bc4a97ba54bf160d1/transformed/jetified-kotlinx-coroutines-android-1.9.0.jar!/kotlinx/coroutines/android/HandlerDispatcherKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/Mutex.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/sync/MutexKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/JobKt__JobKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuationKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CancellableContinuation.class
e: file:///D:/vikram/20025/Vikram/TTL360/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:10:46 Unresolved reference: FrameworkAPI
e: file:///D:/vikram/20025/Vikram/TTL360/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:17:8 Unresolved reference: FrameworkAPI
e: file:///D:/vikram/20025/Vikram/TTL360/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:17:8 An annotation argument must be a compile-time constant
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Dispatchers.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/MainCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorCoroutineDispatcher.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/ExecutorsKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScopeKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/Job.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineScope.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/CoroutineStart.class
e: file:///D:/vikram/20025/Vikram/TTL360/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/BAPS/.gradle/caches/transforms-3/7b40a01955689d9c36c09139156fe4bb/transformed/jetified-kotlinx-coroutines-core-jvm-1.9.0.jar!/kotlinx/coroutines/BuildersKt__Builders_commonKt.class

FAILURE: Build completed with 2 failures.

1: Task 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.
==============================================================================

2: Task failed with an exception.

  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • Try:

Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.

  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • Try:

Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.

  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • Try:

2: Task failed with an exception.

  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • Try:
    2: Task failed with an exception.


  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • Try:

  • What went wrong:
    java.lang.StackOverflowError (no error message)

  • Try:
    java.lang.StackOverflowError (no error message)

  • Try:

  • Try:

Run with --stacktrace option to get the stack trace.

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
Run with --scan to get full insights.
==============================================================================
==============================================================================

BUILD FAILED in 33s

at makeError (D:\vikram\20025\Vikram\TTL360\node_modules\@react-native-community\cli-platform-android\node_modules\execa\index.js:174:9)
at D:\vikram\20025\Vikram\TTL360\node_modules\@react-native-community\cli-platform-android\node_modules\execa\index.js:278:16
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runOnAllDevices (D:\vikram\20025\Vikram\TTL360\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:85:5)
at async Command.handleAction (D:\vikram\20025\Vikram\TTL360\node_modules\@react

Below is my package file

"dependencies": {
"@react-native-firebase/app": "^21.7.1",
"@react-native-firebase/ml": "^21.7.1",
"react": "18.2.0",
"react-native": "0.71.0",
"react-native-vision-camera": "^4.6.3",
"vision-camera-barcode-scanner": "^0.2.2"
},

Please solve the above issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 build error Issue is related to building VisionCamera in your project
Projects
None yet
Development

No branches or pull requests

7 participants