LSPosed / LSParanoid

String obfuscator for Android applications
Apache License 2.0
267 stars 27 forks source link

Hilt with lsParanoid #18

Open BreadInjection opened 1 year ago

BreadInjection commented 1 year ago

An Exception is thrown after building a project that uses Hilt. It only works when the project doesn't have any caches.

Exception: Caused by: org.gradle.api.UncheckedIOException: java.util.zip.ZipException: duplicate entry: dagger/hilt/internal/aggregatedroot/codegen/_com_example_lsparanoidtest_App.class at org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:62) at org.gradle.internal.UncheckedExceptio n.throwAsUncheckedException(UncheckedException.java:41) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:128)

Here is a demo project : lsparanoidDemo.zip Do you have any Solution for this Issue?

edyknd commented 6 months ago

@BreadInjection I have the same problem. did you solve it?