We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93a13e commit b3aefc1Copy full SHA for b3aefc1
1 file changed
examples/skia-gl/build.gradle.kts
@@ -2,7 +2,6 @@ plugins {
2
alias(libs.plugins.kotlin)
3
alias(libs.plugins.kotlin.compose)
4
alias(libs.plugins.compose)
5
- application
6
}
7
8
val composeGlVersion = "0.9.1"
@@ -24,6 +23,8 @@ kotlin {
24
23
jvmToolchain(21)
25
26
27
-application {
28
- mainClass.set("dev.silenium.compose.gl.examples.skia_gl.MainKt")
+compose.desktop {
+ application {
+ mainClass = "dev.silenium.compose.gl.examples.skia_gl.MainKt"
29
+ }
30
0 commit comments