Skip to content

Byte Buddy 1.15.0

Compare
Choose a tag to compare
@raphw raphw released this 23 Aug 06:58
· 172 commits to master since this release
  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.