Skip to content

Commit

Permalink
Rename compose.ios.resources.sync flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Aug 15, 2023
1 parent e394974 commit b8ecda1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.jetbrains.compose.internal.utils.valueOrNull
import org.jetbrains.compose.internal.utils.toBooleanProvider

internal object IosGradleProperties {
const val SYNC_RESOURCES_PROPERTY = "org.jetbrains.compose.ios.resources.sync"
const val SYNC_RESOURCES_PROPERTY = "compose.ios.resources.sync"

fun syncResources(providers: ProviderFactory): Provider<Boolean> =
providers.valueOrNull(SYNC_RESOURCES_PROPERTY).toBooleanProvider(true)
Expand Down

0 comments on commit b8ecda1

Please sign in to comment.