commit | c1f6455d38399853ff9f34e3eb5e8ca26e590290 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Oct 31 16:03:18 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Oct 31 16:04:36 2018 -0700 |
tree | 24273cbbefce7904f01c29cd0de89b735a9a3f5e | |
parent | 6c19720e7bbb2fe9fdc1fe615ac155bfd38f63ab [diff] |
Make ijar keep types/member functions that have annotated with @KeepForCompile. The inline Kotlin language feature causes method implementations to be a part of the jar's compiletime interface. We have a Kotlin compiler plugin that will annotate inlined methods with @KeepForCompile and ijar can use this to include code that is a part of the library's compiletime interface into the stripped jar. This iteration keeps the entire class, in the future it only needs to keep the method implementation and any constant pool entries the method accesses. PiperOrigin-RevId: 219553768
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.