mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
9 lines
118 B
Kotlin
9 lines
118 B
Kotlin
plugins {
|
|
kotlin("jvm")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.okhttp)
|
|
implementation(libs.squareup.moshi)
|
|
}
|