1 Star 0 Fork 2

zichuanhaoyue/EasyAndroid

forked from mazaiting/EasyAndroid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kotlin.gradle 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
mazaiting 提交于 2019-11-22 19:28 . 添加 Kotlin 协程使用
// 各支持库最新版本
// kotlin 依赖
dependencies {
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// 兼容库
implementation "androidx.appcompat:appcompat:$appcompat_version"
// kotlin 核心库
implementation "androidx.core:core-ktx:$core_ktx"
// 约束布局
implementation "androidx.constraintlayout:constraintlayout:$constraint_version"
// Android Kotlin Quick Development Tool
implementation project(':common')
// implementation "com.mazaiting.akdt:akdt-common:0.0.1"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/hk8haoyue/EasyAndroid.git
[email protected]:hk8haoyue/EasyAndroid.git
hk8haoyue
EasyAndroid
EasyAndroid
master

搜索帮助