add it to your settings.gradle file
dependencyResolutionManagement {
....
repositories {
...
maven { url 'https://jitpack.io' }
}
}
add it to your build.gradle(Module: app) file
dependencies {
implementation 'com.github.theakashdev:KotlinX:{latest version}'
}