Browse Source

Removed unnessary import (#2421)

That import is not needed anymore with 1.2.0. 
https://github.com/JetBrains/compose-jb/pull/2215
pull/2439/head
Fabian Neugart 2 years ago committed by GitHub
parent
commit
af7957d3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Getting_Started/README.md

2
tutorials/Getting_Started/README.md

@ -77,8 +77,6 @@ pluginManagement {
```
Then create `build.gradle.kts` with the following content:
``` kotlin
import org.jetbrains.compose.compose
plugins {
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0"

Loading…
Cancel
Save