File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ repositories {
1010kotlin {
1111 jvm()
1212 js(BOTH ) {
13- // nodejs()
14- // browser()
1513
16- listOf (compilations[" main" ], compilations[" test" ]).forEach {
17- with (it.kotlinOptions) {
18- moduleKind = " umd"
19- sourceMap = true
20- sourceMapEmbedSources = " always"
21- metaInfo = true
22- }
14+ listOf (compilations[" main" ], compilations[" test" ]).forEach {
15+ with (it.kotlinOptions) {
16+ moduleKind = " umd"
17+ sourceMap = true
18+ sourceMapEmbedSources = " always"
19+ metaInfo = true
2320 }
21+ }
2422 }
2523
2624 iosArm64(" ios" )
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ repositories {
1111kotlin {
1212 jvm()
1313 js(BOTH ) {
14- // nodejs()
15- // browser()
16-
1714 listOf (compilations[" main" ], compilations[" test" ]).forEach {
1815 with (it.kotlinOptions) {
1916 moduleKind = " umd"
You can’t perform that action at this time.
0 commit comments