6.6.1 - Alpha2 - 支持 Node.js 拼音模块及结巴分词

This commit is contained in:
SuperMonster003
2024-12-24 20:24:32 +08:00
parent 7c62902429
commit 9a4b581f07
53 changed files with 38238 additions and 212 deletions

View File

@@ -27,7 +27,7 @@
include(
":app",
":jieba-analysis",
":libs:android-job-simplified-1.4.3",
":libs:androidx.appcompat-1.0.2",
":libs:apk-parser-1.0.2",
@@ -47,6 +47,8 @@ include(
":libs:markwon-syntax-highlight-4.6.2",
)
project(":jieba-analysis").projectDir = file("jieba-analysis")
pluginManagement {
val consts = object {
@@ -619,4 +621,10 @@ pluginManagement {
set("isCleanupRapidOcr", config.isCleanupRapidOcr)
}
gradle.beforeProject {
extensions.extraProperties["kotlinVersion"] = notations.classpath.find {
it.contains("kotlin-gradle-plugin")
}?.substringAfterLast(":") ?: config.fallbackKotlinVersion
}
}