12 lines
221 B
Kotlin
12 lines
221 B
Kotlin
plugins {
|
|
kotlin("jvm") version "2.0.10"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.14")
|
|
implementation("com.google.code.gson:gson:2.11.0")
|
|
} |