Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADR: Decision to use KMP for mobile development #57

Open
gregbrowndev opened this issue Sep 10, 2023 · 0 comments
Open

ADR: Decision to use KMP for mobile development #57

gregbrowndev opened this issue Sep 10, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@gregbrowndev
Copy link
Owner

gregbrowndev commented Sep 10, 2023

Relates to #34

Document the decision to use Kotlin MultiPlatform (KMP) for cross-platform mobile app development.

Options:

  • KMP
  • React Native
  • Flutter

Main reasons for KMP:

  • It's a JVM-based solution using Kotlin, which synergises with Scala more than the other JS-based options.
  • Has a lot of support, e.g. from JetBrains as well as Google
  • Reviews look favourable even compared to Flutter
  • Kotlin is another highly regarded language which could be used for server development instead of Scala.
@gregbrowndev gregbrowndev added the documentation Improvements or additions to documentation label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant