[Gradle] Suppress package directory mismatch in Kapt3KotlinGradleSubplugin.kt

^KT-56904 In Progress
This commit is contained in:
Yahor Berdnikau
2023-12-09 22:13:02 +01:00
committed by Space Team
parent 56c7309fad
commit 8028e2a42d
@@ -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("PackageDirectoryMismatch")
package org.jetbrains.kotlin.gradle.internal
import com.android.build.gradle.BaseExtension