Skip to content

Latest commit

 

History

History
153 lines (93 loc) · 9.7 KB

getting-started.md

File metadata and controls

153 lines (93 loc) · 9.7 KB

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 many ways to reuse code between multiple platforms for productive programming.

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.

Start the Kotlin tour

Install Kotlin

Kotlin is included in each IntelliJ IDEA and Android Studio release. Download and install one of these IDEs to start using Kotlin.

Choose your Kotlin use case

Here you'll learn how to develop a console application and create unit tests with Kotlin.

  1. Create a basic JVM application with the IntelliJ IDEA project wizard.

  2. Write your first unit test.

  3. Join the Kotlin community:

    • Slack{width=25}{type="joined"} Slack: get an invite.
    • StackOverflow{width=25}{type="joined"} StackOverflow: subscribe to the "kotlin" tag.
  4. Follow Kotlin on:

    • Twitter{width=18}{type="joined"} Twitter
    • Reddit{width=25}{type="joined"} Reddit
    • YouTube{width=25}{type="joined"} Youtube

If you encounter any difficulties or problems, report an issue in our issue tracker.

Here you'll learn how to develop a backend application with Kotlin server-side.

  1. Create your first backend application:

  2. Learn how to mix Kotlin and Java code in your application.

  3. Join the Kotlin server-side community:

    • Slack{width=25}{type="joined"} Slack: get an invite.
    • StackOverflow{width=25}{type="joined"} StackOverflow: subscribe to the "kotlin" tag.
  4. Follow Kotlin on:

    • Twitter{width=18}{type="joined"} Twitter
    • Reddit{width=25}{type="joined"} Reddit
    • YouTube{width=25}{type="joined"} Youtube

If you encounter any difficulties or problems, report an issue in our issue tracker.

Here you'll learn how to develop and improve your cross-platform application using Kotlin Multiplatform.

  1. Set up your environment for cross-platform development.

  2. Create your first application for iOS and Android:

  3. Use a wide set of multiplatform libraries to implement the required business logic only once in the shared module. Learn more about adding dependencies.

    Library Details
    Ktor Docs
    Serialization Docs and sample
    Coroutines Docs and sample
    DateTime Docs
    SQLDelight Third-party library. Docs

    You can also find a multiplatform library in the community-driven list.

    {style="tip"}

  4. Learn more about Kotlin Multiplatform:

  5. Join the Kotlin Multiplatform community:

  6. Follow Kotlin on:

    • Twitter{width=18}{type="joined"} Twitter
    • Reddit{width=25}{type="joined"} Reddit
    • YouTube{width=25}{type="joined"} Youtube

If you encounter any difficulties or problems, report an issue to our issue tracker.

To start using Kotlin for Android development, read Google's recommendation for getting started with Kotlin on Android.

Follow Kotlin on Twitter{width=18}{type="joined"} Twitter, Reddit{width=25}{type="joined"} Reddit, and YouTube{width=25}{type="joined"} Youtube, and don't miss any important ecosystem updates.

From building data pipelines to productionizing machine learning models, Kotlin is a great choice for working with data and getting the most out of it.

  1. Create and edit notebooks seamlessly within the IDE:

  2. Explore and experiment with your data:

    • DataFrame – a library for data analysis and manipulation.
    • Kandy – a plotting tool for data visualization.
  3. Get the latest updates about Kotlin for Data Analysis:

  4. Follow Kotlin on:

    • Twitter{width=18}{type="joined"} Twitter
    • Reddit{width=25}{type="joined"} Reddit
    • YouTube{width=25}{type="joined"} Youtube

Is anything missing?

If anything is missing or seems confusing on this page, please share your feedback.