Move NativeLibraryDslIT into native tests

^KT-45745 In Progress
This commit is contained in:
Yahor Berdnikau
2022-01-21 16:57:49 +01:00
committed by TeamCityServer
parent d85be5f259
commit cb081f3752
@@ -3,8 +3,10 @@
* 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
package org.jetbrains.kotlin.gradle.native
import org.jetbrains.kotlin.gradle.BaseGradleIT
import org.jetbrains.kotlin.gradle.GradleVersionRequired
import org.jetbrains.kotlin.konan.target.HostManager
import org.junit.Assume
import kotlin.test.Test