Make variant reselection the default resolution strategy
^KT-66133
This commit is contained in:
committed by
Space Team
parent
c34bfcdb1d
commit
1849f17228
+1
-1
@@ -212,7 +212,7 @@ internal class PropertiesProvider private constructor(private val project: Proje
|
||||
val strategy = KotlinTargetResourcesResolutionStrategy.fromProperty(it)
|
||||
if (strategy == null) { project.reportDiagnostic(KotlinToolingDiagnostics.UnknownValueProvidedForResourcesStrategy(it)) }
|
||||
return@let strategy
|
||||
} ?: KotlinTargetResourcesResolutionStrategy.ResourcesConfiguration
|
||||
} ?: KotlinTargetResourcesResolutionStrategy.VariantReselection
|
||||
|
||||
val mppFilterResourcesByExtension: Provider<Boolean>
|
||||
get() = project.providers
|
||||
|
||||
Reference in New Issue
Block a user