From ad24dbd3a7ee1a21b12b7993438816ad1c251d7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E5=BF=97=E8=B1=AA?= <izhangzhihao@hotmail.com>
Date: Mon, 15 Jun 2020 18:03:41 +0800
Subject: [PATCH] [ci skip] add gitpod config

---
 .gitpod.Dockerfile | 5 +++++
 .gitpod.yml        | 8 ++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 .gitpod.Dockerfile
 create mode 100644 .gitpod.yml

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==