mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
Check tutorials (#237)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
README.md
|
||||
Reference in New Issue
Block a user