Travis Griggs
06/17/2021, 10:48 PMIan Lake
06/17/2021, 10:50 PMdimsuz
06/17/2021, 10:51 PMIan Lake
06/17/2021, 10:53 PMTravis Griggs
06/17/2021, 11:28 PM@Composable
annotation. All Composable functions must have this annotation; this annotation informs the Compose compiler that this function is intended to convert data into UI."
What does this Compose compiler actually do to the original function? At the end of the day, it gets converted into some sort of real kotlin code expressions. Is the Compose compiler a second pass compiler that happens after the kotlin compilation? Does it generate more kotlin code under the hood? or replace the existing? That's the kind of thing I'm trying to understand a little better?romainguy
06/17/2021, 11:46 PMTravis Griggs
06/21/2021, 10:44 PM