We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e59005 commit 502d336Copy full SHA for 502d336
build.gradle.kts
@@ -3,7 +3,7 @@
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
4
*/
5
6
-@file:Suppress("UnstableApiUsage")
+@file:Suppress("UnstableApiUsage", "unused")
7
8
tasks.maybeCreate<Delete>("clean").apply {
9
delete(layout.buildDirectory)
0 commit comments