File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,24 @@ kotlin {
45
45
}
46
46
js {
47
47
browser()
48
+ nodejs()
49
+ }
50
+ wasmJs {
51
+ browser()
52
+ nodejs()
53
+ d8()
48
54
}
49
55
56
+ // Tier 1
50
57
macosX64()
51
58
macosArm64()
52
59
iosSimulatorArm64()
53
60
iosX64()
54
61
iosArm64()
55
62
63
+ // Tier 2
64
+ linuxX64()
65
+ linuxArm64()
56
66
watchosArm32()
57
67
watchosArm64()
58
68
watchosX64()
@@ -61,9 +71,13 @@ kotlin {
61
71
tvosX64()
62
72
tvosArm64()
63
73
64
- linuxX64()
65
- linuxArm64()
74
+ // Tier 3
75
+ androidNativeArm32()
76
+ androidNativeArm64()
77
+ androidNativeX64()
78
+ androidNativeX86()
66
79
mingwX64()
80
+ watchosDeviceArm64()
67
81
}
68
82
69
83
java {
Original file line number Diff line number Diff line change @@ -1622,7 +1622,7 @@ source-map-loader@5.0.0:
1622
1622
iconv-lite "^0.6.3"
1623
1623
source-map-js "^1.0.2"
1624
1624
1625
- source-map-support@~0.5.20 :
1625
+ source-map-support@0.5.21, source-map-support@ ~0.5.20 :
1626
1626
version "0.5.21"
1627
1627
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
1628
1628
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
You can’t perform that action at this time.
0 commit comments