- Go to
<project>/app/and openbuild.gradlefile - Add the following line to the
defaultConfiganddependenciessections
android {
...
defaultConfig {
...
multiDexEnabled true // ADD THIS LINE
}
}
...
dependencies {
...
implementation 'com.android.support:multidex:1.0.3' // ADD THIS LINE
}