Check tutorials (#237)

This commit is contained in:
Nikolay Igotti
2020-12-29 16:52:59 +03:00
committed by GitHub
parent b08b9ed17d
commit a664d07c1a
13 changed files with 410 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ cd sample
```
Create `settings.gradle.kts` as follows:
```kotlin
``` kotlin
pluginManagement {
repositories {
gradlePluginPortal()
@@ -57,7 +57,7 @@ pluginManagement {
}
```
Then create `build.gradle.kts` with the following content:
```kotlin
``` kotlin
import org.jetbrains.compose.compose
plugins {

View File

@@ -1 +0,0 @@
README.md