Skip to content

Commit

Permalink
Add compose Linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
egorikftp committed Jul 17, 2024
1 parent 03d8da7 commit f1d671f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ dependencies {
implementation(projects.components.parser)

compileOnly(compose.desktop.currentOs)
implementation(compose.desktop.common)
implementation(compose.desktop.linux_arm64)
implementation(compose.desktop.linux_x64)
implementation(compose.desktop.macos_arm64)
implementation(compose.desktop.macos_x64)
implementation(compose.desktop.windows_x64)
implementation(compose.desktop.common)
implementation(compose.material3)

implementation(libs.android.build.tools)
Expand Down

0 comments on commit f1d671f

Please sign in to comment.