https://github.com/louiscad/all-coroutines-pitfalls
Talk about Kotlin coroutines pitfalls
https://github.com/louiscad/all-coroutines-pitfalls
Last synced: 4 months ago
JSON representation
Talk about Kotlin coroutines pitfalls
- Host: GitHub
- URL: https://github.com/louiscad/all-coroutines-pitfalls
- Owner: LouisCAD
- Created: 2025-01-22T10:25:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T17:30:32.000Z (over 1 year ago)
- Last Synced: 2026-03-28T16:58:08.566Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 5.57 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slides for "🧨 All coroutines pitfalls"
This project uses the [Compose ur Pres](https://github.com/KodeinKoders/CuP) project.
## Running the presentation
- On desktop: run the `./gradlew run` command.
- On the web: run the `./gradlew wasmJsBrowserRun` command.
## Exporting the presentation web page
- For Github Pages, run the `./gradlew distDoc` command that will generate the web page in the `doc/` directory.
- For other systems, run the `./gradlew wasmJsBrowserDistribution` command that will generate the web page in the `build/dist/wasmJs/productionExecutable` directory.