1 Star 2 Fork 0

lihuan/chatgpt-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle.kts 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
buildscript {
repositories {
google()
maven("https://plugins.gradle.org/m2/")
}
}
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.hilt) apply false
alias(libs.plugins.spotless) apply false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lihuan1991/chatgpt-android.git
git@gitee.com:lihuan1991/chatgpt-android.git
lihuan1991
chatgpt-android
chatgpt-android
main

搜索帮助