diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
new file mode 100644
index 0000000..4e25cb4
--- /dev/null
+++ b/.gitpod.Dockerfile
@@ -0,0 +1,5 @@
+FROM gitpod/workspace-full
+
+USER gitpod
+
+RUN brew install kotlin
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..c6dfce7
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,8 @@
+image:
+  file: .gitpod.Dockerfile
+tasks:
+  - init: gradle compileKotlin
+vscode:
+  extensions:
+    - mathiasfrohlich.Kotlin@1.7.0:9xQZtwTUg4bdXHCMyxM7vQ==
+    - fwcd.kotlin@0.2.11:moh8IDanzsIlhtK2IeiLmQ==