mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 08:37:03 +05:30
common: remove unnecessary dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b0d5f65dfe
commit
ad6d023f46
1 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@ kotlin {
|
|||
sourceSets {
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
implementation(compose.runtime)
|
||||
implementation(Dependencies.AndroidX.browser)
|
||||
}
|
||||
}
|
||||
|
@ -38,8 +37,6 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
val jvmMain by getting { dependencies { implementation(compose.runtime) } }
|
||||
|
||||
val androidTest by getting { dependencies { implementation(kotlin("test-junit")) } }
|
||||
|
||||
val jvmTest by getting { dependencies { implementation(kotlin("test-junit")) } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue