For my own purposes, a plugin for comparing bytecode between different versions of Kotlin compiler.
It comes with following defects
- Not robust as a toy tool
- Support Windows only, but can be easily extended to support Linux/macOS
- Support
IR
,Inline
options only - Slow
- You can download the built zip from the release page;
- Or you can build it from the code with:
./gradlew build
The resulting ZIP file is located in build/distributions.