Anton Shilov
05/10/2021, 9:57 AM@Preview
annotation has @Retention(AnnotationRetention.SOURCE)
but not RUNTIME
? I'm trying to build a component gallery app, and would like to find all the Preview composables using reflection. Unfortunately I cannot do it right now without using codegen. Would it make sense for me to send a PR changing retention from SOURCE
to RUNTIME
?ephemient
05/10/2021, 10:30 AMVinay Gaba
05/10/2021, 2:42 PMephemient
05/10/2021, 5:24 PM@Composable
not being reflectively invokableAnton Shilov
05/10/2021, 6:36 PMAndrey Kulikov
05/10/2021, 6:48 PMVinay Gaba
05/10/2021, 8:08 PMAnton Shilov
05/10/2021, 8:29 PMnosuid
05/17/2021, 9:17 PM