I think you should change the kotlin_version to 1.3.10 or a higher version in android/build.gradle file:
buildscript { // change here: ext.kotlin_version = '1.3.10' dependencies { // kotlin version is used here: classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/10a3b3da-ae40-4326-a2e9-16063add80b4%40googlegroups.com.