as31: fixup: Kotlin Facet: Configure facet based on Android build variant (in AS)
This commit is contained in:
committed by
Nikolay Krasko
parent
a300682f04
commit
0f6df38211
+2
-1
@@ -222,7 +222,8 @@ fun configureFacetByGradleModule(
|
||||
|
||||
with(kotlinFacet.configuration.settings) {
|
||||
implementedModuleNames = getImplementedModuleNames(moduleNode, sourceSetName, ideModule.project)
|
||||
testOutputPath = getExplicitTestOutputPath(moduleNode, platformKind)
|
||||
productionOutputPath = getExplicitOutputPath(moduleNode, platformKind, "main")
|
||||
testOutputPath = getExplicitOutputPath(moduleNode, platformKind, "test")
|
||||
}
|
||||
|
||||
kotlinFacet.noVersionAutoAdvance()
|
||||
|
||||
Reference in New Issue
Block a user