Skip to content

Commit

Permalink
Remove kotlin.mpp.enableResourcesPublication=false
Browse files Browse the repository at this point in the history
  • Loading branch information
lihenggui committed Oct 31, 2024
1 parent 2aca3dd commit b696677
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ kotlin.native.ignoreDisabledTargets=true
# Suppress: ERROR: Compose targets '[macos]' are experimental and may have bugs!
org.jetbrains.compose.experimental.macos.enabled=true

# https://youtrack.jetbrains.com/issue/KT-67806/KMP-import-fails-if-android-target-has-flavors
# Supporess androidDemoDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
# TODO: Needs to be removed once the issue is fixed
kotlin.mpp.enableResourcesPublication=false

# suppressing build warnings for experimental features
org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true

0 comments on commit b696677

Please sign in to comment.