shouldUseQuotes

private suspend fun ConfigurationName.shouldUseQuotes(invokesConfigurationNames: InvokesConfigurationNames): Boolean

Returns true if the build file is Kotlin, and one of:

  • this exact configuration name is already used as a string extension

  • this configuration name is atypical (such as internalDebugApi) and not already used as a non-string invocation, so there's no way to be sure that the function is precompiled.

Sources

Link copied to clipboard