HKUtils Speed code for android Step 1 allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2 dependencies { ... implementation 'com.google.android.material:material:1.2.1' implementation 'com.github.harshkanjariya:HKUtils:1.0.3' }