Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.09 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.09 KB

Jetpack Compose with Bazel

🚀 A project using Basel as an additional build system

Android Bazel Kotlin Kotlin

Rules

Build project

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