I'm curios about how Composables are implemented l...
# compose
d
I'm curios about how Composables are implemented low-level. Are they a bit like suspend methods? Does the actual byte-code get rewritten by the plugin?
j
The IR is rewritten, yes
There's a book about it https://jorgecastillo.dev/book/
Lots of blog posts and talks from people like Leland Richardson
d
Thanks!