]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add kotlin konan (#236)
authorNick <nwowens32@gmail.com>
Fri, 31 Mar 2023 13:41:05 +0000 (09:41 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 13:41:05 +0000 (15:41 +0200)
programs/kotlin.json [new file with mode: 0644]

diff --git a/programs/kotlin.json b/programs/kotlin.json
new file mode 100644 (file)
index 0000000..d8f893c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "name": "kotlin",
+  "files": [
+      {
+          "path": "$HOME/.konan",
+          "movable": false,
+          "help": "Export the following environment variables:\n\n```bash\nexport KONAN_DATA_DIR=\"$XDG_DATA_HOME/konan\"\n```\n"
+      }
+  ]
+}