Ben Lee
Ben Lee
I was able to get an app building within our Android repo using this PR and the K2 Jdps implementation, so we should be good to merge this now.
Apart from telling Roborazzi where to write the snapshots to and where to look for the previous ones, this pretty much works out of the box with Bazel: ```starlark android_local_test(...
If there is interest in supporting an open source Bazel specific wrapper around `SnapshotRule` we could drop it into https://github.com/robolectric/robolectric-bazel so that Bazel users have access to that when setting...
This one should be ready to merge now.
@kotlaja a newer version has been merged, this PR can just be closed. https://github.com/bazelbuild/bazel-central-registry/pull/4053
@ratnikov I put up a PR upgrading the internal version https://github.com/bazelbuild/rules_kotlin/pull/1184 The infrastructure is there to support dynamically setting remote versions via `kotlin_repositories`, wouldn't be hard to extend that to...
@ted-xie There might actually be some issues with the rules_java changes.
This can be closed.
> It's a good idea, and we're now talking internally about what the best way to do this kind of API-like thing is. There will be some maintenance involved if...
This is a prototype. The worker API rules don't support the WORKSPACE path so we'd probably need to do some compat. work if we want to ship this.