[Gradle] Fix warnings in DefaultCInteropSettings

^KT-56904 In Progress
This commit is contained in:
Yahor Berdnikau
2024-02-08 22:05:35 +01:00
committed by Space Team
parent bbf933ce70
commit afd5dbec81
@@ -117,6 +117,7 @@ abstract class DefaultCInteropSettings @Inject internal constructor(
// DSL methods.
override fun defFile(file: Any) {
@Suppress("DEPRECATION")
defFileProperty.set(params.services.fileOperations.file(file))
}