Skip to content

Commit 524ced3

Browse files
chore: minor fix in compose overview (JetBrains#290)
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
1 parent 3b3efcd commit 524ced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/compose/compose-multiplatform-and-jetpack-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[//]: # (title: Compose Multiplatform and Jetpack Compose)
22

33
Compose Multiplatform is a cross-platform UI toolkit developed by JetBrains.
4-
It extends Google's [Jetpack Compose](https://developer.android.com/jetpack/compose) toolkit for Android by supporting for additional platforms.
4+
It extends Google's [Jetpack Compose](https://developer.android.com/jetpack/compose) toolkit for Android by supporting additional platforms.
55

66
Compose Multiplatform makes compose APIs available from [common Kotlin code](https://kotlinlang.org/docs/multiplatform-discover-project.html#common-code),
77
allowing you to write shared compose UI code that can run on Android, iOS, desktop, and web.

0 commit comments

Comments
 (0)