как исправить ошибку плагина 'map_view classpath' kotlin gradle - PullRequest
0 голосов
/ 29 июня 2019

Я добавил пакет map_view в свой проект флаттера, я следовал всем документам.Я получаю сообщение об ошибке настройки проекта: map_view при отладке приложения.

Я не нашел никакого решения

Это мой build.gradle файл в папке android:

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.
...