mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-08 15:51:08 +00:00
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```
They pollute templates/examples.
Now, all paths where we need to change the version are hardcoded in the script.
Usage:
```
./replace.sh 1.0.0-rc6
```
This script is planned to run on CI
In the future I will add support for changing Kotlin version
🐦 Compose Bird
A flappy bird clone using Compose Web and radio buttons
▶️ Play
🏃 Run
./gradlew jsBrowserRun
📦 Distribute
./gradlew jsBrowserDistribution // and then open index.html (build/distributions)
✍️ Author
👤 theapache64
- Twitter: @theapache64
- Email: theapache64@gmail.com
Feel free to ping me 😉
