我刚刚安装了最新的android studio,所有的配置都是最新的。SDK、Flutter等我正在构建一个Flutter应用程序,配置如下:
Android Language: Java.
iOS Language: Objective-C.
Type: Applicaiton.
我在我的应用程序中使用image_viewer包。添加此包后,应用程序无法运行,并出现以下错误:
* 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 ':image_viewer' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
1条答案
按热度按时间deyfvvtc1#
尝试在image_viewer包的build.gradle文件中更新KotlinGradle插件版本。更新以下行:
到