- Configure Your Project
- .gitpod.yml
- Docker Configuration
- Start Tasks
- VS Code Extensions
- Exposing Ports
- Prebuilt Workspaces
- Environment Variables
- Workspace Location
- Editor Configuration
- Gitpod Self-Hosted
- Install on Google Cloud Platform
- Install on Amazon Web Services
- Install on self-managed Kubernetes
- Configure OAuth
- Configure a Domain
- Configure HTTPS Certificates
- Configure a Database
- Configure a Docker Registry
- Configure Storage
- Configure Nodes
- Configure Workspaces
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:
Still Have Questions?
Please reach out. We’re happy to answer them.