↓ Skip to Main Content

PatrickJackson.dev

Main Navigation

  • Home
  • About Me

Tag: kotlin-multiplatform

Publishing Multiplatform Kotlin Libraries

By patjackson52 Posted on October 26, 2020 Posted in kotlin-multiplatform Tagged with kotlin-multiplatform, maven
Publishing Multiplatform Kotlin Libraries

Publishing artifacts for multiplatform Kotlin is a bit more complicated than a JVM project. If you are supporting all of Kotlin’s platforms, then need at least 3 build environments: linux, mac, and windows. Luckily there are easy and free options …

Publishing Multiplatform Kotlin Libraries Read more »

Redux on Multithreaded Platforms

By patjackson52 Posted on June 13, 2020 Posted in redux Tagged with kotlin-multiplatform, redux, reduxkotlin
Redux on Multithreaded Platforms
Shared state, Redux, and concurrency

Writing code with Redux for web really doesn’t require consideration of threading and concurrent modification of variables. Given Javascript is single threaded its just not an issue. Working in JVM or Native suddenly presents a new set of challenges. Concurrent …

Redux on Multithreaded Platforms Read more »

Multiplatform: Apple AppStore Thoughts

By patjackson52 Posted on January 25, 2020 Posted in opinion Tagged with ios, kotlin, kotlin-multiplatform

Apple has always valued great user experience. Its App store is guarded by App store reviews with the authority to reject anything that does not meet its standards. This must be considered when selecting a multiplatform solution. Jobs himself was …

Multiplatform: Apple AppStore Thoughts Read more »

Coroutine Delay

By patjackson52 Posted on December 3, 2019 Posted in kotlin-multiplatform Tagged with android, ios, kotlin-multiplatform
Coroutine Delay

A common pattern is to delay execution of some code for a given amount of time. In Android and iOS there are several ways to do, such as the above snippet. How can we pull this into shared Kotlin Multiplatform …

Coroutine Delay Read more »

ReduxKotlin.org

By patjackson52 Posted on November 30, 2019 Posted in redux, reduxkotlin Tagged with android, ios, kotlin-multiplatform, redux, reduxkotlin

Earlier this year I began work on ReduxKotlin.org – a port of the Javascript library Redux. This series of posts will describe the what, why, how, and the vision of Redux in the Kotlin ecosystem. Also, I gave a talk …

ReduxKotlin.org Read more »

Copyright © 2025 PatrickJackson.dev | Powered by Responsive Theme