Ben Lee

Results 103 comments of Ben Lee

Related https://github.com/bazelbuild/rules_jvm_external/pull/1215, might be worth while holding off on this PR a bit longer to sort out the `--experimental_google_legacy_api` situation, otherwise all `rules_kotlin` users will be forced to enable that...

All of the native providers are being moved into Starlark which will unblock this PR https://github.com/bazelbuild/rules_android/commit/ee0f53d148d775da1c983d1e3acbb5c32512b0ef

@restingbull thanks, updated the sha to the correct one.

You can work around this by doing: ``` # Avoid popping up the Java GUI in the macos dock build --host_jvmopt="-Dapple.awt.UIElement=true" --jvmopt="-Dapple.awt.UIElement=true" ``` Upstream Bazel should probably just pass these...

We have a working solution that we've build internally for running Android Lint with Bazel, so it's possible (supports multiplexed workers). It's also worth noting that there are some early...

@smocherla-brex Bazel is able to persist your workers between builds negating the performance overhead of having to spin them up for each build or even each action. Are you by...

@TwoClocks If you are able to provide a sample of some sort to reproduce this, that would be super helpful! The examples directory has some scaffolding projects that you can...

I have a solution for this once we fully move to bzlmod https://github.com/bazelbuild/rules_kotlin/pull/1218

It should get disabled already unless you have a target that only contains java sources https://github.com/bazelbuild/rules_kotlin/blob/43a15332ee332a7bbd8fb451b3cfc370e29653c7/kotlin/internal/jvm/compile.bzl#L886