common: initial commit of LobstersItem

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-04 08:58:57 +05:30
parent 9cb43dec7a
commit 284dd8c67a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 553 additions and 7 deletions

View file

@ -21,16 +21,13 @@ kotlin {
api(compose.runtime)
api(compose.foundation)
api(compose.material)
api(projects.database)
implementation("com.alialbaali.kamel:kamel-image:0.2.1")
}
}
val commonTest by getting { dependencies { implementation(kotlin("test")) } }
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.4.0-alpha02")
api("androidx.core:core-ktx:1.6.0-beta02")
}
}
val androidTest by getting { dependencies { implementation("junit:junit:4.13.2") } }
val androidMain by getting
val androidTest by getting
val desktopMain by getting
val desktopTest by getting
}