Skip to content

Commit

Permalink
Remove obsolete kotlin.js.compiler property
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Sep 15, 2024
1 parent b98d257 commit 7f827f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx4g

# Enabling the IR compiler globally while legacy is still the default
kotlin.js.compiler=ir

# Disabled for now because Dukat is unreliable
#kotlin.js.generate.externals=true

# Remove warning about multiplatform projects being an Alpha feature
kotlin.mpp.stability.nowarn=true
# To disable the warning saying we can't compile native macOS on Windows
Expand Down

0 comments on commit 7f827f7

Please sign in to comment.