摘要: def oldRepos = [ // central "https://repo1.maven.org/maven2/", // jcenter "https://jcenter.bintray.com/", // google "https://maven.google.com/", "http 阅读全文
posted @ 2020-11-09 17:00 嘤嘤嘤123 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 参考 https://sites.google.com/a/android.com/tools/tech-docs/new-build-system/transform-api https://www.jianshu.com/p/37df81365edf 如何理解 Transform API htt 阅读全文
posted @ 2020-11-09 16:10 嘤嘤嘤123 阅读(853) 评论(0) 推荐(0) 编辑
摘要: 参考 https://developer.android.com/kotlin/coroutines https://www.bennyhuo.com/2019/05/27/coroutine-android/ https://juejin.im/post/6854573211418361864 导 阅读全文
posted @ 2020-11-09 16:01 嘤嘤嘤123 阅读(1691) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.bennyhuo.com/2019/05/07/coroutine-suspend/ 深入协程挂起 从下边的函数说起; public suspend inline fun <T> suspendCancellableCoroutine( crossinline bloc 阅读全文
posted @ 2020-11-09 15:54 嘤嘤嘤123 阅读(791) 评论(0) 推荐(0) 编辑