[Gradle] Fix warnings in ConfigureBuildSideEffect
^KT-56904 In Progress
This commit is contained in:
committed by
Space Team
parent
36233bd17d
commit
e72704ce86
+3
@@ -186,6 +186,9 @@ interface KotlinCompilationToRunnableFiles<T : KotlinCommonOptionsDeprecated> :
|
||||
override var runtimeDependencyFiles: FileCollection
|
||||
}
|
||||
|
||||
@Suppress("Deprecation")
|
||||
typealias DeprecatedKotlinCompilationToRunnableFiles<T> = KotlinCompilationToRunnableFiles<T>
|
||||
|
||||
@Deprecated("Scheduled for removal with Kotlin 2.0")
|
||||
@Suppress("EXTENSION_SHADOWED_BY_MEMBER", "deprecation") // kept for compatibility
|
||||
val <T : KotlinCommonOptionsDeprecated> KotlinCompilation<T>.runtimeDependencyConfigurationName: String?
|
||||
|
||||
Reference in New Issue
Block a user