There was an error while loading. Please reload this page.
allprojects { repositories { maven {url 'https://jitpack.io'} } }
dependencies { 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' }