📜  flutter multidex = true - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:35.157000             🧑  作者: Mango

代码示例2
//Add this line the project level build.gradle file

dependencies {
  compile 'com.android.support:multidex:1.0.1'
}
android {
    defaultConfig {
        multiDexEnabled true
    }
}