Christian Edward Jackson-Gruber
Christian Edward Jackson-Gruber
While click-through navigation now works for generated and downloaded workspaces, I'm not seeing syntax completion on targets not in `//` e.g. using github.com/square/bazel_maven_repository, one can set up a generated workspace...
This is written in Kotlin and depends on kotlin runtime as a result, however is designed to work cleanly from Java, and its kotlin origins should not be paritcularly noticeable...
Auto-value annotations dependency is specified as a default (compile) dependency, which in maven-land means needed at compile time and runtime. This means that it leaks the version truth uses to...
`Subject.named("foo")` prefixes "foo" before the subject, in any place where the subject is supplied for display. Originally `.named()` was a replacement, not a prefix, and this was changed. However, the...
Right now, while android native rules are used, this isn't a critical issue - however, once the rules_kotlin start using starlark rules_android, the mixing of jvm and android rules results...
The bug in kotlinc which caused ABI jars to be produced incorrect jars, without accounting for cross-inlining. 1.6 fixes this, so we should be able to use ABI jars reliably...
java_test supports a "flaky=True" flag which causes the test to be executed possibly a number of times, in order to see if it ever passes. It's not a recommended practice,...
Satisfies the dependency of the jetpack compose example (and to be consistent). Also add JPC to the CI system.
For some reason, a ClassNotFoundException occurs on CI when you enable extracting the rules from the release artifact. Looking at the release artifact, it's all in place, the jars are...
This is a placeholder issue - it will be regularly updated with the current roadmap and exist as a pinned issue. The first cut is being worked out.