Gradle: Supress PackageDirectoryMismatch in targets for gradle.plugin.mpp package

This commit is contained in:
Sergey Rostov
2019-02-28 11:44:07 +03:00
parent e627f08614
commit 46c32f2aa6
@@ -3,6 +3,7 @@
* that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("PackageDirectoryMismatch") // Old package for compatibility
package org.jetbrains.kotlin.gradle.plugin
import org.gradle.api.Project