🚀 A project using Basel as an additional build system
- Android rules for Bazel
- Bazel Kotlin Rules
- Bazel JVM Extenrla Rules - Bazel rules to resolve, fetch and export Maven artifacts
Use bazel
or bazelisk
to build a project
Install Basel or Basilisk(recommended) if they are not already installed following this installation guide
# Build the app module library
bazelisk build app:app-lib
# Build android binary
bazelisk build app:bin
# Start app
bazelisk mobile-install app:bin start_app
# or (incremental build)
bazelisk mobile-install --incremental app:bin start_app