FooStudio / flutter_statusbar_manager

Flutter StatusBar Manager for iOS & Android
MIT License
192 stars 74 forks source link

Can gradle plugin be upgraded? #7

Closed psyanite closed 5 years ago

psyanite commented 5 years ago

When I change build.gradle to use classpath 'com.android.tools.build:gradle:3.3.0' I experience this error when running flutter run:

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_statusbarcolor' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

and probably need to downgrade to 3.2.1 as per https://stackoverflow.com/questions/54693595/flutter-the-android-gradle-plugin-supports-only-kotlin-gradle-plugin-version-1

Is it possible to upgrade?

psyanite commented 5 years ago

Wrong plugin