CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
331 stars 241 forks source link

Conflict with kotlin version #233

Open Abdulah-butt opened 3 weeks ago

Abdulah-butt commented 3 weeks ago

You need to update your package, flutter latest version requires higher kotlin version and this package depends upon lower. It's causing conflicts.

Abdulah-butt commented 3 weeks ago

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

navin-zignuts commented 3 weeks ago

Hello, I faced the same issue. I have the project with the newer version and when I add a plugin then it gives me an error below 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 ':ar_flutter_plugin' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

How to fix this ?

ThomasVallee commented 5 days ago

Having the same issue @CariusLars