drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 751 forks source link

Fix Duplicate files copied in APK META-INF/library_release.kotlin_module #284

Closed litangyu closed 5 years ago

litangyu commented 5 years ago

See this

drakeet commented 5 years ago

Thank you for your feedback and PR, but I can not reproduce it and verify it. I am not sure why we need this. In addition, the -module-name seems to require a complete groupId but you just set a multitype without its full groupId.

drakeet commented 5 years ago

I realize we don't need to set a full path with group id, just multitype is good enough. Thanks!