Skip to content

Commit

Permalink
feat: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat committed Mar 21, 2023
1 parent 60051fa commit 0fdba25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ repositories {
mavenCentral()
}

//dependencies {
dependencies {
// implementation("com.google.guava:guava:31.1-jre")
// implementation("com.squareup.okhttp3:okhttp:4.9.3")
//}
implementation("com.squareup.okhttp3:okhttp:4.9.3")
implementation("org.json:json:20230227")
}

// Set the JVM language level used to build project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
kotlin {
Expand Down

0 comments on commit 0fdba25

Please sign in to comment.