Are there any known limitations/arguments about an...
# compose
h
Are there any known limitations/arguments about annotating an operator/delegate with
@Composable
, like
@Composable operator fun getValue(ref: Any?, property: KProperty<*>)
? (https://github.com/JetBrains/compose-jb/issues/827)