Upgrade to Kotlin 1.7.20

Also run formatter and address some deprecation warnings.

(cherry picked from commit 26a42ba9c0)

# Conflicts:
#	core/src/main/java/eu/kanade/tachiyomi/network/NetworkHelper.kt
This commit is contained in:
arkon
2022-10-11 22:40:02 -04:00
committed by Jobobby04
parent 1b6c970cc2
commit 78d87b866a
21 changed files with 42 additions and 43 deletions
@@ -18,5 +18,5 @@ enum class UpdateStrategy {
* during library updates. Useful for cases where the series is previously
* known to be finished and have only a single chapter, for example.
*/
ONLY_FETCH_ONCE
ONLY_FETCH_ONCE,
}