document_scanner_flutter icon indicating copy to clipboard operation
document_scanner_flutter copied to clipboard

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':document_scanner_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Open SonHoang1002 opened this issue 2 years ago • 5 comments

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':document_scanner_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

SonHoang1002 avatar Nov 16 '23 03:11 SonHoang1002

Exactly same issue here.

ahmadhanis avatar Nov 26 '23 12:11 ahmadhanis

Same issue here. Any solution?

cyberneid avatar Dec 09 '23 22:12 cyberneid

Use this temporary fix Screenshot 2023-12-19 at 7 32 11 PM

nhCoder avatar Dec 19 '23 14:12 nhCoder

Same issue here.

Mohit-Marfatia avatar Jun 15 '24 18:06 Mohit-Marfatia

@nhCoder

Use this temporary fix Screenshot 2023-12-19 at 7 32 11 PM

Got this error after following your solution: ../../../.pub-cache/hosted/pub.dev/photo_view-0.12.0/lib/src/core/photo_view_gesture_detector.dart:89:38: Error: No named parameter with the name 'kind'. }) : super(debugOwner: debugOwner, kind: kind); ^^^^ Target kernel_snapshot failed: Exception

Mohit-Marfatia avatar Jun 15 '24 18:06 Mohit-Marfatia