Skip to content

Add proguard config for Creatable #202

@kurtisnelson

Description

@kurtisnelson

If a scope is only instantiated via the new Creatable method, proguard will strip the Impl with the current config. As a temporary workaround, all subclasses can be kept via:

-keep class * implements motif.Creatable {
    <init>(...);
}

However long-term the solution is to use -if to pair the impl with the kept state of the interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions