Refactor: Provide manga parsers via DI

This commit is contained in:
Koitharu
2020-10-20 21:45:15 +03:00
parent 6f3ae19345
commit a5fba83510
24 changed files with 95 additions and 104 deletions

View File

@@ -103,4 +103,5 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.json:json:20200518'
testImplementation 'org.koin:koin-test:2.2.0-rc-2'
}