Hi, how can I desugar the `Composable` function i...
# compose
h
Hi, how can I desugar the
Composable
function in AS? I would like to see what compose compiler does for those functions.
r
You can just use any decompiler. There are plug-ins for that or you can just use javap from the command line.
👍 1