[Android] SDK 17.2.0 NEW R8/Proguard issue (not in 17.1.1) | Community
Skip to main content

When updating to 

io.intercom.android:intercom-sdk version 17.2.0

If R8/Proguard is enabled the following error occurs on the build:

Missing class lombok.Generated (referenced from: io.ably.lib.network.HttpBody io.ably.lib.network.HttpResponse$HttpResponseBuilder.body and 94 other contexts)

 

This does not happen on version 17.1.1  

It looks like maybe something changed in the build but didn’t include a rule in it’s consumer-rules.pro?  

gemini says: -dontwarn lombok.** may fix it?

Be the first to reply!