Android add jse implement to replace jsc4a

This commit is contained in:
pengfei.zhou
2021-11-05 22:29:21 +08:00
committed by osborn
parent cbcbc21737
commit 7eb8287f04
25 changed files with 201 additions and 71 deletions

View File

@@ -33,6 +33,7 @@ allprojects {
dependencySubstitution {
substitute module('pub.doric:core') with project(":doric")
substitute module('pub.doric:devkit') with project(":devkit")
substitute module('pub.doric:jse') with project(":jsvalue")
}
}
}