-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hello,
When I try to build the application with the newest version of this library (v7.5.0) there is following error:
@microblink/blinkid-react-native/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativeModule.kt:39:7 'onActivityResult' overrides nothing. Potential signatures for overriding: fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent): Unit fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?): Unit FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':microblink_blinkid-react-native:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error.