AAChartCore-Kotlin
AAChartCore-Kotlin copied to clipboard
Could not find AAChartCore-Kotlin-SNAPSHOT.arr
Could not find AAChartCore-Kotlin--SNAPSHOT.aar
Error: (com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT:7.2.1-g0cba9c9-1). Searched in the following locations: https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/-SNAPSHOT/AAChartCore-Kotlin--7.2.1-g0cba9c9-1.aar https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/-SNAPSHOT/AAChartCore-Kotlin--7.2.1-g0cba9c9-1.jar
Expected Result: To be able to find the above jar files at the location. For some reason, the files are not able to be found. I followed the instructions on the website.
root build.gradle file:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenLocal()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
}
}
allprojects {
repositories {
mavenLocal()
google()
jcenter()
maven { url 'https://jitpack.io' }
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Hello, this problem still exists, I could not use it either
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'
Nice this worked for me