Skip to content

Commit

Permalink
Update composeconfusion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored May 3, 2023
1 parent 6769d4f commit e768061
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/general/composeconfusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ The Compose Compiler Plugin is a Kotlin Compiler Plugin that transforms all the
Jetpack Compose is a UI Toolkit for Android developed by Google.
It is using **Compose Runtime/Compose Compiler Plugin** and **Compose UI**

# Compose for Web
[Compose for Web](https://compose-web.ui.pages.jetbrains.team/) is a UI Toolkit for Web developed by JetBrains written in Kotlin/JS.
# Compose HTML
Compose HTML is a UI Toolkit for Web developed by JetBrains written in Kotlin/JS.
It is using the **Compose Runtime** and the **Compose Compiler Plugin**. It does not use Compose UI, because it uses Compose Wrappers for the HTML DOM UI Elements.


# Compose for Desktop
**Compose for Desktop** is a UI Toolkit developed by JetBrains. It runs on the JVM and it is using **Compose Runtime**, **Compose Compiler Plugin** and a Compose UI version for desktop which is using Skia to target Windows, macOS, Linux. Additional it provides components for desktop specific apps like scrollbars or mouse support and Swing interop.

Expand Down

0 comments on commit e768061

Please sign in to comment.