After updating to IntelliJ IDEA 2021.2 (Community Edition) I get an 'IDE fatal error' due to an exception in plugin 'ASM Bytecode viewer support Kotlin' when I rightclick a kotlin source file and select ASM bytecode viewer.
Edit to add:
If I am not mistaken, the IDEA 2021.2 update includes Kotlin 1.5, this could be related.
@RamonVerbruggen faced similar issue, are you trying to view the bytecode of a Kotlin file (not a class/interface/etc.)? To me this happened when I've had just a file with extension functions.
After updating to IntelliJ IDEA 2021.2 (Community Edition) I get an 'IDE fatal error' due to an exception in plugin 'ASM Bytecode viewer support Kotlin' when I rightclick a kotlin source file and select ASM bytecode viewer.
Edit to add: If I am not mistaken, the IDEA 2021.2 update includes Kotlin 1.5, this could be related.
stacktrace.txt