rive-app / rive-flutter

Flutter runtime for Rive
https://rive.app
MIT License
1.17k stars 182 forks source link

rive_common's Gradle plugin version needs to be bumped to 1.6.20 #405

Open gauravpatil1 opened 3 weeks ago

gauravpatil1 commented 3 weeks ago

Description

Getting below error when using below mentioned rive and flutter versions

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

Steps To Reproduce

Steps to reproduce the behavior:

  1. Use flutter version 3.22.2 with Dart version 3.4.3
  2. Add rive dependency - rive: ^0.13.9
  3. rive uses dependency - rive_common: ^0.4.9
  4. Use rive in the project
  5. Try to build or run the app. You will get below error as rive_common: ^0.4.9 is using Gradle Plugin Version 1.6.10
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 ':rive_common' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10

Device & Versions

aniket4390 commented 2 weeks ago

facing same issue