We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e71226 + 6e05994 commit 4eaaad8Copy full SHA for 4eaaad8
composeApp/src/commonMain/kotlin/org/patchnote/patchnote/App.kt
@@ -19,6 +19,11 @@ import org.jetbrains.compose.ui.tooling.preview.Preview
19
import patchnote11.composeapp.generated.resources.Res
20
import patchnote11.composeapp.generated.resources.compose_multiplatform
21
// Test Coderabbit22
22
+/**
23
+ * Previewable root composable that shows a button which toggles the visibility of additional content.
24
+ *
25
+ * When visible, the content displays a platform image and a greeting string obtained from `Greeting().greet()`.
26
+ */
27
@Composable
28
@Preview
29
fun App() {
0 commit comments