Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions topics/multiplatform-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,40 @@ To explore the ecosystem as a whole, check out the [kotlin-multiplatform](https:
<td>Noteworthy libraries</td>
<td>User interface</td>
</tr>
<tr>
<td>
<strong><a href="https://github.com/JetBrains/kotlinconf-app">Official KotlinConf application</a></strong>
</td>
<td>A companion application for <a href="https://kotlinconf.com/">KotlinConf</a>.
The client application for Android, iOS, desktop, and web is built with shared UI using Compose Multiplatform.
The backend application is powered by the <a href="https://ktor.io/">Ktor</a> server-side framework
and the <a href="https://www.jetbrains.com/help/exposed/home.html">Exposed</a> database library.
</td>
<td>
<list>
<li>UI</li>
<li>Model</li>
<li>Networking</li>
<li>Data storage</li>
</list>
</td>
<td>
<list>
<li><code>kotlinx-serialization</code></li>
<li><code>kotlinx-datetime</code></li>
<li><code>kotlinx-coroutines</code></li>
<li><code>ktor-client</code></li>
<li><code>ktor-server</code></li>
<li><code>multiplatform-settings</code></li>
</list>
</td>
<td>
<list>
<li>Jetpack Compose on Android</li>
<li>Compose Multiplatform on iOS, desktop, and web</li>
</list>
</td>
</tr>
<tr>
<td>
<strong><a href="https://github.com/JetBrains/compose-multiplatform/tree/master/examples/imageviewer">Image Viewer</a></strong>
Expand Down