Skip to content

Commit

Permalink
Fix es modules for real
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Dec 7, 2024
1 parent de683ed commit 40d6b82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import com.pubnub.gradle.enableAnyIosTarget
import com.pubnub.gradle.enableJsTarget
import org.jetbrains.kotlin.gradle.dsl.JsModuleKind
import org.jetbrains.kotlin.gradle.plugin.cocoapods.CocoapodsExtension

plugins {
Expand Down Expand Up @@ -79,7 +78,7 @@ kotlin {

compilerOptions {
target.set("es2015")
moduleKind.set(JsModuleKind.MODULE_UMD)
// moduleKind.set(JsModuleKind.MODULE_UMD)
}
binaries.library()
}
Expand Down

0 comments on commit 40d6b82

Please sign in to comment.