Fix compilation of KotlinMPPGradleProjectResolver in bunch 192
This commit is contained in:
+1
-1
@@ -674,7 +674,7 @@ open class KotlinMPPGradleProjectResolver : AbstractProjectResolverExtension() {
|
|||||||
|
|
||||||
// BUNCH: 191 Can't use property because there's no getter in 192 and thus it isn't property anymore
|
// BUNCH: 191 Can't use property because there's no getter in 192 and thus it isn't property anymore
|
||||||
@Suppress("UsePropertyAccessSyntax")
|
@Suppress("UsePropertyAccessSyntax")
|
||||||
sourceSet.setSources(linkedMapOf<IExternalSystemSourceType, ExternalSourceDirectorySet>(
|
sourceSet.setSources(linkedMapOf(
|
||||||
ktSourceSet.sourceType to DefaultExternalSourceDirectorySet().also { dirSet ->
|
ktSourceSet.sourceType to DefaultExternalSourceDirectorySet().also { dirSet ->
|
||||||
dirSet.srcDirs = ktSourceSet.sourceDirs
|
dirSet.srcDirs = ktSourceSet.sourceDirs
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user