I'm trying to upgrade my android project to 3.0.0-...
# android
k
I'm trying to upgrade my android project to 3.0.0-alpha2 and I'm always getting
Failed to resolve: Could not resolve project :myLibrary. Required by: project :app
myLibrary
being an android-lib project that's consumed by the
app
project
l
kirillrakhman: did you try using
api
instead of
compile
in the dependencies?
k
I've tried
implementation