Testing Using Ktor Client MockEngine for Integration and UI Tests MockEngine replaces real network calls with mocked ones that use pre-defined data and status codes. The engine can be shared between Integration and UI tests. Aleksander Jaworski Dec 10, 2021 8 min read
Multiplatform Kotlin Multiplatform For Android and the Web - Part 1 Introduction and the Server The first part of my thesis about Kotlin Multiplatform. This part contains the project introduction and the Ktor server Aleksander Jaworski Aug 16, 2021 8 min read