This is probably a shot in the dark, but hoping to get some guidance on where to start. I have a plugin into a android map app written in java but the plugin is 100% kotlin. After updating to kotlin 1.5, everything worked fine in debug but in release with obfuscation, got an abstract method error crash. Long story short, setting useoldjvmbackend to true fixes the issue. It would probably be hard to provide a sample repo for this scenario since it's a plugin to a java map app,but I could see someslight differences in the mapping.txt file when using the old jvm backend and the new one. Production wise, can move forward with using 1.5 but sucks to not be able to realize all the improvements the team is making with the new IR.