mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
common: initial commit of LobstersItem
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9cb43dec7a
commit
284dd8c67a
4 changed files with 553 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue