ositano / zoho_chat

A flutter implementation of Zoho SaleIQ Live Chat Implementation. You need widget code to use this plugin
GNU General Public License v3.0
1 stars 2 forks source link

Gradle compatibility issues on Android from the Zoho_Chat plugin gradle module #1

Open henryadebayo opened 9 hours ago

henryadebayo commented 9 hours ago

here is the error message ==>

FAILURE: Build failed with an exception.

What went wrong: 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 ':zoho_chat' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50 it appears that you guys are using

" ext.kotlin_version = '1.3.50'" in your plugin build.gradle file the file directory is "zoho_chat/android/gradle"

and flutter version 3.22.2 requires gradle version too be "1.5.20" and above this is causing the android build to fail

are there any work arounds or fixes ?

PS: i have tried to update the version myself but it just won't work . but the IOS part is fine

henryadebayo commented 9 hours ago

Good day i am still encountering this issue and i am certain it is not because of my in app or project gradle version but cause of your 'zoho_chat' plugin gradle

version here is a screenshoot of my projects build.gradle file

Screenshot 2024-10-14 at 8 19 37 AM

notice that my gradle version is at 7.3.0 and my ext.kotlin_version is 1.9.10

and here is a screen shoot of your 'zoho_chat' plugin build.gradle file

Screenshot 2024-10-14 at 8 21 54 AM

notice that your gradle version is at 4.1.0 and your ext.kotlin_version is 1.3.50

the name of my Project is not 'Zoho_chat' that's the name of your plugin and the log is pointing at your plugin

Screenshot 2024-10-14 at 8 19 11 AM