📌  相关文章
📜  任务 ':cryptography_flutter:compileDebugKotlin' 执行失败. - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:56.256000             🧑  作者: Mango

代码示例1
# Update Kotlin version 
Go to your build.gradle file in the root of your Android 
directory and upgrade your Kotlin_version to the latest. 
As of the time of typing this, the latest is 1.5.10, so it 
should look like this:


ext.kotlin_version = '1.5.10'