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"
|
|
|
|
|
|
|
|
implementation "com.squareup.retrofit2:retrofit:$retrofit"
|
2019-11-14 17:49:27 +01:00
|
|
|
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
|
2020-06-14 23:00:16 +02:00
|
|
|
implementation "com.squareup.retrofit2:converter-scalars:$retrofit"
|
|
|
|
implementation "pl.droidsonroids.retrofit2:converter-jspoon:$jspoon"
|
2019-11-14 16:30:38 +01:00
|
|
|
|
2020-06-14 23:00:16 +02:00
|
|
|
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttp3"
|
2019-11-14 16:30:38 +01:00
|
|
|
}
|