I've been asked a 'challenging' question about our Kotlin adoption at work - that of decompiling.
Our products at work are broken down into several binary libraries and some developers, it turns out, are quite reliant on the ability to decompile these in the IDE at Application Debug time. This is not possible out-of-the-box in Android studio. Does anyone have a solution for an ability like the Fernflower decompiler (this is the name of the IDE's Java one), for Kotlin?
At this stage it can afford to be 'messier' than the Java one; I'm just looking to offer them an improvement on a 'Can't view compiled code' message.