There was an error while loading. Please reload this page.
Add these to the gradle file
allprojects { repositories { maven {url 'https://jitpack.io'} } }
dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.1' implementation 'androidx.appcompat:appcompat:1.2.0' implementation "androidx.recyclerview:recyclerview:1.1.0" implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc03" implementation 'com.google.android.material:material:1.2.1' implementation 'com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' }