kotlin-ext
                                
                                 kotlin-ext copied to clipboard
                                
                                    kotlin-ext copied to clipboard
                            
                            
                            
                        Some useful Kotlin extensions and high order functions.
kotlin-ext
Some useful Kotlin extensions and high order functions.
Dependency
Add it in your root build.gradle at the end of repositories:
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
Add the dependency
dependencies {
	 implementation 'com.github.savepopulation:kotlin-ext:1.0.0'
}