[Gradle] Lower deprecation level of KotlinCompilation source method
It makes IDE Import failing when method is used. So tooling diagnostic with ERROR level is preferred in such cases. ^KT-58234 Verification Pending
This commit is contained in:
committed by
Space Team
parent
c3b09e148b
commit
f05856f6a0
+1
-1
@@ -131,7 +131,7 @@ interface KotlinCompilation<out T : KotlinCommonOptionsDeprecated> : Named,
|
||||
* Further details:
|
||||
* https://kotl.in/compilation-source-deprecation
|
||||
*/
|
||||
@Deprecated("scheduled for removal with Kotlin 2.0", level = DeprecationLevel.ERROR)
|
||||
@Deprecated("scheduled for removal with Kotlin 2.0")
|
||||
fun source(sourceSet: KotlinSourceSet)
|
||||
|
||||
fun associateWith(other: KotlinCompilation<*>)
|
||||
|
||||
Reference in New Issue
Block a user