Kotlin Extension Function
MinSKD: 21
Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.ThuanPx:KtExt:1.1.3'
}