1 Star 0 Fork 0

CoolSnow/fuel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle.kts 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
repositories {
google()
mavenCentral()
jcenter()
maven(url = "https://plugins.gradle.org/m2/")
}
resolutionStrategy {
eachPlugin {
if (requested.id.id == Android.libPlugin) {
useModule("com.android.tools.build:gradle:${requested.version}")
}
if (requested.id.id == Jacoco.Android.plugin) {
useModule("com.dicedmelon.gradle:jacoco-android:${requested.version}")
}
if (requested.id.id == KotlinX.Serialization.plugin) {
useModule("org.jetbrains.kotlin:kotlin-serialization:${requested.version}")
}
}
}
}
val projects = listOf(
Fuel.name,
Fuel.Android.name,
Fuel.Coroutines.name,
Fuel.Forge.name,
Fuel.Gson.name,
Fuel.Jackson.name,
Fuel.Json.name,
Fuel.KotlinSerialization.name,
Fuel.LiveData.name,
Fuel.Moshi.name,
Fuel.Reactor.name,
Fuel.RxJava.name,
Fuel.Stetho.name,
Fuel.Test.name
)
include(*(projects.toTypedArray()))
val includeSample: String by settings
if (includeSample == "true") {
include(":sample")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/670696652/fuel.git
git@gitee.com:670696652/fuel.git
670696652
fuel
fuel
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385