Answers for "Module was compiled with an incompatible version of Kotlin. flutter"

0

Module was compiled with an incompatible version of Kotlin. flutter

what solved my problem is changing this at build.gradle

from
ext.kotlin_version = '1.3.50'

to
ext.kotlin_version = '1.6.0'

or what ever the latest version of Kotlin available and make sure to update
Kotlin version on Android Studio as well
Posted by: Guest on February-21-2022

Code answers related to "Module was compiled with an incompatible version of Kotlin. flutter"

Browse Popular Code Answers by Language