fluttercandies / flutter_image_compress

flutter image compress
MIT License
633 stars 214 forks source link

The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. #231

Closed sh4wn closed 6 months ago

sh4wn commented 1 year ago

with Android Studio 2021.3.1 Patch 1 and android gradle 7.3.1

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_image_compress' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10
thePlayer094 commented 1 year ago

I am facing with same. Is there any solution available? @bes89

gradle version : classpath 'com.android.tools.build:gradle:7.4.1' gradle-wrapper.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip