Browse Source

Typo

pull/583/head
Nikolay Igotti 3 years ago
parent
commit
b962836203
  1. 2
      idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt

2
idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt

@ -4,7 +4,7 @@ import androidx.compose.runtime.*
import androidx.compose.ui.tooling.desktop.preview.Preview
@Preview
fun exapmplePreview() = @Composable {
fun examplePreview() = @Composable {
var text by remember { mutableStateOf("Hello, World!") }
Button(onClick = {

Loading…
Cancel
Save