Update tutorials.

This commit is contained in:
Nikolay Igotti
2020-11-26 12:57:38 +03:00
parent 803ba02c49
commit 12188983bc
6 changed files with 81 additions and 93 deletions

View File

@@ -35,10 +35,10 @@ The most common use case is to define keyboard handlers for active controls like
``` kotlin
import androidx.compose.desktop.Window
import androidx.compose.foundation.Text
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.material.Text
import androidx.compose.material.MaterialTheme
import androidx.compose.material.TextField
import androidx.compose.runtime.mutableStateOf