https://kotlinlang.org logo
#compose
Title
# compose
h

Hanzhen

06/27/2020, 11:06 AM
Hi, how can I desugar the
Composable
function in AS? I would like to see what compose compiler does for those functions.
r

romainguy

06/27/2020, 6:29 PM
You can just use any decompiler. There are plug-ins for that or you can just use javap from the command line.
👍 1
3 Views