Skip to content

Commit f159e2b

Browse files
committed
Link kotlinc so problemtools find the binary
1 parent fba851d commit f159e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"postCreateCommand": {
3030
"rust version": "rustc --version",
3131
"link rust": "sudo ln -s /usr/local/cargo/bin/rustc /usr/bin/rustc",
32+
"link kotlin": "sudo ln -s /usr/local/sdkman/candidates/kotlin/current/bin/kotlinc /usr/bin/kotlinc",
3233
"problemtools": "sudo apt-get update && sudo apt-get install -y libboost-all-dev && pip install git+https://github.com/kattis/problemtools@master"
3334
}
3435

0 commit comments

Comments
 (0)