Remove kotlin.mpp.enableResourcesPublication=false

pull/2064/head
lihenggui 1 year ago
parent 2aca3dde90
commit b69667774d

@ -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

Loading…
Cancel
Save