Closed paulhsu closed 5 years ago
Yes, this issue affect our installation too
* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_crashlytics' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71
Getting the same issue here. If we switch to Kotlin for our flutter android project though we can fix this right?
There i an open pull-request for the dependency updates:
Good job @KammererTob that should work. Thanks!
Try with 2.1, should be ok now :)
@paulhsu please close issue if resolved.
Closing this as it should be ok now, if not the case please reopen :)
buildscript { ext.kotlin_version = '1.2.71' ==> 1.3.11 repositories { google() jcenter() }
}