Skip to content

Commit 7469169

Browse files
committed
test: add properties for configuring native targets
1 parent f096f5f commit 7469169

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/test/resources/io/github/gciatto/kt/mpp/test/test0/gradle.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ npmRepo=https://registry.npmjs.org
3030
npmDryRun=true
3131
ktTargetJvmDisable=false
3232
ktTargetJsDisable=false
33+
ktTargetNativeDisable=false
34+
linuxX64Disable=false
35+
linuxArm64Disable=false
36+
mingwX64Disable=false
37+
macosX64Disable=false
38+
macosArm64Disable=false
39+
iosDisable=false
40+
watchosDisable=false
41+
tvosDisable=false
3342
allWarningsAsErrors=true
3443
versionsFromCatalog=
3544
nodeVersion=

0 commit comments

Comments
 (0)