chiragshenoy / audio_picker

A Flutter plugin for Android and iOS to pick local Audios.
MIT License
9 stars 13 forks source link

kotlin version to be upgrade #2

Open mohantyagii opened 4 years ago

mohantyagii commented 4 years ago

[+3126 ms] FAILURE: Build failed with an exception. [ +2 ms] * What went wrong: [ ] 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 ':audio_picker' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

riddhij16 commented 4 years ago

Yes same, how did u finally solve it? @mohantyagii I saw various answers on StackOverflow but none of them solved my problem...

[+3126 ms] FAILURE: Build failed with an exception. [ +2 ms] * What went wrong: [ ] 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 ':audio_picker' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

nemiamin commented 3 years ago

If you are using android studio, open External libraries > Flutter plugins > audio_picker > android > build.gradle change ext.kotlin_version value to '1.3.10' or higher

chetu-ko commented 3 years ago

Yes, got the same issue please update the kotlin version.