Kotlin Coroutines and Swift, revisited

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. koru

    Simple coroutine wrappers for Kotlin Native. Generated from annotations. Compatible with RxSwift, Combine, async-await.

    Last year I wrote about a pattern for interop between Kotlin coroutines and RxSwift. I appreciate the attention it received, particularly where people have applied it to other reactive frameworks, and even including a code-generation plugin using the same ideas. I figure it's about time I talk about my own updated thinking on these patterns.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. swift-evolution

    This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.

    You could also do something similar with a PassthroughSubject, but I suspect (without having profiled extensively) that this version is probably lighter. There's also async/await support on the horizon for Swift, which would be nice to integrate here in the future.

  4. ksp

    Kotlin Symbol Processing API

    I'd like to further iterate on all these patterns in some form of codegen library in the future, as compiler plugins start to mature. I'm hopeful for a multiplatform version of Kotlin Symbol Processing to help with this, though this won't be possible before Kotlin 1.5.20 at the earliest due to missing extension points in the Kotlin compiler. Fingers crossed for something this summer I guess.

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

  • Delish, a Food Recipes App in Jetpack Compose with MVI architecture

    1 project | /r/fossdroid | 27 Dec 2022
  • apollo client codegen vs graphql cli codegen

    1 project | /r/graphql | 14 Oct 2022
  • How We integrated Kotlin Multiplatform Into Profi

    6 projects | /r/KotlinMultiplatform | 26 Jul 2021
  • Why unit test does not work fine in this repository https://github.com/fevziomurtekin/DeezerClone

    2 projects | /r/mAndroidDev | 6 Jun 2021
  • loco - 🚀 launch on & cancel on lifecycle events

    1 project | /r/androiddev | 1 Jun 2021

Did you know that Kotlin is
the 16th most popular programming language
based on number of references?