2 Star 4 Fork 2

顺鑫编织袋张经理/wanandroid-compose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
RicardoJiang 提交于 2021-11-21 14:21 +08:00 . ADD: webview
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.0.5'
kotlin_version = '1.5.31'
accompanistVersion = "0.18.0"
hiltVersion = "2.38.1"
hiltCompilerVersion = "1.0.0"
hiltComposeVersion = "1.0.0-alpha03"
retrofitVersion = "2.9.0"
gsonVersion = "2.8.6"
datastoreVersion = "1.0.0-rc02"
pagingVersion = "3.1.0-rc01"
pagingComposeVersion = "1.0.0-alpha14"
constraintComposeVersion = "1.0.0-rc01"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.3"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.38.1"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzh123456/wanandroid-compose.git
git@gitee.com:zzh123456/wanandroid-compose.git
zzh123456
wanandroid-compose
wanandroid-compose
main

搜索帮助