A functional wrapper for asm that prioritizes immutability and type safety over performance.
Functional-asm is written in Kotlin, but is designed to be easily usable from Java and other jvm languages.
repositories {
maven { url 'https://dl.bintray.com/aedans/maven/' }
}
dependencies {
compile 'io.github.aedans:fasm:$functional-asm-version'
}