6.6.1 - Alpha2 - 支持 Node.js 拼音模块及结巴分词
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user