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
Conservative optimization is now the default. Previously, it could be enabled by setting the optimize.conservatively system property. This has been replaced with the -optimizeaggressively option, which sets optimization to aggressive.
Improve optimization performance in edge cases with generated code. (#283)
Bugfixes
Fix -keepparameternames to keep Kotlin function, constructor and property setter parameter names.
Fix -keepparameternames to keep Kotlin annotation constructor parameter names.
Fix -keepparameternames to keep Kotlin interface parameter names.
Fix potential NullPointerException while processing enum classes with invalid Kotlin metadata.
Fix potential Instruction has invalid constant index size error during GSON optimization.
Fix member specialization & generalization optimizations.
Fix potential "Сan't find referenced class ClassName$DefaultImpls" warnings. (#290)