Merge pull request #361 from yausername/gradleScope

expose extractor via api scope
This commit is contained in:
Tobias Groza 2020-06-27 21:45:04 +02:00 committed by GitHub
commit f4ed7ce922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ allprojects {
}
dependencies {
implementation project(':extractor')
api project(':extractor')
implementation project(':timeago-parser')
}