You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/ui-tooling-preview/library/src/androidMain/kotlin/org/jetbrains/compose/ui/tooling/preview/PreviewParameter.android.kt
Copy file name to clipboardExpand all lines: components/ui-tooling-preview/library/src/commonMain/kotlin/org/jetbrains/compose/ui/tooling/preview/Preview.kt
Copy file name to clipboardExpand all lines: components/ui-tooling-preview/library/src/commonMain/kotlin/org/jetbrains/compose/ui/tooling/preview/PreviewParameter.kt
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ import kotlin.reflect.KClass
22
22
* Interface to be implemented by any provider of values that you want to be injected as @[Preview]
23
23
* parameters. This allows providing sample information for previews.
24
24
*/
25
+
@Deprecated(
26
+
"Use androidx.compose.ui.tooling.preview.PreviewParameterProvider from "+
Copy file name to clipboardExpand all lines: components/ui-tooling-preview/library/src/nonAndroidMain/kotlin/org/jetbrains/compose/ui/tooling/preview/PreviewParameter.nonAndroid.kt
0 commit comments