KAU:Kotlin Android实用程序的广泛集合

时间:2024-02-24 06:48:04
【文件属性】:

文件名称:KAU:Kotlin Android实用程序的广泛集合

文件大小:618KB

文件格式:ZIP

更新时间:2024-02-24 06:48:04

android kotlin adapter library material

大量的Kotlin Android Utils 该库包含几乎在我所有其他项目中使用的小型帮助程序函数。 目的是使公共交互可以在一行中执行。 • KAU在JitPack上可用 要应用,请将以下内容添加到您的root build.gradle中: allprojects { repositories { .. . jcenter() maven { url " https://jitpack.io " } google() } } 并添加以下依赖项(您可以使用特定版本,提交或-SNAPSHOT): 请注意,如果需要基本功能,则仅需要core 。 请注意,如果您使用任何特定的子模块,它将自动包括其所有必需的依赖项。 dependencies { // all submodules extend this implementation " ca.allanwang.kau:core: $K AU " // all submodules with extensive ui ext


网友评论