- Introduce
AsmClassWriter
andAsmClassReader
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.