Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3m authored Dec 30, 2021
1 parent 41f35b5 commit 76a9f35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[![Kotlin Multiplatform](https://img.shields.io/static/v1?logo=Kotlin&&logoColor=3c94cf&label=&message=Kotlin%20Multiplatform&color=555)](https://kotlinlang.org/docs/reference/multiplatform.html)

:warning: This PoC is currently not functional. Compose changed too much from beta and broke many things. I will update it using the compose compiler when it will be possible. There are some hope on the way :
- [Compose Multiplatform by JetBrains](https://github.com/JetBrains/compose-jb) started native support via Skia ([Skiko](https://github.com/JetBrains/skiko)), you can have a look at the [sample](https://github.com/JetBrains/compose-jb/tree/mpp/examples/falling-balls-mpp) but it is still very early. Some of the demos in this repo works but there is still many broken functionality. It will use the compose compiler but not native component.
- [Redwood Compose](https://jakewharton.com/multiplatform-compose-and-gradle-module-metadata-abuse/) by Cash App (not released yet). Use the compose compiler and native iOS component.

# Multiplatform Compose

A Kotlin library to use Jetpack Compose in Android and iOS. Allow to write UI for both in Kotin. Still experimental as many compose features are not yet available.
Expand Down

0 comments on commit 76a9f35

Please sign in to comment.