Modify extension bytecode to fix SimpleDateFormat cannot parse errors (#149)

- Fixes sources like NHentai
- Fixes mass testing
- Cleans up a bit of the build.gradle.kts's
- Fix Tsuki by setting a http.agent system property
This commit is contained in:
Syer10
2021-07-29 13:51:25 -04:00
committed by GitHub
parent d06c3586fd
commit 863dccb5ea
13 changed files with 1338 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ configure(projects) {
// Kotlin
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit5"))
// coroutines
val coroutinesVersion = "1.4.3"