mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
all: tweak dependency namespacing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
4168fe3875
commit
23b2e635bb
4 changed files with 20 additions and 20 deletions
|
@ -27,13 +27,9 @@ kotlin {
|
|||
val androidAndroidTestRelease by getting
|
||||
val commonMain by getting
|
||||
val commonTest by getting
|
||||
val androidMain by getting {
|
||||
dependencies { implementation(libs.thirdparty.sqldelight.androidDriver) }
|
||||
}
|
||||
val androidMain by getting { dependencies { implementation(libs.sqldelight.androidDriver) } }
|
||||
val androidTest by getting { dependsOn(androidAndroidTestRelease) }
|
||||
val desktopMain by getting {
|
||||
dependencies { implementation(libs.thirdparty.sqldelight.jvmDriver) }
|
||||
}
|
||||
val desktopMain by getting { dependencies { implementation(libs.sqldelight.jvmDriver) } }
|
||||
val desktopTest by getting {
|
||||
dependencies {
|
||||
implementation(libs.kotlin.coroutines.core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue