Files

12 lines
221 B
Kotlin
Raw Permalink Normal View History

2024-09-14 23:10:34 +08:00
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")
}