1 Star 0 Fork 0

ckz / BaseMvvmModel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
axun 提交于 2023-10-16 00:13 . compose版本修改ze
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: "config.gradle"
buildscript {
ext.kotlin_version = "1.6.21"
ext.compose_ui_version = '1.2.0'
repositories {
maven {
url 'https://maven.aliyun.com/repository/google'
}
maven {
url 'https://maven.aliyun.com/repository/gradle-plugin'
}
maven {
url 'https://maven.aliyun.com/repository/jcenter'
}
maven {
url 'https://maven.aliyun.com/repository/public'
}
maven {
url 'https://maven.aliyun.com/repository/central'
}
maven {
url 'https://plugins.gradle.org/m2/com/gradle'
}
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/code1993/BaseMvvmModel.git
git@gitee.com:code1993/BaseMvvmModel.git
code1993
BaseMvvmModel
BaseMvvmModel
master

搜索帮助