1 Star 0 Fork 1

zyue/PortView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle.kts 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
zyue 提交于 2024-01-26 17:08 . ✨ Add mac port list
rootProject.name = "PortView"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google()
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://mvnrepository.com/")
maven("https://raw.githubusercontent.com/glureau/json-schema-serialization/mvn-repo")
}
}
include(":composeApp")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/lizhongyue/PortView.git
git@gitee.com:lizhongyue/PortView.git
lizhongyue
PortView
PortView
master

搜索帮助