1 Star 10 Fork 0

cookiejar / AiVoiceapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle.kts 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
cookiejar 提交于 2020-10-12 10:30 . 2020年10月12日10:30:15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
val kotlin_version by extra("1.3.72")
repositories {
google()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:${KotlinConstants.gradle_version}")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${KotlinConstants.kotlin_version}")
}
}
allprojects {
repositories {
google()
jcenter()
}
}
tasks {
val clean by registering(Delete::class) {
delete(buildDir)
}
}
Kotlin
1
https://gitee.com/cookiejaraddress/ai-voiceapp.git
git@gitee.com:cookiejaraddress/ai-voiceapp.git
cookiejaraddress
ai-voiceapp
AiVoiceapp
master

搜索帮助