【Zincum】是化学元素周期表中第三十位元素,中文名为《锌》,以此作为项目名称的目的就是懒得起名子 本项目意在为自己打造一个基于Kotlin语言的快速开发库。里面包含但不限于 BaseX 举例:BaseFragment 、BaseActivity等,自定义View,
** Add it in your root build.gradle at the end of repositories: **
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = uri(path = "https://www.jitpack.io") }
}
}
dependencies {
implementation('com.github.ethann-tech:Zincum:latest')
}