Building with Bazel, Episode 11: Add Dependencies | raywenderlich.com

See how to add dependencies to your workspace for your Android project.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/31558158-building-with-bazel/lessons/11

Nit: At the end of the video there is a typo in the load function, I believe it should be:

load('io_bazel_rules_kotlin//... 

(line 105)