surfstudio / flutter-otp-autofill

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

Fixed #55 Upgraded Kotlin version #56

Closed AgnelSelvan closed 1 year ago

AgnelSelvan commented 1 year ago

Related tasks

Depends on Issue #55

Changes

Updated Kotlin version from ext.kotlin_version = '1.3.50' to ext.kotlin_version = '1.7.10'

Checklist for self-check

Checklist for reviewers

Design:

Functionality:

Complexity:

Tests:

Naming:

Comments:

Documentation:

AgnelSelvan commented 1 year ago

Hey @tinted-knight , AGP version updated to the latest version but Kotlin version I tried updating to 1.8.22 the issue I faced is to update the example project as well to the latest 1.8 Kotlin version. If the user is using some old version of Kotlin then the user will be forced to update the Kotlin version to 1.8 as in 1.7.21 it's not the case. So keeping the Kotlin version as 1.7.21, which is common Flutter's latest new project's Kotlin version of Android.