implementation("androidx.compose.ui:ui-tooling-preview:1.10.6")
Enables in-IDE rendering of composable functions using the `@Preview` annotation, facilitating UI development without running an emulator.