Skip to content

Commit

Permalink
Updated JS build target
Browse files Browse the repository at this point in the history
  • Loading branch information
har-nick committed Dec 1, 2024
1 parent 74f72ff commit aec9496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true

#Kotlin
kotlin.code.style=official
kotlin.js.compiler=ir

#MPP
kotlin.mpp.enableCInteropCommonization=true

#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
withSourcesJar(publish = true)

applyDefaultHierarchyTemplate()
js(IR) {
js {
browser()
nodejs()
}
Expand Down

0 comments on commit aec9496

Please sign in to comment.