[K/N][build] Move Native plugin to build-tools

This is K/N only plugin that shouldn't be
in the buildSrc of the whole Kotlin project
This commit is contained in:
Pavel Punegov
2023-02-01 16:24:45 +01:00
committed by Space Team
parent 8938d5cc79
commit 71eaa43d95
6 changed files with 13 additions and 27 deletions
@@ -14,14 +14,14 @@
* limitations under the License.
*/
import org.jetbrains.gradle.plugins.tools.lib
import org.jetbrains.kotlin.tools.lib
import org.jetbrains.kotlin.*
import org.jetbrains.kotlin.*
import org.jetbrains.kotlin.konan.target.ClangArgs
import org.jetbrains.kotlin.konan.target.HostManager
plugins {
`native`
id("native")
}
val llvmDir = project.findProperty("llvmDir")