Docs

Kotlin in Gitpod

To work with Kotlin in Gitpod, you will need to properly configure your repository. Here is how to do it.

Installing Kotlin

To install Kotlin in Gitpod add the following to your .gitpod.Dockerfile

RUN brew install kotlin

A full example could look like

FROM gitpod/workspace-full

USER gitpod

RUN brew install kotlin

Try it

Please use the button below to see a basic repository with Kotlin support in Gitpod:

Open in Gitpod

Still Have Questions?

Please reach out. We’re happy to answer them.