common: remove unnecessary dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-07 02:25:34 +05:30
parent b0d5f65dfe
commit ad6d023f46
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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")) } }