美文网首页
Could not resolve io.flutter:flu

Could not resolve io.flutter:flu

作者: 菜鸟何时起飞 | 来源:发表于2021-01-07 10:14 被阅读0次
image.png

打开build.gradle文件
 
buildscript {
    ext.kotlin_version = '1.3.50'
    repositories {
        google()
        jcenter()
        maven { url "http://download.flutter.io" }
    }
 
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}
 
allprojects {
    repositories {
        google()
        jcenter()
        maven { url "http://download.flutter.io" }
    }

相关文章

网友评论

      本文标题:Could not resolve io.flutter:flu

      本文链接:https://www.haomeiwen.com/subject/jtaaoktx.html