-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
enhancementNew feature or improved functionality.New feature or improved functionality.
Description
I'm seeing this warning when using ably-java in an android project with proguard enabled
WARNING: R8: Missing class lombok.Generated (referenced from: io.ably.lib.network.ProxyConfig io.ably.lib.network.HttpEngineConfig$HttpEngineConfigBuilder.proxy and 101 other contexts)
In my proguard rules, I've already added this line as mentioned in the doc
-keep class io.ably.lib.** { *; } -keep class org.msgpack.core.** { *; }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improved functionality.New feature or improved functionality.