Hello everyone, my project build failed with the error:
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not resolve project :lottie-react-native.
Required by:
project :app
> No matching configuration of project :lottie-react-native was found. The consumer was configured to find an API of a component, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'com.android.build.api.attributes.ProductFlavor:react-native-camera' with value 'general', attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '7.4.2' but:
- None of the consumable configurations have attributes.
Ah, lottie-react-native is something you want to just use, not something you develop?
Then you should probably ask them or their documentation on how to use it.