SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.37k stars 185 forks source link

Incompatible with Java 20 #623

Closed DenuxPlays closed 1 year ago

DenuxPlays commented 1 year ago

image

Mumfrey commented 1 year ago

This is not a mixin bug, the ASM version is what determines supported class versions (notwithstanding mixin's compatibility levels, which operate differently).