Adam Brown
Named arguments are prohibited for function types.
typealias EntityUi<T> = @Composable ( modifier: Modifier, entityConflict: ProjectSync.EntityConflict<T>, component: ProjectSync ) -> Unit
eygraber
• Named arguments for @Composable lambda calls have been deprecated. This feature is relying on internal compiler APIs and will not be supported by K2.
@Composable
A modern programming language that makes developers happier.