Jannis
07/25/2020, 9:16 AMinstallAllWithLocalDeps. This is pretty nice, but for me it fails on the arrow-android module because of a missing sdk. Can we change this method to skip failure rather than full on crash? Building anything with arrow-android as a dep should still fail, but at least one can build anything else without problems. This will mean buildAllWithLocalDeps will still fail, but buidWithLocalDeps shouldn't, which I think is preferable.Jannis
07/25/2020, 9:47 AMraulraja
07/25/2020, 12:37 PMJannis
07/25/2020, 1:16 PMRachel
08/03/2020, 11:26 AMinstallAllWithLocalDeps because I think it's confusing. Just buildAllWithLocalDeps and buidWithLocalDeps are needed. Thanks for the feedback @Jannis!!!