|
|
|
@ -2,8 +2,8 @@ import tasks.ReportGenerateTask
|
|
|
|
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
plugins {
|
|
|
|
id 'java-library'
|
|
|
|
id 'java-library'
|
|
|
|
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
|
|
|
|
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
|
|
|
|
id 'com.google.devtools.ksp' version '1.9.20-1.0.14'
|
|
|
|
id 'com.google.devtools.ksp' version '1.9.22-1.0.16'
|
|
|
|
id 'maven-publish'
|
|
|
|
id 'maven-publish'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -55,16 +55,16 @@ afterEvaluate {
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
|
|
|
implementation 'com.squareup.okio:okio:3.6.0'
|
|
|
|
implementation 'com.squareup.okio:okio:3.7.0'
|
|
|
|
api 'org.jsoup:jsoup:1.16.2'
|
|
|
|
api 'org.jsoup:jsoup:1.17.2'
|
|
|
|
implementation 'org.json:json:20231013'
|
|
|
|
implementation 'org.json:json:20231013'
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.3.0'
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.3.0'
|
|
|
|
|
|
|
|
|
|
|
|
ksp project(':kotatsu-parsers-ksp')
|
|
|
|
ksp project(':kotatsu-parsers-ksp')
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
|
|
|
|
testImplementation 'io.webfolder:quickjs:1.1.0'
|
|
|
|
testImplementation 'io.webfolder:quickjs:1.1.0'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|