如何修复'map_view classpath'kotlin gradle插件错误

时间:2019-06-29 15:49:07

标签: flutter android-gradle dependencies android-mapview gradle-plugin

我在flutter项目中添加了map_view包,我关注了所有文档。 调试应用程序时,出现配置项目':map_view'错误。

我没有找到任何解决方法

这是我在android文件夹中的 build.gradle 文件:

buildscript {    
repositories {
      google()
       jcenter()   
}

   dependencies {
       classpath 'com.android.tools.build:gradle:3.2.1'
       classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40'    
    } 
}

配置项目':map_view'时出现问题。

Could not resolve all artifacts for configuration ':map_view:classpath'. Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.5. ..... 
Please review your Gradle project setup in the android/ folder.

0 个答案:

没有答案