|
|
|
|
@ -2,8 +2,8 @@ import tasks.ReportGenerateTask
|
|
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
|
id 'java-library'
|
|
|
|
|
id 'org.jetbrains.kotlin.jvm' version '1.9.0'
|
|
|
|
|
id 'com.google.devtools.ksp' version '1.9.0-1.0.13'
|
|
|
|
|
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
|
|
|
|
|
id 'com.google.devtools.ksp' version '1.9.20-1.0.14'
|
|
|
|
|
id 'maven-publish'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -54,18 +54,18 @@ afterEvaluate {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
|
|
|
|
|
implementation 'com.squareup.okio:okio:3.3.0'
|
|
|
|
|
api 'org.jsoup:jsoup:1.16.1'
|
|
|
|
|
implementation 'org.json:json:20230618'
|
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.2.0'
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
|
|
|
|
implementation 'com.squareup.okio:okio:3.6.0'
|
|
|
|
|
api 'org.jsoup:jsoup:1.16.2'
|
|
|
|
|
implementation 'org.json:json:20231013'
|
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.3.0'
|
|
|
|
|
|
|
|
|
|
ksp project(':kotatsu-parsers-ksp')
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.3'
|
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
|
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
|
|
|
|
|
testImplementation 'io.webfolder:quickjs:1.1.0'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|