SANDY

2 files found with path 'META-INF/INDEX.LIST'. 본문

Android/오류일지

2 files found with path 'META-INF/INDEX.LIST'.

SANDY-9 2024. 7. 19. 13:33

 

build.gradle.kts

packaging {
   resources {
      excludes += "**/*"
   }
}

 

Comments