Suppress deprecated ConfigureUtil in mppPresetFunctionsCodegen.kt

Required for Gradle 7+ #KTI-559
This commit is contained in:
Vyacheslav Gerasimov
2021-08-25 00:26:45 +03:00
parent a5d31fe2e2
commit edea9b0db3
@@ -3,6 +3,8 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("DEPRECATION") // Suppress deprecation warning of ConfigureUtil
package org.jetbrains.kotlin.generators.gradle.dsl
import groovy.lang.Closure