Skip to content

🚀 A project using Bazel as an additional build system

Notifications You must be signed in to change notification settings

majorkik/android-compose-bazel

Repository files navigation

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

About

🚀 A project using Bazel as an additional build system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published