This commit is contained in:
kunfei
2023-03-24 11:40:40 +08:00
parent c444623d29
commit dfaf7ca7f6

View File

@@ -198,7 +198,7 @@ dependencies {
implementation('org.jsoup:jsoup:1.15.4')
implementation('com.jayway.jsonpath:json-path:2.7.0')
implementation('cn.wanghaomiao:JsoupXpath:2.5.3')
implementation implementation(project(path: ':book'))
implementation(project(path: ':book'))
//JS rhino
implementation(project(path: ':rhino'))