1 Star 0 Fork 0

不害/Pokemon-Pager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ugurcan Yildirim 提交于 2023-08-31 17:51 . Remove kotlin-kapt
buildscript {
ext {
kotlin_version = "1.9.0"
lifecycle_version = "2.6.1"
compose_version = "2023.06.01"
hilt_version = "2.48"
paging_version = "3.2.0"
apollo_version = "3.8.2"
room_version = "2.5.2"
}
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id "com.android.application" version "8.1.1" apply false
id "com.google.devtools.ksp" version "$kotlin_version-1.0.12" apply false
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_version" apply false
id "com.google.dagger.hilt.android" version "$hilt_version" apply false
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buhai/Pokemon-Pager.git
git@gitee.com:buhai/Pokemon-Pager.git
buhai
Pokemon-Pager
Pokemon-Pager
main

搜索帮助