Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit dd3251b

Browse files
Update README.md
1 parent 25040fe commit dd3251b

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

‎README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,30 @@ kotlin-examples
33

44
[![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
55

6-
Various examples for Kotlin
6+
Various examples for [Kotlin](https://kotlinlang.org/)
7+
8+
If anything is missing or seems confusing, please create an issue in the [Kotlin issue tracker](https://youtrack.jetbrains.com/newIssue?project=KT&c=Type%20Task&c=Subsystems%20Docs%20%26%20Examples&c=Assignee%20dmitry.romanov)
9+
10+
[Kotlin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/):
11+
- https://github.com/Kotlin/kmm-production-sample - This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile (KMM). It’s a simple RSS reader, and you can download it from the [App Store](https://apps.apple.com/ru/app/kmm-rss-reader/id1563922264) and [Google Play](https://play.google.com/store/apps/details?id=com.github.jetbrains.rssreader.androidApp). It’s been designed to demonstrate how KMM can be used in real production projects.
12+
- https://github.com/Kotlin/kmm-sample - This is a Kotlin Multiplatform Mobile (KMM) sample project. It includes iOS and Android applications with a native UI and a module with code shared on iOS and Android.
13+
- https://github.com/Kotlin/kmm-integration-sample - This is a sample project for the ["Make your Android application work on iOS"](https://kotlinlang.org/docs/mobile/integrate-in-existing-app.html) tutorial. Master branch contains the project’s initial state: it’s a simple Android application generated with the Android Studio "Login application" wizard. You could find the final state with the iOS application and shared KMM module in the [final branch](https://github.com/Kotlin/kmm-integration-sample/tree/final).
14+
- https://github.com/Kotlin/kotlin-with-cocoapods-sample - This is a sample project represents the case when Cocoapods dependencies added in Kotlin and there is no existing Xcode project.
15+
- https://github.com/Kotlin/multitarget-xcode-with-kotlin-cocoapods-sample - This project is intended to demonstrate how to connect Kotlin library to Xcode project with several targets: iOS, macOS, tvOS, watchOS
16+
- https://github.com/Kotlin/xcode-two-kmm-pods-sample - This project is intended to demonstrate the connection of two Kotlin libraries to existing Xcode project through Cocoapods.
17+
18+
[Kotlin for Web frontend](https://kotlinlang.org/docs/js-overview.html):
19+
- https://github.com/Kotlin/full-stack-web-jetbrains-night-sample - A full-stack demo application written in Kotlin for JetBrains Night Moscow 2019.
20+
- This project is a PoC of using Kotlin (JS) and React, React-Dom, React-Router, Redux and React-Redux. This project is an implementation/translation of the react-redux [Todo List example project](https://redux.js.org/basics/example) in Kotlin (with the addition of react-router).
21+
22+
[Kotlin Native](https://kotlinlang.org/docs/native-overview.html):
23+
- https://github.com/JetBrains/kotlin/tree/master/kotlin-native/samples - This repository contains a set of samples demonstrating how one can work with Kotlin/Native.
24+
25+
[Kotlin for Android](https://kotlinlang.org/docs/android-overview.html):
26+
- https://developer.android.com/samples
27+
28+
Kotlin Script:
29+
- https://github.com/Kotlin/kotlin-script-examples - This repository contains example projects and individual scripts, as well as links to the external examples demonstrating Kotlin Scripting functionality and API usage.
30+
31+
[Dokka](https://github.com/Kotlin/dokka):
32+
- https://github.com/Kotlin/dokka/tree/master/examples

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /