|
|
|
|
@ -52,7 +52,7 @@ afterEvaluate {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2'
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
|
|
|
|
implementation 'com.squareup.okio:okio:3.1.0'
|
|
|
|
|
implementation 'org.jsoup:jsoup:1.15.1'
|
|
|
|
|
implementation 'org.json:json:20220320'
|
|
|
|
|
@ -63,6 +63,6 @@ dependencies {
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
|
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1'
|
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2'
|
|
|
|
|
testImplementation 'io.webfolder:quickjs:1.1.0'
|
|
|
|
|
}
|