You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Kotlin Multiplatform project targeting Android, iOS, Web, Desktop.
1
+
# Kotlin Dictionary 📚
2
2
3
-
*`/composeApp` is for code that will be shared across your Compose Multiplatform applications.
4
-
It contains several subfolders:
5
-
-`commonMain` is for code that’s common for all targets.
6
-
- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
7
-
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
8
-
`iosMain` would be the right folder for such calls.
3
+

9
4
10
-
*`/iosApp` contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform,
11
-
you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
5
+
Kotlin Dictionary is a student-led, cross-platform app designed to help learners dive deep into the Kotlin programming language. It serves as an interactive reference where you can explore topics with clear explanations and reinforce your learning through quizzes.
12
6
7
+
---
8
+
9
+
## About This Project
10
+
11
+
This project is part of a collaborative learning effort by students passionate about Kotlin, Jetpack Compose, and cross-platform development. It is being built as we explore and experiment with Kotlin Multiplatform capabilities.
12
+
13
+
We're exploring core Kotlin concepts and building this app as a way to document our journey, reinforce what we learn, and share it with others along the way.
14
+
15
+
The Kotlin Dictionary project is being guided by [@RajashekarRaju](https://github.com/RajashekarRaju), who mentors contributors throughout the process. This includes:
16
+
17
+
- Providing architectural guidance
18
+
- Reviewing contributions
19
+
- Suggesting improvements
20
+
- Promoting best practices in Kotlin development
21
+
22
+
We're all learning together, and the code evolves as we grow!
13
23
14
-
Learn more about [Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html),
> *More previews coming soon as the UI progresses!*
34
+
35
+
---
17
36
18
-
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).
19
-
If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
37
+
## ⚠️ Disclaimer
20
38
21
-
You can open the web application by running the `:composeApp:wasmJsBrowserDevelopmentRun` Gradle task.
39
+
This is an educational project developed by students. Expect rapid changes, experiments, and ongoing improvements as part of the learning journey. 😊
22
40
23
41
---
24
42
@@ -34,4 +52,7 @@ You can open the web application by running the `:composeApp:wasmJsBrowserDevelo
34
52
-[ ] Introduce common @Preview annotations for reusable Composable previews.
35
53
-[ ] Implement section-wise scroll behavior on the `Detail Screen` for better navigation.
36
54
-[ ] Add inline code formatting support for syntax display on the `Detail Screen`.
37
-
-[ ] Replace the search icon on the `Topic Card` to improve visual consistency.
55
+
-[ ] Replace the search icon on the `Topic Card` to improve visual consistency.
56
+
-[ ] Implement caching on the `Detail Screen` to store previously viewed topic data.
57
+
-[ ] Switch AI integration from OpenAI to Gemini.
58
+
-[ ] Refactor network layer for cleaner architecture.
0 commit comments