Merge pull request #361 from yausername/gradleScope
expose extractor via api scope
This commit is contained in:
commit
f4ed7ce922
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':extractor')
|
api project(':extractor')
|
||||||
implementation project(':timeago-parser')
|
implementation project(':timeago-parser')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue