[Gradle] Update the usage of defaultSourceSetName
^KT-56904 In Progress
This commit is contained in:
committed by
Space Team
parent
3130775a3b
commit
1ead664f91
+1
-1
@@ -182,7 +182,7 @@ internal class AndroidProjectHandler(
|
|||||||
val variantDataName = getVariantName(variantData)
|
val variantDataName = getVariantName(variantData)
|
||||||
logger.kotlinDebug("Process variant [$variantDataName]")
|
logger.kotlinDebug("Process variant [$variantDataName]")
|
||||||
|
|
||||||
val defaultSourceSet = project.kotlinExtension.sourceSets.maybeCreate(compilation.defaultSourceSetName)
|
val defaultSourceSet = project.kotlinExtension.sourceSets.maybeCreate(compilation.defaultSourceSet.name)
|
||||||
|
|
||||||
val configAction = KotlinCompileConfig(KotlinCompilationInfo(compilation))
|
val configAction = KotlinCompileConfig(KotlinCompilationInfo(compilation))
|
||||||
configAction.configureTask { task ->
|
configAction.configureTask { task ->
|
||||||
|
|||||||
Reference in New Issue
Block a user