Kevin Galligan

Kevin Galligan @kpgalligan

About: #kotlin Multipatform and Native

Joined:
Oct 22, 2017

Kevin Galligan
articles - 12 total

Ktor and Kotlin/Native

Ktor and Kotlin/Native had some issues in earlier Kotlin versions. Now some things are fixed, and the situation is much improved, but be aware of some different potential problems.

Learn More 36 3Sep 1 '20

Kotlin/Native Concurrency Changes…

Kotlin/Native is getting a new memory model. What that means.

Learn More 41 5Jul 20 '20

Debugging Kotlin on iOS with Xcode

Using the Xcode Kotlin plugin, you can debug Kotlin code shared with your iOS project. However, configuration is important.

Learn More 12 1Mar 19 '20

Kotlin/Native - Isolated State

You can have concurrent mutable state with reasonable performance by keeping it isolated to a single thread.

Learn More 16 0Jan 26 '20

Kotlin/Native - Transferring State

About transferring mutable state between threads.

Learn More 36 0Jan 26 '20

Kapture - Kotlin/Native State Capture

Intellij plugin to help avoid capturing and freezing state unintentionally

Learn More 35 0Jan 21 '20

Practical Kotlin Native Concurrency Part 3

Hands-on introduction to concurrency and state in Kotlin/Native

Learn More 19 1Dec 16 '19

Practical Kotlin Native Concurrency Part 2

Hands-on introduction to concurrency and state in Kotlin/Native

Learn More 22 0Dec 16 '19

Practical Kotlin Native Concurrency

Hands-on introduction to concurrency and state in Kotlin/Native

Learn More 74 0Dec 16 '19

Kotlin Native iOS Crash Reporting

Crash reporting library for Kotlin Native on iOS

Learn More 27 0Nov 26 '19

Kotlin Native Coroutines Preview

The arrival of Multithreaded Coroutines for Kotlin Native means a big blocker to progress has been removed.

Learn More 20 0Nov 15 '19

Debugging Kotlin Native’s Compiler

Attaching a debugger to Kotlin Native's compiler

Learn More 8 0May 26 '19