Mark
11/14/2023, 6:14 AM"""\p{InCJK_UNIFIED_IDEOGRAPHS_EXTENSION_H}""".toRegex()
breaks my Compose preview. Is there a way to programmatically check I’m in Compose preview?
Note: I’m not using this directly in the composable, so didn’t get any kind of compile time error/warning (though you do get this when using directly)ascii
11/14/2023, 6:16 AMIs there a way to programmatically check I’m in Compose preview?
LocalInspectionMode.current
Mark
11/14/2023, 6:17 AMascii
11/14/2023, 6:19 AMMark
11/14/2023, 6:23 AM