### implementation 'com.whiteelephant:monthandyearpicker:1.3.0' using this in build Gradle but now I'm facing this issue Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.whiteelephant:monthandyearpicker:1.3.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/whiteelephant/monthandyearpicker/1.3.0/monthandyearpicker-1.3.0.pom - https://jcenter.bintray.com/com/whiteelephant/monthandyearpicker/1.3.0/monthandyearpicker-1.3.0.pom - https://repo.maven.apache.org/maven2/com/whiteelephant/monthandyearpicker/1.3.0/monthandyearpicker-1.3.0.pom - https://jitpack.io/com/whiteelephant/monthandyearpicker/1.3.0/monthandyearpicker-1.3.0.pom - file:/D:/Altpay/PSO/pso_git/pso/app/libs/monthandyearpicker-1.3.0.jar - file:/D:/Altpay/PSO/pso_git/pso/app/libs/monthandyearpicker.jar Required by: project :app **Did any one Solve this issue?** **Kindly Share the Solution**
implementation 'com.whiteelephant:monthandyearpicker:1.3.0'
using this in build Gradle but now I'm facing this issue
Execution failed for task ':app:checkDebugAarMetadata'.