Removed unnessary import (#2421)

That import is not needed anymore with 1.2.0. 
https://github.com/JetBrains/compose-jb/pull/2215
This commit is contained in:
Fabian Neugart
2022-10-24 20:17:31 +02:00
committed by GitHub
parent 0c8c752266
commit af7957d3a2

View File

@@ -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"