Ai
6 Star 50 Fork 7

simple-robot/simpler-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gradle.properties 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
ForteScarlet 提交于 2025-03-03 19:58 +08:00 . improve(docs): 优化Dokka配置
#
# Copyright (c) 2024-2025. ForteScarlet.
#
# Project https://github.com/simple-robot/simpler-robot
# Email ForteScarlet@163.com
#
# This file is part of the Simple Robot Library (Alias: simple-robot, simbot, etc.).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# Lesser GNU General Public License for more details.
#
# You should have received a copy of the Lesser GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
#
kotlin.code.style=official
kotlin.js.generate.executable.default=false
kotlin.mpp.stability.nowarn=true
# w: The following Kotlin/Native targets cannot be built on this machine and are disabled
# To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
kotlin.native.ignoreDisabledTargets=true
# 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
# "-Xexpect-actual-classes"
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G -Dfile.encoding=UTF-8
# https://kotlinlang.org/docs/native-improving-compilation-time.html#gradle-configuration
#org.gradle.workers.max=8
org.gradle.parallel=true
org.gradle.caching=true
# https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:enable
#org.gradle.configuration-cache=true
#org.gradle.configuration-cache.problems=warn
#org.gradle.configuration-cache.parallel=true
# https://kotlinlang.org/docs/multiplatform-publish-lib.html#host-requirements
kotlin.native.enableKlibsCrossCompilation=true
# https://kotlinlang.org/docs/gradle-compilation-and-caches.html#the-new-kotlin-compiler
#kotlin.experimental.tryK2=true
# Dokka V2
## https://kotlinlang.org/docs/dokka-migration.html#enable-the-new-dokka-gradle-plugin
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
#systemProp.http.proxyHost=localhost
#systemProp.http.proxyPort=7790
#systemProp.https.proxyHost=localhost
#systemProp.https.proxyPort=7790
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/simple-robot-project/simpler-robot.git
git@gitee.com:simple-robot-project/simpler-robot.git
simple-robot-project
simpler-robot
simpler-robot
v4-main

搜索帮助