surfstudio / flutter-otp-autofill

Made by Surf 🏄
Apache License 2.0
75 stars 42 forks source link

Not Support on Kotlin version 1.5.20 or higher #30

Closed umerbutt03 closed 1 year ago

umerbutt03 commented 1 year ago

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 ':otp_autofill' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

zaharovroman commented 1 year ago

@umerbutt03 Which is your version of gradle dependency?

Did you set minSdkVersion at least to 19 in /project/android/app/build.gradle? (https://github.com/surfstudio/flutter-otp-autofill#android-installation)

Did it help you?

Miracle-Blue commented 1 year ago

I have the same error. my minSDKVersion is 21, downgrading to minSDKVersion 19 did not help. Can you update your package kotlin version, please?

Dawid-Dlugosz commented 1 year ago

I have the same error

BaudouinCS commented 1 year ago

@zaharovroman Hi, this issue currently makes the package unusable for anyone creating new projects or updating their old ones. Nothing has been updated since 18 months so it might as well be branded as not maintained anymore to save everyone some headaches.