It is not, you can disable type validation entirely:
new ByteBuddy().with(Type validation.DISABLED)
By default, Byte Buddy adheres to the spec, but early Kotlin compilers were not compliant. (The reflection API would struggle on those, too)
--
You received this message because you are subscribed to the Google Groups "Byte Buddy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to byte-buddy+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/byte-buddy/dd07e474-726b-4639-9b19-0e5a798dab70n%40googlegroups.com.