File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,14 +48,10 @@ kotlin {
4848 explicitApi()
4949 applyDefaultHierarchyTemplate()
5050
51+ // Targets, alphabetically sorted
5152 iosX64()
5253 iosArm64()
5354 iosSimulatorArm64()
54- tvosArm64()
55- tvosSimulatorArm64()
56- watchosArm32()
57- watchosArm64()
58- watchosSimulatorArm64()
5955 js {
6056 browser {
6157 testTask {
@@ -65,15 +61,6 @@ kotlin {
6561 }
6662 }
6763 }
68- wasmJs {
69- browser {
70- testTask {
71- useKarma {
72- useChromeHeadless()
73- }
74- }
75- }
76- }
7764 jvm {
7865 testRuns.named(" test" ) {
7966 executionTask.configure {
@@ -88,6 +75,20 @@ kotlin {
8875 }
8976 }
9077 }
78+ tvosArm64()
79+ tvosSimulatorArm64()
80+ wasmJs {
81+ browser {
82+ testTask {
83+ useKarma {
84+ useChromeHeadless()
85+ }
86+ }
87+ }
88+ }
89+ watchosArm32()
90+ watchosArm64()
91+ watchosSimulatorArm64()
9192
9293 sourceSets {
9394 commonMain.dependencies {
You can’t perform that action at this time.
0 commit comments