pinkfish / flutter_native_timezone

Apache License 2.0
75 stars 152 forks source link

Updating Kotlin gradle version for the plugin #46

Closed RishiKar closed 1 year ago

RishiKar commented 1 year ago

Hello, Currently, my build is failing with the following exception: 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 ':flutter_native_timezone' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

What is the best way to handle this? I did not want to manually change something My current Kotlin plugin version: 213-1.7.10-release-for-android-studio-AS6777.52

RishiKar commented 1 year ago

I am guessing this project is no longer maintained. It's sad but understandable. Priorities do change. Thanks for a great help to flutter devs For anyone else stuck, I am using https://pub.dev/packages/time_machine to solve my problem