Enabling multidex in order to prevent compilation problem
This commit is contained in:
parent
701aeb8b38
commit
aa3036163c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ android {
|
|||
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
|
||||
}
|
||||
}
|
||||
multiDexEnabled true
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue