sumanrajpathak / flutter_cell_info

Flutter Cell Info Plugin
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

Update Kotlin version #1

Closed georgetian3 closed 6 months ago

georgetian3 commented 6 months ago

When using this package in my Flutter app, the following error appeared:

[  +52 ms] FAILURE: Build failed with an exception.
[        ] * 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_cell_info' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0

The PR fixes this issue.