rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

is there any way to inspect the full kotlinc commandline invocation?

Open fisheye-123 opened this issue 5 years ago • 1 comments

For bazel, i usually use "bazel build //... -s", but it doesn't work with kotlin rules.

fisheye-123 avatar Apr 06 '20 16:04 fisheye-123

You can --define=kt_trace=1

https://github.com/bazelbuild/rules_kotlin/blob/7b7ac2dc72dfea6e1242120ba780b3c597e5d425/kotlin/internal/toolchains.bzl#L355

rockwotj avatar Jul 31 '21 02:07 rockwotj