Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Jun 26, 2024
1 parent 2eef1af commit 182ba4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ subprojects {
implementation(kotlin("stdlib")) // Kotlin'in temel kütüphanesi
implementation("com.github.Blatzar:NiceHttp:0.4.11") // HTTP kütüphanesi
implementation("org.jsoup:jsoup:1.17.2") // HTML ayrıştırıcı
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1") // Kotlin için Jackson JSON kütüphanesi
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") // JSON-nesne dönüştürme kütüphanesi
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") // Kotlin için Jackson JSON kütüphanesi
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") // JSON-nesne dönüştürme kütüphanesi
}
}

Expand Down

0 comments on commit 182ba4a

Please sign in to comment.