-
From Kotlin to Native: Or how Kotlin concepts are mapped to the Apple framework
TL;DR This post is about how some specific Kotlin features are compiled to Objective-C and how they can be used in a Swift project when using Kotlin Nati...
-
Continuous Integration for Kotlin Native projects with Gitlab CI
How many times have you started a project with the intent to follow practices such as writing unit tests and enforcing a code style, only to give up afte...
-
Kotlin Multiplatform Project: Code styling for iOS and Android
Continuing my journey on Kotlin Multiplatform Project, this time I will explore some tools that can be used to apply code style conventions on such proje...
-
Kotlin Multiplatform Project: Unit tests for iOS and Android
In every project, regardless of the language or framework, it’s really important to have confidence when making a code change. Unit tests are here for th...
-
Thoughts on Kotlin Multiplatform Project structure
In the previous article, I tried to explain step by step the process of creating an iOS and Android app with a shared library using Kotlin Multiplatform ...
-
How to setup a Kotlin Multiplatform Project for iOS and Android
Hi, time has come to write something about Kotlin Multiplatform Project and more specifically how to setup a project with an iOS app, an Android app and ...
-
A step-by-step guide to create a custom Xcode template
For quite a long time I wanted to experiment with the creation of a custom Xcode template and finally the time has come!! In this article, I will try to ...