kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
107 stars 68 forks source link

project ':flutter_pusher_client' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 #15

Closed mianazeemdaula closed 4 years ago

mianazeemdaula commented 4 years ago

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':flutter_pusher_client' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

BUILD FAILED in 29s Gradle task assembleDebug failed with exit code 1

heywhy commented 4 years ago

Have u been able to resolve this issue?

yazanIbrahim commented 4 years ago

the new update of pusher client suppose to solve this issue, if not go to pusher client plugin and edit the kotlin gradle version in the android level gradle to be 1.3.10

kharisazhar commented 4 years ago

Solved : upgrade to this : flutter_pusher_client: ^0.9.1

as2a3 commented 3 years ago

Solved : upgrade to this : flutter_pusher_client: ^0.3.1