mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore: rework dependency declaration
This commit is contained in:
parent
c93d2f73a9
commit
3dfd2d7862
6 changed files with 14 additions and 15 deletions
|
@ -8,11 +8,10 @@ plugins { id("dev.msfjarvis.claw.kotlin-jvm") }
|
|||
|
||||
dependencies {
|
||||
api(libs.crux)
|
||||
api(libs.javax.inject)
|
||||
api(libs.okhttp.core)
|
||||
api(projects.model)
|
||||
|
||||
implementation(platform(libs.okhttp.bom))
|
||||
implementation(libs.javax.inject)
|
||||
implementation(libs.jsoup)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.okhttp.core)
|
||||
implementation(projects.model)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue