Skip to content

Commit

Permalink
Update jvmMain to desktopMain
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jul 22, 2024
1 parent 97c8838 commit 921a2f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
}
iosTarget("ios") {}

jvm()
jvm("desktop")

cocoapods {
summary = "Some description for the Shared Module"
Expand Down Expand Up @@ -97,13 +97,13 @@ kotlin {

sourceSets["iosTest"].dependencies {}

sourceSets["jvmMain"].dependencies {
sourceSets["desktopMain"].dependencies {
implementation(libs.ktor.java)
implementation(libs.sqlDelight.jvm)
implementation(libs.coroutines.swing)
}

sourceSets["jvmTest"].dependencies {}
sourceSets["desktopTest"].dependencies {}
}
}

Expand Down

0 comments on commit 921a2f5

Please sign in to comment.