New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version
问题 I'm uising android studio 3.4.1 and my kotlin version is 1.3.31. I have a flutter app. When trying to add cloud_firestore to my app. I have a following issue. My android studio is kotlin version is exactly same as build.gradle. Any advice? Here is the my buld.gradle: buildscript { ext.kotlin_version = '1.3.31' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // for firebase