在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kirtan403/K4Kotlin开源软件地址(OpenSource Url):https://github.com/kirtan403/K4Kotlin开源编程语言(OpenSource Language):Kotlin 94.5%开源软件介绍(OpenSource Introduction):K4KotlinA sweet, small set of Kotlin functions to reduce your android boilerplate code DependencyAdd this in your project level allprojects {
repositories {
maven { url "https://jitpack.io" } // add this line
}
} Then, add the library to your module dependencies {
// K4Kotlin core extension functions
compile 'com.github.kirtan403.k4kotlin:k4kotlin-core:1.0.0-beta1'
// K4Kotlin androidx extension functions (Uses appcompat version of androidx)
compile 'com.github.kirtan403.k4kotlin:k4kotlin-androidx:1.0.0-beta1'
// K4Kotlin databinding extension functions
compile 'com.github.kirtan403.k4kotlin:k4kotlin-databinding:1.0.0-beta1'
// K4Koltin Extensions for Retrofit
compile 'com.github.kirtan403.k4kotlin:k4kotlin-retrofit:1.0.0-beta1'
} Upgrade NotesUpgrading to 1.0.0-beta1All the functions have been divided into multiple dependencies. Now all functions that can directly be called without any Upgrading from < 0.3.0 to < 1.0.0If you are upgrading from From For including your basic functionality, you should change from // from
compile 'com.github.kirtan403:K4Kotlin:0.2.x'
// to
compile 'com.github.kirtan403.k4kotlin:k4kotlin:0.3.0' Then, additionally you can add as many other modules you might need. Usage / DocumentaionCheck out the wiki for detailed documentation and usage examples. For |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论