|
|
|
@ -19,7 +19,7 @@ compileKotlin {
|
|
|
|
kotlinOptions {
|
|
|
|
kotlinOptions {
|
|
|
|
jvmTarget = '1.8'
|
|
|
|
jvmTarget = '1.8'
|
|
|
|
freeCompilerArgs += [
|
|
|
|
freeCompilerArgs += [
|
|
|
|
'-Xopt-in=kotlin.contracts.ExperimentalContracts',
|
|
|
|
'-opt-in=kotlin.contracts.ExperimentalContracts',
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -28,7 +28,7 @@ compileTestKotlin {
|
|
|
|
kotlinOptions {
|
|
|
|
kotlinOptions {
|
|
|
|
jvmTarget = '1.8'
|
|
|
|
jvmTarget = '1.8'
|
|
|
|
freeCompilerArgs += [
|
|
|
|
freeCompilerArgs += [
|
|
|
|
'-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi',
|
|
|
|
'-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi',
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -38,7 +38,7 @@ dependencies {
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
|
|
implementation 'com.squareup.okio:okio:3.0.0'
|
|
|
|
implementation 'com.squareup.okio:okio:3.0.0'
|
|
|
|
implementation 'org.jsoup:jsoup:1.14.3'
|
|
|
|
implementation 'org.jsoup:jsoup:1.14.3'
|
|
|
|
implementation 'org.json:json:20211205'
|
|
|
|
implementation 'org.json:json:20220320'
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.2.0'
|
|
|
|
implementation 'androidx.collection:collection-ktx:1.2.0'
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
|
|
|
|