1 Star 0 Fork 1

songzhili/sagernet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle.kts 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
世界 提交于 2021-08-16 21:35 . Replace ssr-libev with new implemetation
include(":library:core")
include(":library:epoll")
include(":library:include")
include(":library:shadowsocks")
include(":library:proto")
include(":library:proto-stub")
include(":plugin:api")
include(":plugin:naive")
include(":plugin:pingtunnel")
include(":plugin:relaybaton")
include(":plugin:brook")
include(":plugin:trojan")
include(":plugin:hysteria")
include(":external:preferencex:preferencex")
include(":external:preferencex:preferencex-simplemenu")
include(":external:preferencex:flexbox")
include(":external:preferencex:colorpicker")
include(":external:preferencex:preferencex-colorpicker")
includeBuild("external/editorkit") {
name = "editorkit"
dependencySubstitution {
substitute(module("editorkit:editorkit:2.0.0")).with(project(":editorkit"))
substitute(module("editorkit:feature-editor:2.0.0")).with(project(":features:feature-editor"))
substitute(module("editorkit:language-json:2.0.0")).with(project(":languages:language-json"))
}
}
include(":app")
rootProject.name = "SagerNet"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/songzhili/sagernet.git
git@gitee.com:songzhili/sagernet.git
songzhili
sagernet
sagernet
dev

搜索帮助