diff --git a/app/build.gradle b/app/build.gradle index 47cfad21b..cb3e2f6d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'))