Skip to content

7.4.0-beta02

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrjameshamilton mrjameshamilton released this 04 Sep 13:02
· 66 commits to master since this release
9a7a97d

Version 7.4-beta02

Java support

  • Add support for Java 21. (#331)

Kotlin support

  • Add support for Kotlin 1.9.

Bugfixes

  • 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 of classes when name obfuscating Kotlin multi-file facades.