Kotlin
A modern, statically typed programming language developed by JetBrains, designed for interoperability with Java and widely used for Android development.
- Strong grasp of Kotlin syntax, including control flow, higher-order functions and lambda expressions.
- Proficiency with Kotlin coroutines (
suspend,launch,async/await,flow, etc.) for handling asynchronous tasks efficiently. - Advanced usage of sequence operations, data and sealed classes and the standard library functions (
let,apply,run,takeIf, etc.).