Skip to content

Latest commit

 

History

History
144 lines (129 loc) · 15 KB

index.md

File metadata and controls

144 lines (129 loc) · 15 KB
title
MObile KOtlin

Mobile Kotlin project aimed at simplifying and accelerating the development of native mobile applications for Android and iOS using Kotlin Multiplatform technology.

Compose Multiplatform

MOKO libraries supports Compose Multiplatform UI framework. Check badge Compose Multiplatform.

Libraries that not have badge also can be used in projects, that use Compose Multiplatform, but just have direct interop with Compose (because it's not UI libraries).

moko-repo-header

Project template

  • moko-compose-multiplatform-ios-android-template is Compose Multiplatform template for Android & iOS with integrated MOKO libraries and sample of common use cases.
  • moko-compose-multiplatform-template is Compose Multiplatform template for Android, Desktop & iOS with integrated MOKO libraries and sample of common use cases.
  • moko-template is mobile multiplatform project template with integrated MOKO libraries and sample of common use cases (input form, items list, item details).

Gradle plugins

{% for plugin in site.data.plugins %}

  • {% include plugin-item data=plugin %} {% endfor %}

Libraries

{% for group in site.data.repositories %}

{{ group.name }}

{% for repository in group.repositories %}

  • {% include moko-item data=repository %} {% endfor %}

{% endfor %}

Links

Videos

Used in projects (by IceRock)

Used in projects (not by IceRock)

Used in open source apps on GitHub

Used in experiments on GitHub