[cinterop] Deprecate CInteropSettings#getDependencyConfigurationName
KT-55908 KT-54974
This commit is contained in:
committed by
Space Team
parent
1d68012668
commit
40f7360694
+4
@@ -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
|
||||
|
||||
|
||||
+4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user