AgnelSelvan / upi_payment_qrcode_generator

Generates the QRCode for UPI Payment Flutter
https://pub.dev/packages/upi_payment_qrcode_generator
MIT License
14 stars 4 forks source link

Flutter app fails to compile because of the older version of Kotlin in your library. #3

Closed krishh-apnaklub closed 1 year ago

krishh-apnaklub commented 1 year ago
FAILURE: Build failed with an exception.

* What went wrong:
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 ':upi_payment_qrcode_generator' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

We are using v1.7.10 of the Kotlin which is latest currently along with v7.3.1 of the AGP in the Android module of our Flutter project.

Please upgrade your Kotlin version to the latest one possible. This is issue is blocking us to upgrade our Android project with the latest version of AGP, and other dependencies.