0 Star 0 Fork 20

codecopy/StarMusic

forked from 温凉/StarMusic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
buildscript {
ext {
kotlin_version = '1.9.10'
lifecycle_version = "2.6.1"
accompanist_version = "0.32.0"
compose_compiler_version = "1.5.3"
compose_ui_version = "1.5.3"
agp_version = '8.1.2'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version "$agp_version" apply false
id 'com.android.library' version "$agp_version" apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/codecopy/star_music.git
git@gitee.com:codecopy/star_music.git
codecopy
star_music
StarMusic
master

搜索帮助