Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 972 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 972 Bytes

bazel_jetpack_compose_example

Sample repo demonstrating how to use Jetpack Compose with Bazel

CI GitHub license

Building

$ bazel build //compose-app:compose_example_app

bazel build //compose-app:compose_example_app
INFO: Analyzed target //compose-app:compose_example_app (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
Target //compose-app:compose_example_app up-to-date:
  bazel-bin/compose-app/compose_example_app_deploy.jar
  bazel-bin/compose-app/compose_example_app_unsigned.apk
  bazel-bin/compose-app/compose_example_app.apk
INFO: Elapsed time: 0.771s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action