pinkfish / flutter_native_timezone

Apache License 2.0
75 stars 152 forks source link

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. #47

Open MrCsabaToth opened 1 year ago

MrCsabaToth commented 1 year ago

A version bump release is badly needed. With the most recent gradle version 7.4 this is what I get trying to build my Flutter app:

Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* What went wrong:
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
fritz-playmaker commented 1 year ago

Same issue here

carlfost commented 1 year ago

Same here!!!
I need a solution! I can't move until I get a solution.

AristideVB commented 1 year ago

Same issue here

tjarvstrand commented 1 year ago

Due to lack of maintenance in this repo, I have just published a fork on pub.dev.

There is an open PR in this repository that I should solve your issue and I have cherry-picked that into my fork.

cutehackers commented 5 months ago

Oh great. I've got the same issue. thanks