Skip to content

Warning on Android Proguard #1067

@fanwgwg

Description

@fanwgwg

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.** { *; }

┆Issue is synchronized with this Jira Task by Unito

Metadata

Metadata

Assignees

Labels

enhancementNew feature or improved functionality.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions