eygraber
09/27/2024, 2:53 AMzt
09/27/2024, 7:07 AMTimo Drick
09/27/2024, 10:59 AM@RequiresOptIn(message = "Only use this in previews please!")
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FUNCTION)
annotation class PreviewComposable
@Composable
@PreviewComposable
private fun Preview1() {
Box() {
}
}