我是 android 应用程序开发的新手。我已经构建了具有类基础活动BaseActivity的简单 android 库
我已将库上传到 github:https ://github.com/ubheamar/android_core/
现在我正在尝试使用 jitpack 来获取 android 项目的库。implementation 'com.github.ubheamar:android_core:master-SNAPSHOT'
但是当我在另一个项目中使用这个库时,android studio 会变慢。