{"id":13428925,"url":"https://github.com/Kotlin/kotlin-examples","last_synced_at":"2025-03-16T02:30:46.970Z","repository":{"id":7506220,"uuid":"8856204","full_name":"Kotlin/kotlin-examples","owner":"Kotlin","description":"Various examples for Kotlin","archived":true,"fork":false,"pushed_at":"2024-01-22T15:22:27.000Z","size":1789,"stargazers_count":3206,"open_issues_count":56,"forks_count":1041,"subscribers_count":184,"default_branch":"master","last_synced_at":"2024-08-11T17:10:12.593Z","etag":null,"topics":["gradle","kdoc","kotlin","maven"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kotlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-18T14:34:06.000Z","updated_at":"2024-08-11T09:45:07.000Z","dependencies_parsed_at":"2024-07-31T03:11:37.447Z","dependency_job_id":null,"html_url":"https://github.com/Kotlin/kotlin-examples","commit_stats":{"total_commits":224,"total_committers":39,"mean_commits":5.743589743589744,"dds":0.7723214285714286,"last_synced_commit":"8724015a94d97347bc5e1273d1ad7019fd64e782"},"previous_names":["jetbrains/kotlin-examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotlin%2Fkotlin-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotlin%2Fkotlin-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotlin%2Fkotlin-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotlin%2Fkotlin-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kotlin","download_url":"https://codeload.github.com/Kotlin/kotlin-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243815616,"owners_count":20352199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle","kdoc","kotlin","maven"],"created_at":"2024-07-31T01:01:08.927Z","updated_at":"2025-03-16T02:30:46.467Z","avatar_url":"https://github.com/Kotlin.png","language":null,"funding_links":[],"categories":["Samples","Others"],"sub_categories":[],"readme":"kotlin-examples\n===============\n\n[![Obsolete JetBrains project](http://jb.gg/badges/obsolete.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n\nThe repository is archived as we have moved towards other sources of examples, including project-specific and tutorial-based ones, such as https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-samples.html, https://github.com/ktorio/ktor-samples and https://developer.android.com/samples.\n\n===\n\nVarious examples for [Kotlin](https://kotlinlang.org/)\n\nIf anything is missing or seems confusing, please create an issue in the [Kotlin issue tracker](https://youtrack.jetbrains.com/newIssue?project=KT\u0026c=Type%20Task\u0026c=Subsystems%20Docs%20%26%20Examples\u0026c=Assignee%20dmitry.romanov)\n\n[Kotlin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/):\n- 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.\n- https://github.com/Kotlin/kmm-basic-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.\n- 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).\n- https://github.com/Kotlin/kmm-with-cocoapods-sample  - This is a sample project  represents the case when Cocoapods dependencies added in Kotlin and there is no existing Xcode project.\n- https://github.com/Kotlin/kmm-with-cocoapods-multitarget-xcode-sample - This project is intended to demonstrate how to connect Kotlin library to Xcode project with several targets: iOS, macOS, tvOS, watchOS\n- https://github.com/Kotlin/kmm-with-cocoapods-xcode-two-kotlin-libraries-sample - This project is intended to demonstrate the connection of two Kotlin libraries to existing Xcode project through Cocoapods.\n\n[Kotlin for Server-side](https://kotlinlang.org/lp/server-side/):\n- https://github.com/ktorio/ktor-samples - A collection of ready-to-use samples for [Ktor](https://ktor.io/).\n- https://github.com/spring-petclinic/spring-petclinic-kotlin - This is a Kotlin version of the [spring-petclinic](https://github.com/spring-projects/spring-petclinic) application.\n\n[Kotlin for Web frontend](https://kotlinlang.org/docs/js-overview.html):\n- https://github.com/Kotlin/full-stack-web-jetbrains-night-sample - A full-stack demo application written in Kotlin for JetBrains Night Moscow 2019.\n- https://github.com/Kotlin/react-redux-todo-list-sample - 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).\n- https://github.com/Kotlin/full-stack-spring-collaborative-todo-list-sample - Collaborative todo-list with Spring, Kotlin and RSocket.\n\n[Kotlin Native](https://kotlinlang.org/docs/native-overview.html):\n- 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. \n\n[Kotlin for Android](https://kotlinlang.org/docs/android-overview.html): \n- https://developer.android.com/samples\n\nKotlin Script:\n- 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.\n\n[Dokka](https://github.com/Kotlin/dokka): \n- https://github.com/Kotlin/dokka/tree/master/examples\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKotlin%2Fkotlin-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKotlin%2Fkotlin-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKotlin%2Fkotlin-examples/lists"}