Our first year with Kotlin Multiplatform

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kotlin-native

    Discontinued Kotlin/Native infrastructure

  • The first one concerned how to optimally build Kotlin code as a framework for iOS apps. Even today, a year later, this topic is still not completely resolved, but the solution in the form of the so-called Umbrella module (or Integration module) turned out to be functional and sufficient for our needs, without limiting our work in any way.

  • kotlinx.coroutines

    Library support for Kotlin coroutines

  • The second one is about the memory model in Kotlin/Native (in our case for iOS), and the possibility of using a background thread for coroutines. This one doesn't have a final implementation yet either, but a final solution is on the way. However, a temporary solution from JetBrains in the form of a special native-mt Coroutines build has proven to be sufficient in not delaying the use of Kotlin Multiplatform any further.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Coroutines for beginners- the only article you need to get started!

    3 projects | /r/androiddev | 2 May 2021
  • What is restricted suspension in Kotlin?

    2 projects | dev.to | 26 Feb 2021
  • Asynchronous Clean-Up (in Rust)

    5 projects | news.ycombinator.com | 25 Feb 2024
  • Gradle: from Newbie to Strong fundamentals

    1 project | dev.to | 7 Sep 2023
  • Add `statefulMap` and `statefulTransform` operator to Kotlin coroutines' Flow

    1 project | /r/Kotlin | 31 Aug 2023