mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
all: commonize theming
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d63a331325
commit
090c3c2017
5 changed files with 38 additions and 24 deletions
|
@ -14,7 +14,9 @@ kotlin {
|
|||
dependencies { implementation(libs.thirdparty.sqldelight.androidDriver) }
|
||||
}
|
||||
val androidTest by getting
|
||||
val desktopMain by getting { dependencies { implementation(libs.thirdparty.sqldelight.jvmDriver) } }
|
||||
val desktopMain by getting {
|
||||
dependencies { implementation(libs.thirdparty.sqldelight.jvmDriver) }
|
||||
}
|
||||
val desktopTest by getting {
|
||||
dependencies {
|
||||
implementation(libs.kotlin.coroutines.core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue