[Gradle] Minor: move diagnostic tests under unitTest package

This commit is contained in:
Dmitry Savvinov
2023-04-25 19:09:34 +01:00
committed by Space Team
parent c5bda2f63c
commit 8561bbf603
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.gradle.diagnosticsTests
package org.jetbrains.kotlin.gradle.unitTests.diagnosticsTests
import org.gradle.api.Project
import org.gradle.api.internal.project.ProjectInternal
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.gradle.diagnosticsTests
package org.jetbrains.kotlin.gradle.unitTests.diagnosticsTests
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinJvmWithJavaTargetPreset
import org.jetbrains.kotlin.gradle.util.*