{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "kotlinc src/main.kt -d bin", "group": { "kind": "build", "isDefault": true } }, { "label": "run", "type": "shell", "command": "java -cp bin MainKt", "problemMatcher": [] } ] }