I solved this issue by adding
dexOptions {
incremental true
javaMaxHeapSize "4g"
}
to the android closure in build.gradle file.
Found this answer in
OutOfMemoryError: GC overhead limit exceeded
I solved this issue by adding
dexOptions {
incremental true
javaMaxHeapSize "4g"
}
to the android closure in build.gradle file.
Found this answer in
OutOfMemoryError: GC overhead limit exceeded