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
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
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: