1 Star 0 Fork 37

ozyb / Jetpack Compose 开发指南

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle.kts 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haiyang 提交于 2021-07-17 22:01 . first commit
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
val compose_version by extra("1.0.0-beta09")
val nav_version by extra("2.3.5")
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.0-beta05")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle.kts files
}
}
tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
}
Kotlin
1
https://gitee.com/ozyb/compose-demo.git
git@gitee.com:ozyb/compose-demo.git
ozyb
compose-demo
Jetpack Compose 开发指南
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891