Skip to content

Commit

Permalink
disable js legacy? (looks like no longuer supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Jun 2, 2024
1 parent a08e807 commit 5de8926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# style guide
kotlin.code.style=official
kotlin.incremental.multiplatform=true
kotlin.js.compiler=both
kotlin.native.ignoreDisabledTargets=true
systemProp.org.gradle.internal.publish.checksums.insecure=true
org.gradle.vfs.watch=true
Expand Down
2 changes: 1 addition & 1 deletion yamlkt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlin {
kotlinOptions.jvmTarget = "1.8"
}
}
js(BOTH) {
js {
compilations.all {
kotlinOptions {
moduleKind = "umd"
Expand Down

0 comments on commit 5de8926

Please sign in to comment.