[cinterop] Deprecate CInteropSettings#getDependencyConfigurationName

KT-55908
KT-54974
This commit is contained in:
Pavel Kirpichenkov
2023-01-12 19:29:01 +02:00
committed by Space Team
parent 1d68012668
commit 40f7360694
2 changed files with 8 additions and 0 deletions
@@ -21,6 +21,10 @@ interface CInteropSettings : Named {
fun headerFilterOnly(includeDirs: Collection<Any>)
}
@Deprecated(
"This configuration is no longer used by the plugin, the property shouldn't be accessed",
level = DeprecationLevel.ERROR
)
val dependencyConfigurationName: String
var dependencyFiles: FileCollection
@@ -69,6 +69,10 @@ abstract class DefaultCInteropSettings @Inject internal constructor(
internal val identifier = params.identifier
@Deprecated(
"This configuration is no longer used by the plugin, the property shouldn't be accessed",
level = DeprecationLevel.ERROR
)
override val dependencyConfigurationName: String
get() = params.dependencyConfigurationName