1 Star 0 Fork 0

smile drily/DropDownComposeDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle.kts 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
smile drily 提交于 2023-04-28 00:14 . 修改build.gradle为kts语法
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
maven ("https://maven.aliyun.com/nexus/content/repositories/releases/")
}
dependencies {
classpath ("com.android.tools.build:gradle:7.4.1")
classpath (kotlin("gradle-plugin", version = "1.7.0"))
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
plugins {
id("com.android.application") version "7.4.1" apply false
id("com.android.library") version "7.4.1" apply false
// 声明kotlin 1.7.30 插件版本 但是并不直接引入
kotlin("jvm") version "1.7.0" apply false
}
allprojects {
repositories {
google()
mavenCentral()
maven ("https://jitpack.io")
maven ("https://maven.aliyun.com/nexus/content/repositories/releases/")
maven ("https://developer.huawei.com/repo/")
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/jackning_admin/drop-down-compose-demo.git
git@gitee.com:jackning_admin/drop-down-compose-demo.git
jackning_admin
drop-down-compose-demo
DropDownComposeDemo
master

搜索帮助