About 27,100 results
Open links in new tab
  1. Kotlin Programming Language

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

  2. Get started with Kotlin | Kotlin - Kotlin Programming Language

    Feb 2, 2021 · To start, why not take our tour of Kotlin? This tour covers the fundamentals of the Kotlin programming language and can be completed entirely within your browser.

  3. Kotlin Docs | Kotlin Documentation - Kotlin Programming Language

    Feb 2, 2021 · Kotlin releases The latest Kotlin releases and instructions on how to update to them

  4. 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 …

  5. Kotlin for Android | Kotlin Documentation - Kotlin Programming …

    Oct 1, 2025 · Since its creation in 2011, Kotlin has developed continuously, not only as a language but as a whole ecosystem with robust tooling. Now it's seamlessly integrated into Android Studio and is …

  6. Basic syntax overview | Kotlin Documentation - Kotlin Programming …

    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.

  7. Learning materials overview | Kotlin Documentation

    Sep 3, 2025 · Kotlin for Java Developers – learn the similarities and differences between Java and Kotlin in this course on Coursera. Kotlin documentation in PDF format – read our documentation offline.

  8. Introduction - Kotlin language specification - Kotlin Programming …

    This specification covers Kotlin/Core, i.e., fundamental parts of Kotlin which should function mostly the same way irregardless of the underlying platform. These parts include such important things as …

  9. FAQ | Kotlin Documentation - Kotlin Programming Language

    Oct 23, 2025 · What is Kotlin?  Kotlin is an open-source statically typed programming language that targets the JVM, Android, JavaScript, Wasm, and Native. It's developed by JetBrains. The project …

  10. Kotlin Playground: Edit, Run, Share Kotlin Code Online

    Explore Kotlin and practice your coding skills on the Kotlin Playground! Simply type a snippet of code and click Run to try it on the fly.