Post #2832025
2026-05-23 14:31 UTC
Context parameters are going to be a bit of a game changer: https://kotlinlang.org/docs/context-parameters.html
Declare a context parameter and it'll be available to everything further down the call tree. No need to pass fields down the Composable chain with loads of boilerplate. #kotlin
Replies (0)
No replies.