1 Star 0 Fork 0

macoli/method_trace_plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
lidongxu-DS2EV 提交于 2023-06-21 16:57 . init repository
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}
}
includeBuild('method-trace')
rootProject.name = "method_trace"
include ':app'
include ':method_trace_log_helper'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/gggl/method_trace_plugin.git
git@gitee.com:gggl/method_trace_plugin.git
gggl
method_trace_plugin
method_trace_plugin
master

搜索帮助