diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 00000000..2c4c2f71 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,18 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/java:1": { + "version": "17" + }, + "ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": { + "PACKAGES": "platform-tools,platforms;android-29" + } + }, + "customizations": { + "vscode": { + "extensions": [ + "fwcd.kotlin" + ] + } + } +}