본문 바로가기
Flutter

[Flutter] - 에러 Android MultiDex

by kage2k 2023. 2. 14.
728x90
반응형

안드로이드 리얼 디바이스에서 에러 발생하기에 기록으로 남긴다. 

 

 

    defaultConfig {
       ~~생략
        minSdkVersion 19
	   ~~생략
        multiDexEnabled true
    }

    ~~생략

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation "com.android.support:multidex:1.0.3"
}
300x250
반응형