An Iraninan Calendar Written In Kotlin For Use In Android Projects
1.Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
2.Add the dependency
dependencies {
implementation 'com.github.TalebRafiepour:PersianCalendar:1.0.0'
}