본문 바로가기
모바일/Android

DSL element 'DexOptions.incremental' is obsolete and will be removed at the end of 2018.

by 죠부니 2018. 7. 30.
반응형

DSL element 'DexOptions.incremental' is obsolete and will be removed at the end of 2018.



dexOptions {
javaMaxHeapSize "4g"
jumboMode = true
incremental false
}


https://stackoverflow.com/questions/32890868/whats-the-meaing-of-incremental-predexlibraries-jumbomode-inside-dexoptions


결론 

incremental 제거


반응형