Back to Intellij Community

MultiplatformPreviewAnnotationInFunctionWithParameters

plugins/compose/intellij.compose.ide.plugin.shared/resources/inspectionDescriptions/MultiplatformPreviewAnnotationInFunctionWithParameters.html

2025.3-rc-2249 B
Original Source

Checks that Preview is not used with Composable functions with parameters. Composable functions with parameters are only supported in Preview in the following cases:

  • Parameters have default values
  • Parameters are annotated with @PreviewParameter