The root build.gradle
should look like
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
and in the app module build.gradle
add following
dependencies {
implementation 'com.github.Roaim:KotlinPinBoard:v2.5'
}