google / java-photoslibrary

Java client library for the Google Photos Library API
http://developers.google.com/photos
Apache License 2.0
107 stars 64 forks source link

Java Modularity support? #57

Open richardeigenmann opened 6 months ago

richardeigenmann commented 6 months ago

How do we go about connecting the Google photos library with a Java Modularity application? Simply adding

implementation 'com.google.photos.library:google-photos-library-client:1.7.3'

to the build.gradle results in a ton of conflicts.

Has someone perhaps got a sample project with suitable "exclude" statements to take guidance from?