DI refactoring

This commit is contained in:
Koitharu
2020-10-18 19:05:15 +03:00
parent fb60b26f08
commit 56e145420c
164 changed files with 735 additions and 637 deletions

View File

@@ -3,7 +3,7 @@ package org.koitharu.kotatsu.parsers
import okhttp3.Cookie
import okhttp3.CookieJar
import okhttp3.HttpUrl
import org.koitharu.kotatsu.core.local.cookies.cache.SetCookieCache
import org.koitharu.kotatsu.core.network.cookies.cache.SetCookieCache
class TemporaryCookieJar : CookieJar {