Skip to content

Commit

Permalink
Update ReadMe (#27) (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: hfhbd <[email protected]>
  • Loading branch information
hfhbd and hfhbd committed Mar 6, 2021
1 parent 9ebf807 commit 5684b49
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ComposeTodo
Sample app to play with JetPack Compose, which shows following issues:
1. Calling `public suspend fun delay(duration: Duration): Unit` of kotlinx.coroutines results into a runtime error
2. kotlinx.serializer compiler plugin does not work with compose compiler extensions

## Branches
1. main: Custom, manually kotlinx serializer for `model/Todo.kt`
1. testCompilerPlugin: Generated serializer using kotlinx.serializer plugin for `model/Todo.kt`
Sample app to play with Jetpack Compose and Kotlin Multiplatform.

## Targets

- Android using Jetpack Compose
- Desktop using Jetpack Compose
- Web using React
- Backend using Ktor

0 comments on commit 5684b49

Please sign in to comment.