Nothing here yet.
Android Development
Hey, Vincent! Thanks for your comment! If you have any questions about the inline stuff, feel free to ask. To decompile to Java I use Android Studio (same as IntelliJ IDEA). There, while having your code open, you can press double Shift and search for "Show bytecode". Or go to Tools -> Kotlin -> Show Kotlin Bytecode. This will open a tab with your compiled bytecode. This tab has a "Decompile" button, which then shows you the bytecode decompiled back to Java.