mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
* Prepare the TodoApp example for adding the JavaScript app * Add the JavaScript app for the TodoApp example * TodoApp. Update Compose to 0.5.0-build225.
12 lines
185 B
Kotlin
Executable File
12 lines
185 B
Kotlin
Executable File
include(
|
|
":common:utils",
|
|
":common:database",
|
|
":common:main",
|
|
":common:edit",
|
|
":common:root",
|
|
":common:compose-ui",
|
|
":android",
|
|
":desktop",
|
|
":web"
|
|
)
|