Skip to content

Commit

Permalink
[DESKTOP] Try to build multiplatform uber jar
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jan 15, 2025
1 parent 6aace45 commit ce3e7f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ kotlin {

val desktopMain by getting {
dependencies {
implementation(compose.desktop.currentOs)
implementation(compose.desktop.windows_x64)
implementation(compose.desktop.macos_arm64)
implementation(compose.desktop.macos_x64)
implementation(compose.desktop.linux_x64)
implementation(compose.desktop.linux_arm64)
implementation(libs.androidx.datastore.preferences)
implementation(libs.kotlinx.coroutines.swing)
implementation(libs.oshi)
Expand Down

0 comments on commit ce3e7f7

Please sign in to comment.