Fix some warnings in Gradle plugin and related modules
This commit is contained in:
@@ -250,6 +250,7 @@ private fun Printer.generateDeclaration(
|
||||
println("package ${type.parent()}")
|
||||
println()
|
||||
}
|
||||
println("@Suppress(\"DEPRECATION\")")
|
||||
print("$modifiers ${type.shortName()} ")
|
||||
afterType?.let { print("$afterType ") }
|
||||
println("{")
|
||||
|
||||
Reference in New Issue
Block a user