You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix "NoClassDefFoundError: Failed resolution of: Lorg/apache/logging/log4j/LogManager" when using GSON optimization or -addconfigurationdebugging. (#326)
Don't drop Record attribute for records with no components. (proguard-core#118)
Fix potential duplication class when name obfuscating Kotlin multi-file facades.
Do not inline interface methods during optimization to avoid compilation errors during output writing due to an interface method being made package visible.
Added
Support parsing of wildcard * when used as a field type or method return type in class specifications.