Answers for "failed for task ':app:checkDebugAarMetadata' flutter"

1

failed for task ':app:checkDebugAarMetadata' flutter

buildscript {
ext.kotlin_version = '1.3.72'
repositories {
    google()
    mavenCentral()
    //jcenter()
}
allprojects {
    repositories {
        google()
        mavenCentral()

      //  maven { url "https://kotlin.bintray.com/kotlinx/" }
    }
Posted by: Guest on March-28-2022

Code answers related to "failed for task ':app:checkDebugAarMetadata' flutter"

Browse Popular Code Answers by Language