Browse Source

Docs: Js only projects are now supported (#2154)

See #1851
pull/2157/head
Philip Wedemann 2 years ago committed by GitHub
parent
commit
68244c921b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      tutorials/Web/README.md

11
tutorials/Web/README.md

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

Loading…
Cancel
Save