Commonize CharCategory and related functions #KT-39177 #KT-43216 #KT-39906 #KT-30652
(cherry picked from commit fc5c01b9a72498f9bd200817936a629689c0bff0)
This commit is contained in:
committed by
Vasily Levchenko
parent
ec024cee53
commit
e63b405f58
@@ -17,4 +17,11 @@ task run(type: JavaExec) {
|
||||
main 'generators.GenerateStandardLibKt'
|
||||
classpath configurations.generatorRuntime
|
||||
args = ["native", "${project(":runtime").projectDir}/src/main/kotlin/generated"]
|
||||
}
|
||||
|
||||
task generateUnicodeData(type: JavaExec) {
|
||||
group 'application'
|
||||
main 'generators.unicode.GenerateUnicodeDataKt'
|
||||
classpath configurations.generatorRuntime
|
||||
args = ["native", "${project(":runtime").projectDir}/src/main/kotlin/generated"]
|
||||
}
|
||||
Reference in New Issue
Block a user