all: commonize theming

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-04 15:46:45 +05:30
parent d63a331325
commit 090c3c2017
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 38 additions and 24 deletions

View file

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