shouldUseQuotes
private suspend fun ConfigurationName.shouldUseQuotes(invokesConfigurationNames: InvokesConfigurationNames): Boolean(source)
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.
Since
0.12.0