Hi! I don't believe we have an equivalent in standalone Amper at the moment. This is not a built-in Gradle construct, right? Is this part of the
android { }
extension?
✅ 1
joffrey
04/12/2025, 10:37 PM
Could you please explain why you need to do this? I'm trying to get a better understanding of the use case
s
Stavros Georgiou
04/13/2025, 5:26 AM
i am trying to use a java library and i get the below error:
Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'META-INF/NOTICE.md' from inputs:
- jakarta.mail-api-2.1.3.jar/jakarta.mail-api-2.1.3.jar
- jakarta.activation-api-2.1.3.jar/jakarta.activation-api-2.1.3.jar
thinking 1
🙏 1
Stavros Georgiou
04/13/2025, 8:17 AM
One solution i can think its to create a wrapper android library to exclude those files.
👀 1
a
Anton Prokhorov
04/14/2025, 11:02 AM
I'm addressing the issue
Thanks for reporting, gonna try to come up with something by the next release
s
Stavros Georgiou
04/14/2025, 11:11 AM
Is there any option to configure room with amper? Room plugin as well! Found it! :)