[Gradle] Mark nullable visibleSourceSetProvidingCInterops as Optional

^KT-57677 Verification Pending
This commit is contained in:
Anton Lakotka
2023-04-12 14:08:40 +02:00
committed by Space Team
parent 3fbd3d7e20
commit 4819593bf4
@@ -137,7 +137,7 @@ internal open class CInteropMetadataDependencyTransformationTask @Inject constru
class ChooseVisibleSourceSetProjection(
@Input val dependencyModuleIdentifiers: List<KpmModuleIdentifier>,
@Nested val projectStructureMetadata: KotlinProjectStructureMetadata,
@Input val visibleSourceSetProvidingCInterops: String?
@Optional @Input val visibleSourceSetProvidingCInterops: String?
) {
constructor(chooseVisibleSourceSets: ChooseVisibleSourceSets) : this(
dependencyModuleIdentifiers = chooseVisibleSourceSets.dependency.toKpmModuleIdentifiers(),