Skip to content

Commit 827544b

Browse files
committed
fix example target hierarchy
1 parent 8a70f7c commit 827544b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2+
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
23

34
plugins {
45
kotlin("multiplatform") version "1.9.10"
@@ -10,6 +11,9 @@ group = "in.procyk.compose"
1011
version = "1.0.0"
1112

1213
kotlin {
14+
@OptIn(ExperimentalKotlinGradlePluginApi::class)
15+
targetHierarchy.default()
16+
1317
jvm()
1418

1519
androidTarget()

0 commit comments

Comments
 (0)