Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 599 Bytes

File metadata and controls

29 lines (19 loc) · 599 Bytes

Examples

Sample applications for the Working Group Two APIs.

Setup

This repo uses Bazel for building and running the examples. To install Bazel, follow the instructions here.

macOS

brew install bazel

Linux

curl -Lo bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64
chmod +x bazel
sudo mv bazel /usr/local/bin/

Kotlin

SMS