Remove explicit dependency on Duktape stub since it's in the common dependencies
This commit is contained in:
parent
403ee49cb0
commit
f8bf81ae43
|
@ -11,6 +11,5 @@ ext {
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly project(':duktape-stub')
|
|
||||||
implementation 'com.luhuiguo:chinese-utils:1.0'
|
implementation 'com.luhuiguo:chinese-utils:1.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue