[Gradle] Mark nullable visibleSourceSetProvidingCInterops as Optional
^KT-57677 Verification Pending
This commit is contained in:
committed by
Space Team
parent
3fbd3d7e20
commit
4819593bf4
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user