mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user