fluttercommunity / community

Flutter Community - A central place for community made Flutter content.
1.56k stars 121 forks source link

dialogflow_grpc - Gradleplugin version 1.5.20 #147

Closed Faisalmoh99 closed 1 month ago

Faisalmoh99 commented 2 months ago

Hello,

I recently integrated the dialogflow_grpc package into my Flutter project and encountered a build error related to the Kotlin Gradle plugin version.

Error Message: 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 ':dialogflow_grpc' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Upon inspection, it seems that the dialogflow_grpc package is using Kotlin Gradle plugin version 1.3.50, which is not compatible with the latest Android Gradle plugin versions.