[Gradle] Deprecate KotlinCompile DSL
^KT-63419 In Progress
This commit is contained in:
committed by
Space Team
parent
2f70478e67
commit
24acf800d6
+3
@@ -22,6 +22,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
|
||||
*
|
||||
* @see [KotlinCommonOptions]
|
||||
*/
|
||||
@Deprecated(
|
||||
message = "Replaced with 'KotlinCompilationTask' that exposes the compiler options DSL. More details are here: https://kotl.in/u1r8ln"
|
||||
)
|
||||
@KotlinGradlePluginDsl
|
||||
interface KotlinCompile<out T : KotlinCommonOptions> : Task {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user