Skip to content

Commit a39c0c4

Browse files
author
Martynas Petuška
committed
Kotlin 1.4.0-rc further cleanup
1 parent e6c61a5 commit a39c0c4

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

redux-kotlin-threadsafe/build.gradle.kts

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ repositories {
1010
kotlin {
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")

redux-kotlin/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ repositories {
1111
kotlin {
1212
jvm()
1313
js(BOTH) {
14-
// nodejs()
15-
// browser()
16-
1714
listOf(compilations["main"], compilations["test"]).forEach {
1815
with(it.kotlinOptions) {
1916
moduleKind = "umd"

0 commit comments

Comments
 (0)