Skip to content

Commit

Permalink
Docs: Js only projects are now supported (#2154)
Browse files Browse the repository at this point in the history
See #1851
  • Loading branch information
hfhbd committed Jul 1, 2022
1 parent 3fd5bbd commit 68244c9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tutorials/Web/README.md
Expand Up @@ -103,14 +103,3 @@ sourceSets {
### Module `compose.web.widgets` (Deprecated)
It provides a collection of Composable components (based on compose.web.core) which try to conform to the API and behaviour of some widgets from Jetpack Compose UI:
`Column`, `Row`, etc.

## Important notes

#### Kotlin MPP gradle plugin needs to be applied
``` kotlin
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose")
}
```
Compose for Web can be used only with kotlin multiplatform plugin applied. Otherwise, Compose plugin won't be configured properly.

0 comments on commit 68244c9

Please sign in to comment.