expose extractor via api scope

This commit is contained in:
yausername 2020-06-27 03:02:43 +05:30
parent 92f6754f0f
commit 89e0e3ee2d
No known key found for this signature in database
GPG Key ID: F946F508AA241678
1 changed files with 1 additions and 1 deletions

View File

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