We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3cd6f commit 44ecf2aCopy full SHA for 44ecf2a
desktop/build.gradle.kts
@@ -4,7 +4,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
4
plugins {
5
kotlin("multiplatform") // kotlin("jvm") doesn't work well in IDEA/AndroidStudio (https://github.com/JetBrains/compose-jb/issues/22)
6
id("org.jetbrains.compose")
7
- id("dev.hydraulic.conveyor") version "1.4"
+ id("dev.hydraulic.conveyor") version "1.12"
8
}
9
10
configurations.all {
0 commit comments