-
From Kotlin to Native: Or how Kotlin concepts are mapped to the Apple framework
September 19, 2019 - 14 min readTL;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
September 8, 2019 - 6 min readHow 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
September 1, 2019 - 6 min readContinuing 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
August 25, 2019 - 7 min readIn 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
August 17, 2019 - 10 min readIn 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
August 4, 2019 - 5 min readHi, 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
July 21, 2019 - 8 min readFor 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 ...