mrtungdev / flutter_zebra_sdk

GNU General Public License v3.0
7 stars 7 forks source link

Plugin no longer works on android. Please update gradle #22

Open crushman1 opened 11 months ago

crushman1 commented 11 months ago

* What went wrong: The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. The following dependencies do not satisfy the required version: project ':flutter_zebra_sdk' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20

crushman1 commented 11 months ago

To get it to work i had to downgrade android/build.gradle : from : classpath 'com.android.tools.build:gradle:7.3.0' to: classpath 'com.android.tools.build:gradle:7.2.0' and kotlin version cant go higher than 1.7.20: ext.kotlin_version = '1.7.20'