Skip to content

Commit

Permalink
Update JVM common source set
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed Sep 7, 2024
1 parent 818327c commit 3247225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kotlin {
withJs()
withWasmJs()
}
group("jvm") {
group("jvmCommon") {
withAndroidTarget()
withJvm()
}
Expand Down
2 changes: 1 addition & 1 deletion wwm/core/ui/foundation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
}
}

jvmMain {
jvmCommonMain {
dependencies {
api(compose.preview)
}
Expand Down

0 comments on commit 3247225

Please sign in to comment.