PHondogo
09/14/2024, 11:38 PMshikasd
09/15/2024, 3:41 PMshikasd
09/16/2024, 12:52 PMisSubclassOf
. You might want to compare these classes by fqName or something similar instead.
Compose compiler copies IR to update the @Composable function types, that involves copying classes and functions as well. There's an optimization that is a bit overdue to just update the types in place, but that should be done very carefully to avoid introducing any regressions.PHondogo
09/16/2024, 2:29 PMshikasd
09/16/2024, 2:42 PM