yasukotelin / ext_storage

ext_storage is minimal flutter plugin that provides external storage path and external public storage path.
MIT License
29 stars 61 forks source link

Kotlin Gradle plugin version not satisfy #1

Closed Doflatango closed 4 years ago

Doflatango 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 ':ext_storage' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

I'm using Android Studio 3.5 and gradle 3.5.1.

Change the ext.kotlin_version to 1.3.10 and fixed the problem.

yasukotelin commented 4 years ago

@Doflatango Thanks for your Issue!!

Change the ext.kotlin_version to 1.3.10 and fixed the problem.

It's great. I changed the kotlin version to it and publish fixed it. Check the ext_storage updated version 1.0.2😍