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 29387f1 commit 3331c37Copy full SHA for 3331c37
examples/skia-gl/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
8
val composeGlVersion = "2e851b0-dev"
9
10
-val useParent: Boolean = project.ext.properties.getOrDefault("examples.use-parent", "false").toString().toBoolean()
+val useParent: Boolean = project.ext.properties.getOrDefault("examples.use-parent", "true").toString().toBoolean()
11
12
dependencies {
13
implementation(compose.desktop.currentOs)
0 commit comments