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 {
4545 }
4646 js {
4747 browser()
48+ nodejs()
49+ }
50+ wasmJs {
51+ browser()
52+ nodejs()
53+ d8()
4854 }
4955
56+ // Tier 1
5057 macosX64()
5158 macosArm64()
5259 iosSimulatorArm64()
5360 iosX64()
5461 iosArm64()
5562
63+ // Tier 2
64+ linuxX64()
65+ linuxArm64()
5666 watchosArm32()
5767 watchosArm64()
5868 watchosX64()
@@ -61,9 +71,13 @@ kotlin {
6171 tvosX64()
6272 tvosArm64()
6373
64- linuxX64()
65- linuxArm64()
74+ // Tier 3
75+ androidNativeArm32()
76+ androidNativeArm64()
77+ androidNativeX64()
78+ androidNativeX86()
6679 mingwX64()
80+ watchosDeviceArm64()
6781}
6882
6983java {
Original file line number Diff line number Diff line change @@ -1622,7 +1622,7 @@ source-map-loader@5.0.0:
16221622 iconv-lite "^0.6.3"
16231623 source-map-js "^1.0.2"
16241624
1625- source-map-support@~0.5.20 :
1625+ source-map-support@0.5.21, source-map-support@ ~0.5.20 :
16261626 version "0.5.21"
16271627 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
16281628 integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
You can’t perform that action at this time.
0 commit comments