Answers for "Execution failed for task ':cryptography_flutter:compileDebugKotlin'."

0

Execution failed for task ':cryptography_flutter:compileDebugKotlin'.

# 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'
Posted by: Guest on August-17-2021

Code answers related to "Execution failed for task ':cryptography_flutter:compileDebugKotlin'."

Browse Popular Code Answers by Language