Adam Brown
05/26/2024, 8:30 PMNamed arguments are prohibited for function types.
for composable functions. I must be missing something, theres no way we're restricting named params for compose right?Adam Brown
05/26/2024, 8:31 PMtypealias EntityUi<T> = @Composable (
modifier: Modifier,
entityConflict: ProjectSync.EntityConflict<T>,
component: ProjectSync
) -> Unit
Adam Brown
05/26/2024, 8:35 PMeygraber
05/26/2024, 8:58 PMeygraber
05/26/2024, 9:03 PM• Named arguments forlambda calls have been deprecated. This feature is relying on internal compiler APIs and will not be supported by K2.@Composable