[Gradle] Regenerate Gradle compiler arguments DSL
^KT-65986 Fixed
This commit is contained in:
committed by
Space Team
parent
95fd91ae16
commit
2d161723d5
+1
-1
@@ -12,7 +12,7 @@ internal abstract class KotlinJsDceCompilerToolOptionsDefault @javax.inject.Inje
|
||||
override val devMode: org.gradle.api.provider.Property<kotlin.Boolean> =
|
||||
objectFactory.property(kotlin.Boolean::class.java).convention(false)
|
||||
|
||||
@Deprecated(message = "Use task 'destinationDirectory' to configure output directory", level = DeprecationLevel.WARNING)
|
||||
@Deprecated(message = "Use task 'destinationDirectory' to configure output directory", level = DeprecationLevel.ERROR)
|
||||
override val outputDirectory: org.gradle.api.provider.Property<kotlin.String> =
|
||||
objectFactory.property(kotlin.String::class.java)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user