simplezhli / flutter_deer

🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practice project.
https://simplezhli.github.io/flutter_deer/
Apache License 2.0
8.01k stars 1.67k forks source link

flutter build apk 提示kotlin sdk版本低 #201

Closed fuzhenfeng closed 2 years ago

fuzhenfeng commented 2 years ago

运行环境

具体问题描述

执行 flutter build apk 后异常

问题截图

异常日志

[!] Your project requires a newer version of the Kotlin Gradle plugin.

ext.kotlin_version = '1.3.72' 改成 ext.kotlin_version = '1.5.31' 不知道这样对不对?