Hello. I am brand new in library development and m...
# library-development
l
Hello. I am brand new in library development and my use case is to make a library that includes local .aar library. To add local .aar I created a module containing .aar and build.gradle. It seems to work fine in my library project (resolves all dependencies), but my test project cannot add this library as dependency now. I receive
Failed to resolve: LibraryName:ModuleName:unspecified
during the sync. Any help is appreciated. Thanks!
1