Skip to content

Commit

Permalink
Rename compose.ios.resources.sync flag (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov authored Aug 15, 2023
1 parent fa2df40 commit 72cccc6
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 72cccc6

Please sign in to comment.