From de40306f8e7c310be1df1ce2bec9a5a5cb45cced Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Thu, 8 Feb 2024 22:27:39 +0100 Subject: [PATCH] [Gradle] Fix warnings in KotlinPerformancePlugin ^KT-56904 In Progress --- .../targets/native/performance/KotlinPerformancePlugin.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/performance/KotlinPerformancePlugin.kt b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/performance/KotlinPerformancePlugin.kt index eb594b2b37e..4d6a33bdeba 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/performance/KotlinPerformancePlugin.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/performance/KotlinPerformancePlugin.kt @@ -3,6 +3,9 @@ * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ +// TODO: remove this plugin via https://youtrack.jetbrains.com/issue/KT-65692/Remove-Kotlin-Native-Performance-plugin +@file:Suppress("DEPRECATION", "PackageDirectoryMismatch") + package org.jetbrains.kotlin.gradle.plugin.performance import org.gradle.api.Plugin