About 731,000 results
Open links in new tab
  1. Kotlin Programming Language

    Dec 16, 2025 · Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently.

  2. Kotlin - Wikipedia

    As of 2020, Kotlin was the most widely used language on Android, with Google estimating that 70% of the top 1,000 apps on the Play Store were written in Kotlin.

  3. Kotlin Multiplatform – Build Cross-Platform Apps

    Kotlin Multiplatform is a technology for reusing up to 100% of your code across Android, iOS, web, and desktop, with Compose Multiplatform for shared UIs.

  4. Kotlin Tutorial - W3Schools

    Kotlin is easy to learn, especially if you already know Java (it is 100% compatible with Java). Kotlin is used to develop Android apps, server side apps, and much more.

  5. Kotlin Tutorial - GeeksforGeeks

    Aug 6, 2025 · In this Kotlin tutorial, you'll learn various important Kotlin topics, including data types, control flow, functions, object-oriented programming, collections, and more.

  6. Get started with Kotlin

    Nov 13, 2025 · Kotlin is a modern but already mature programming language designed to make developers happier. It's concise, safe, interoperable with Java and other languages, and provides …

  7. Welcome to our tour of Kotlin! | Kotlin Documentation

    Apr 28, 2025 · Quickly learn the essentials of the Kotlin programming language through our tours, which will take you from beginner to intermediate level. Each chapter contains: Theory to introduce key …

  8. Kotlin Docs | Kotlin Documentation

    Standard library API reference Living essentials for everyday work with Kotlin: IO, files, threading, collections, and much more

  9. Basic syntax overview | Kotlin Documentation

    Apr 1, 2025 · In Kotlin, you declare a variable starting with a keyword, val or var, followed by the name of the variable. Use the val keyword to declare variables that are assigned a value only once.

  10. Kotlin and Android | Android Developers

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.