I new in android app development.I have build simple android library which having class base activity BaseActivity
i have upload library to github : https://github.com/ubheamar/android_core/
now i am trying to use jitpack to get library for android project.implementation 'com.github.ubheamar:android_core:master-SNAPSHOT'
but when i using this library in my another project android studio gets slow.