mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
build: cleanup dependency resolution and remove unused dependency
This commit is contained in:
parent
d65e14b2c8
commit
450d4836c5
3 changed files with 10 additions and 6 deletions
|
@ -30,7 +30,7 @@ kotlin {
|
|||
implementation("com.alialbaali.kamel:kamel-image:0.2.1")
|
||||
}
|
||||
}
|
||||
val commonTest by getting { dependencies { implementation(kotlin("test")) } }
|
||||
val commonTest by getting
|
||||
val androidMain by getting { dependencies { implementation(libs.androidx.browser) } }
|
||||
val androidTest by getting { dependsOn(androidAndroidTestRelease) }
|
||||
val desktopMain by getting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue