2019-11-14 16:30:38 +01:00
|
|
|
plugins {
|
|
|
|
id 'java'
|
2019-11-14 17:49:27 +01:00
|
|
|
id 'org.jetbrains.kotlin.jvm'
|
2019-11-14 16:30:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation "pl.droidsonroids:jspoon:$jspoon"
|
2021-09-04 12:45:34 +02:00
|
|
|
implementation "org.jsoup:jsoup:$jsoup"
|
2019-11-14 16:30:38 +01:00
|
|
|
|
2021-09-18 11:12:27 +02:00
|
|
|
testImplementation "com.squareup.okhttp3:mockwebserver"
|
2023-04-02 09:17:16 +02:00
|
|
|
implementation libs.retrofit.core
|
|
|
|
implementation libs.retrofit.scalars
|
2020-06-14 23:00:16 +02:00
|
|
|
implementation "pl.droidsonroids.retrofit2:converter-jspoon:$jspoon"
|
2022-07-31 20:27:40 +02:00
|
|
|
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
|
2019-11-14 16:30:38 +01:00
|
|
|
|
2021-12-30 17:04:09 +01:00
|
|
|
implementation "com.brsanthu:migbase64:2.2"
|
|
|
|
|
2021-09-18 11:12:27 +02:00
|
|
|
implementation "com.squareup.okhttp3:okhttp-urlconnection"
|
2022-08-20 13:36:04 +02:00
|
|
|
|
2023-02-12 15:27:56 +01:00
|
|
|
testImplementation "io.mockk:mockk-jvm:1.13.4"
|
2019-11-14 16:30:38 +01:00
|
|
|
}
|