You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/CardScannerCameraActivity.kt: (50, 26): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/CardScannerCameraActivity.kt: (50, 33): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/scanner_core/models/CardScannerOptions.kt: (27, 44): Type mismatch: inferred type is ArrayList<String!>? but List was expected
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/scanner_core/models/CardScannerOptions.kt: (33, 45): Type mismatch: inferred type is ArrayList<String!>? but List was expected
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':card_scanner: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.
I will try to run with 4 diff. type of kotlin version. but its generate same issue.
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.5.10'
The text was updated successfully, but these errors were encountered:
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/CardScannerCameraActivity.kt: (50, 26): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/CardScannerCameraActivity.kt: (50, 33): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/scanner_core/models/CardScannerOptions.kt: (27, 44): Type mismatch: inferred type is ArrayList<String!>? but List was expected
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/scanner_core/models/CardScannerOptions.kt: (33, 45): Type mismatch: inferred type is ArrayList<String!>? but List was expected
FAILURE: Build failed with an exception.
Execution failed for task ':card_scanner:compileDebugKotlin'.
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.
I will try to run with 4 diff. type of kotlin version. but its generate same issue.
The text was updated successfully, but these errors were encountered: