´ÙÀ½°ú °°Àº ¿À·ù°¡ ¹ß»ýÇߴµ¥
Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
> More than one file was found with OS independent path 'META-INF/library_release.kotlin_module'
ÇØ°á ¹æ¹ýÀº °£´ÜÇÏ´Ù. app level build.gradle ¿¡ ´ÙÀ½À» Ãß°¡ ÇÏÀÚ
packagingOptions {
exclude 'META-INF/library_release.kotlin_module'
}