mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fix building of uber jar
This commit is contained in:
@@ -23,7 +23,7 @@ val composeVersion: String by lazy {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.compose.desktop:desktop-jvm-linux:$composeVersion")
|
||||
implementation("org.jetbrains.compose.desktop:desktop-jvm-linux-x64:$composeVersion")
|
||||
}
|
||||
|
||||
val shadowJar = tasks.named("shadowJar", ShadowJar::class) {
|
||||
|
||||
Reference in New Issue
Block a user