You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Add repository in your settings.gradle like this: maven { url = uri("https://www.jitpack.io") };
2.Replace SNASHOT with excatly version that can be searched in AAChartCore-Kotlin, such as com.github.AAChartModel:AAChartCore-Kotlin:7.2.1.
If these steps don't work, please check the gradle build error report.It may do not search for target module in jitpack like this:
, you should delete other repositroy.
In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work.
The text was updated successfully, but these errors were encountered: