Files
compose-multiplatform/examples/todoapp/settings.gradle.kts
Arkadii Ivanov 8f87cda24d Add web app for the TodoApp example (#778)
* 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.
2021-06-17 08:57:06 +02:00

12 lines
185 B
Kotlin
Executable File

include(
":common:utils",
":common:database",
":common:main",
":common:edit",
":common:root",
":common:compose-ui",
":android",
":desktop",
":web"
)