What would cause the kotlin bytecode decompiler no...
# announcements
m
What would cause the kotlin bytecode decompiler not work? I got error message
Failed to decompile X.kt. Method Y couldn't be written
k
menegatti: the decompiler is not part of the kotlin plugin. it's a generic java bytecode decompiler. the kotlin compiler sometimes produces code that the decompiler can't decompile.
👍 1
m
I see, good to know