6.5.0 - 新增 opencc 模块; 修复编辑器问题; 优化打包应用功能及文件管理器

This commit is contained in:
SuperMonster003
2023-12-02 13:52:14 +08:00
parent afc0bce2c9
commit 17616504ab
907 changed files with 6766 additions and 3005 deletions

View File

@@ -54,8 +54,8 @@ pluginManagement {
"2022.1" to "E", /* May 3, 2023. */
),
"android" to mapOf(
"Preview2023.2" to "8.3.0-alpha13", /* Nov 13, 2023. */
"2023.1" to "8.2.0-rc03", /* Nov 11, 2023. */
"Preview2023.2" to "8.3.0-alpha16", /* Dec 2, 2023. */
"2023.1" to "8.2.0", /* Dec 2, 2023. */
"Preview2023.1" to "8.2.0-beta06", /* Oct 11, 2023. */
"2022.3" to "8.1.3", /* Nov 13, 2023. */
"Preview2022.3" to "8.1.0-beta05", /* Jun 14 2023. */
@@ -85,8 +85,8 @@ pluginManagement {
fallbackIdentifier to "7.4.0", /* May 3, 2023. */
),
"kotlin" to mapOf(
"Eap2023.3" to "1.9.20", /* Nov 11, 2023. */
"2023.2" to "1.9.20", /* Nov 9, 2023. */
"Eap2023.3" to "1.9.21", /* Dec 2, 2023. */
"2023.2" to "1.9.21", /* Dec 2, 2023. */
"2023.1" to "1.8.21", /* Apr 25, 2023. */
"2022.3" to "1.8.21", /* Apr 25, 2023. */
fallbackIdentifier to "1.8.21", /* May 3, 2023. */
@@ -113,6 +113,7 @@ pluginManagement {
)
val kspPluginVersionMap = mapOf(
"1.9.21" to "1.0.15", /* Dec 2, 2023. */
"1.9.20" to "1.0.14", /* Nov 9, 2023. */
"1.9.20-RC2" to "1.0.13", /* Oct 26, 2023. */
"1.9.20-RC" to "1.0.13", /* Oct 12, 2023. */