Ai
1 Star 7 Fork 4

unit-mesh/auto-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gradle.properties 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
propertiesPluginEnvironmentNameProperty=platformVersion
# Supported platforms: 252
platformVersion=252
pluginGroup = com.phodal.autodev
pluginName = AutoDev
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
# SemVer format -> https://semver.org
pluginVersion = 2.4.6
# MPP Unified Version (mpp-core, mpp-ui, mpp-server)
mppVersion = 0.3.4
# Supported IDEs: idea, pycharm
baseIDE=idea
pycharmVersion=PC-2023.2.4
golandVersion=GO-2023.3.2
webstormVersion=WS-2022.2.4
riderVersion=RD-2022.2.4
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.1
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
systemProp.org.gradle.unsafe.kotlin.assignment = true
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
#kotlin.incremental.useClasspathSnapshot = false
javaVersion = 17
# Android configuration
android.useAndroidX=true
android.enableJetifier=true
# Compose Multiplatform experimental targets
org.jetbrains.compose.experimental.jscanvas.enabled=true
# Suppress warning about Android source set layout V2
kotlin.mpp.androidSourceSetLayoutV2AndroidStyleDirs.nowarn=true
kotlin.daemon.jvmargs=-Xmx8g
org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8
kotlin.js.yarn=false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/unit-mesh/auto-dev.git
git@gitee.com:unit-mesh/auto-dev.git
unit-mesh
auto-dev
auto-dev
master

搜索帮助