Skip to content

Commit 3f9c09c

Browse files
authored
Add roadmap section.
1 parent c9c7359 commit 3f9c09c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,13 @@ Learn more about [Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-mu
1818
We would appreciate your feedback on Compose/Web and Kotlin/Wasm in the public Slack channel [#compose-web](https://slack-chats.kotlinlang.org/c/compose-web).
1919
If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
2020

21-
You can open the web application by running the `:composeApp:wasmJsBrowserDevelopmentRun` Gradle task.
21+
You can open the web application by running the `:composeApp:wasmJsBrowserDevelopmentRun` Gradle task.
22+
23+
---
24+
25+
## 🎢 Roadmap
26+
27+
- [ ] Add `ktlint` configuration for code style enforcement.
28+
- [ ] Integrate `Arrow Core` for exception handling.
29+
- [ ] Add a centralized logger.
30+
- [ ] Create a separate module for reusable UI components.

0 commit comments

Comments
 (0)